summaryrefslogtreecommitdiff
path: root/configs/aristainetos_defconfig
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2018-02-06 11:44:37 +0300
committerTom Rini <trini@konsulko.com>2018-02-08 18:17:17 +0300
commitc87c81186cf7e5073dbc7c5f46ad256a84f5ed22 (patch)
tree24a68f3ec60fa9317c672c36059c32720c036eb7 /configs/aristainetos_defconfig
parentac4605ae64a93f2365eba8793ea8a79f047d5294 (diff)
downloadu-boot-c87c81186cf7e5073dbc7c5f46ad256a84f5ed22.tar.xz
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/aristainetos_defconfig')
-rw-r--r--configs/aristainetos_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/aristainetos_defconfig b/configs/aristainetos_defconfig
index cad8b4af8a..13f4d6eb52 100644
--- a/configs/aristainetos_defconfig
+++ b/configs/aristainetos_defconfig
@@ -14,7 +14,6 @@ CONFIG_CMD_BOOTZ=y
CONFIG_CMD_GPIO=y
CONFIG_CMD_I2C=y
CONFIG_CMD_MMC=y
-CONFIG_CMD_NAND=y
CONFIG_CMD_NAND_TRIMFFS=y
CONFIG_CMD_SF=y
CONFIG_CMD_USB=y
@@ -31,6 +30,8 @@ CONFIG_CMD_FAT=y
CONFIG_CMD_FS_GENERIC=y
CONFIG_CMD_UBI=y
CONFIG_ENV_IS_IN_SPI_FLASH=y
+CONFIG_NAND=y
+CONFIG_NAND_MXS=y
CONFIG_SPI_FLASH=y
CONFIG_SPI_FLASH_STMICRO=y
CONFIG_MTD_UBI_FASTMAP=y