aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/Kconfig
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2018-07-08 06:18:48 -0500
committerTom Rini <trini@konsulko.com>2018-07-21 22:26:25 -0400
commitd294335e5d51aa83b6dd57db85c3251e9a92349e (patch)
treed1cc54dd07518ec90a0da9a8ff82cfc8a3a594e6 /drivers/mtd/nand/Kconfig
parent474ecd2c84d97314b8145fbe3a57887f41b2edb3 (diff)
downloadu-boot-d294335e5d51aa83b6dd57db85c3251e9a92349e.zip
u-boot-d294335e5d51aa83b6dd57db85c3251e9a92349e.tar.gz
u-boot-d294335e5d51aa83b6dd57db85c3251e9a92349e.tar.bz2
Convert CONFIG_NAND_LPC32XX_SLC to Kconfig
This converts the following to Kconfig: CONFIG_NAND_LPC32XX_SLC Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'drivers/mtd/nand/Kconfig')
-rw-r--r--drivers/mtd/nand/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index bdc2721..dad5711 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -31,6 +31,11 @@ config NAND_DENALI_SPARE_AREA_SKIP_BYTES
of OOB area before last ECC sector data starts. This is potentially
used to preserve the bad block marker in the OOB area.
+config NAND_LPC32XX_SLC
+ bool "Support LPC32XX_SLC controller"
+ help
+ Enable the LPC32XX SLC NAND controller.
+
config NAND_OMAP_GPMC
bool "Support OMAP GPMC NAND controller"
depends on ARCH_OMAP2PLUS