summaryrefslogtreecommitdiffstats
path: root/configs/pm9g45_defconfig
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2018-07-08 08:11:07 -0500
committerTom Rini <trini@konsulko.com>2018-07-21 22:26:28 -0400
commite7db856bf96213ba3f6b716be9fa264e184f74e2 (patch)
treea8030a7460729aa406846fb5e6e5ad7b50f9d4ce /configs/pm9g45_defconfig
parentd294335e5d51aa83b6dd57db85c3251e9a92349e (diff)
downloadu-boot-e7db856bf96213ba3f6b716be9fa264e184f74e2.tar.gz
u-boot-e7db856bf96213ba3f6b716be9fa264e184f74e2.tar.xz
u-boot-e7db856bf96213ba3f6b716be9fa264e184f74e2.zip
Convert CONFIG_NAND_ATMEL to Kconfig
This converts the following to Kconfig: CONFIG_NAND_ATMEL Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'configs/pm9g45_defconfig')
-rw-r--r--configs/pm9g45_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/pm9g45_defconfig b/configs/pm9g45_defconfig
index 2a59ff38a8..99acd20917 100644
--- a/configs/pm9g45_defconfig
+++ b/configs/pm9g45_defconfig
@@ -21,5 +21,7 @@ CONFIG_CMD_CACHE=y
CONFIG_CMD_JFFS2=y
CONFIG_ENV_IS_IN_NAND=y
# CONFIG_MMC is not set
+CONFIG_NAND=y
+CONFIG_NAND_ATMEL=y
CONFIG_USB=y
CONFIG_USB_STORAGE=y