From e7db856bf96213ba3f6b716be9fa264e184f74e2 Mon Sep 17 00:00:00 2001 From: Adam Ford Date: Sun, 8 Jul 2018 08:11:07 -0500 Subject: Convert CONFIG_NAND_ATMEL to Kconfig This converts the following to Kconfig: CONFIG_NAND_ATMEL Signed-off-by: Adam Ford --- drivers/mtd/nand/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'drivers/mtd') diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index dad57114703..8175fbb3352 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig @@ -9,6 +9,13 @@ config SYS_NAND_SELF_INIT This option, if enabled, provides more flexible and linux-like NAND initialization process. +config NAND_ATMEL + bool "Support Atmel NAND controller" + imply SYS_NAND_USE_FLASH_BBT + help + Enable this driver for NAND flash platforms using an Atmel NAND + controller. + config NAND_DENALI bool select SYS_NAND_SELF_INIT -- cgit v1.2.3