summaryrefslogtreecommitdiff
path: root/configs/omap3_beagle_defconfig
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2017-10-16 14:08:26 -0500
committerTom Rini <trini@konsulko.com>2017-10-20 16:44:07 -0400
commit0a9ef45158d586017839d4b6fccd7f8f16672156 (patch)
tree7891e78c9898f7019829f9658f8789cb9b418c31 /configs/omap3_beagle_defconfig
parent0def58f7fd26a237bb08cfbd58ec53372b1ad06b (diff)
Convert CONFIG_NAND_OMAP_GPMC et al and CONFIG_NAND_MXC to Kconfig
This converts the following to Kconfig: CONFIG_NAND_MXC CONFIG_NAND_OMAP_GPMC CONFIG_NAND_OMAP_GPMC_PREFETCH CONFIG_NAND_OMAP_ELM CONFIG_SPL_NAND_AM33XX_BCH CONFIG_SPL_NAND_SIMPLE CONFIG_SYS_NAND_BUSWIDTH_16BIT Signed-off-by: Adam Ford <aford173@gmail.com> Reviewed-by: Heiko Schocher <hs@denx.de> [trini: Finish migration of CONFIG_SPL_NAND_SIMPLE, fix some build issues, add CONFIG_NAND_MXC so we can do CONFIG_SYS_NAND_BUSWIDTH_16BIT] Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/omap3_beagle_defconfig')
-rw-r--r--configs/omap3_beagle_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/omap3_beagle_defconfig b/configs/omap3_beagle_defconfig
index 9e7e1545d0..1dd1b31f2e 100644
--- a/configs/omap3_beagle_defconfig
+++ b/configs/omap3_beagle_defconfig
@@ -38,6 +38,8 @@ CONFIG_LED_STATUS_GREEN=2
CONFIG_LED_STATUS_CMD=y
CONFIG_MMC_OMAP_HS=y
CONFIG_NAND=y
+CONFIG_SYS_NAND_BUSWIDTH_16BIT=y
+CONFIG_SPL_NAND_SIMPLE=y
CONFIG_SYS_NS16550=y
CONFIG_OMAP3_SPI=y
CONFIG_USB=y