aboutsummaryrefslogtreecommitdiff
path: root/configs/gwventana_nand_defconfig
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2018-02-06 09:44:37 +0100
committerTom Rini <trini@konsulko.com>2018-02-08 10:17:17 -0500
commitc87c81186cf7e5073dbc7c5f46ad256a84f5ed22 (patch)
tree24a68f3ec60fa9317c672c36059c32720c036eb7 /configs/gwventana_nand_defconfig
parentac4605ae64a93f2365eba8793ea8a79f047d5294 (diff)
downloadu-boot-c87c81186cf7e5073dbc7c5f46ad256a84f5ed22.zip
u-boot-c87c81186cf7e5073dbc7c5f46ad256a84f5ed22.tar.gz
u-boot-c87c81186cf7e5073dbc7c5f46ad256a84f5ed22.tar.bz2
Convert CONFIG_NAND_MXS to Kconfig
This converts CONFIG_NAND_MXS to Kconfig. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'configs/gwventana_nand_defconfig')
-rw-r--r--configs/gwventana_nand_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/gwventana_nand_defconfig b/configs/gwventana_nand_defconfig
index be6cf0c..fbfd352 100644
--- a/configs/gwventana_nand_defconfig
+++ b/configs/gwventana_nand_defconfig
@@ -36,7 +36,6 @@ CONFIG_CMD_SPL_WRITE_SIZE=0x20000
CONFIG_CMD_GPIO=y
CONFIG_CMD_I2C=y
CONFIG_CMD_MMC=y
-CONFIG_CMD_NAND=y
CONFIG_CMD_NAND_TRIMFFS=y
CONFIG_CMD_PCI=y
CONFIG_CMD_USB=y
@@ -57,6 +56,8 @@ CONFIG_CMD_UBI=y
CONFIG_ENV_IS_IN_NAND=y
CONFIG_DM=y
CONFIG_DWC_AHSATA=y
+CONFIG_NAND=y
+CONFIG_NAND_MXS=y
CONFIG_PHYLIB=y
CONFIG_NETDEVICES=y
CONFIG_E1000=y