diff options
| author | Tom Rini <[email protected]> | 2021-09-22 14:50:28 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-10-06 09:15:14 -0400 |
| commit | ccdc7cfbdc3c3b35434c41df7f2abdd1d6665714 (patch) | |
| tree | 244b037862e65ae82153a06bfd923e06a326a502 /drivers | |
| parent | d73b9e67ed49be21fd51a26b830a6543dcffdbc0 (diff) | |
Convert CONFIG_NAND_LPC32XX_MLC to Kconfig
This converts the following to Kconfig:
CONFIG_NAND_LPC32XX_MLC
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/mtd/nand/raw/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/mtd/nand/raw/Kconfig b/drivers/mtd/nand/raw/Kconfig index bb8cffcabce..931257cb146 100644 --- a/drivers/mtd/nand/raw/Kconfig +++ b/drivers/mtd/nand/raw/Kconfig @@ -122,6 +122,11 @@ config NAND_DENALI_DT Enable the driver for NAND flash on platforms using a Denali NAND controller as a DT device. +config NAND_LPC32XX_MLC + bool "Support LPC32XX_MLC controller" + help + Enable the LPC32XX MLC NAND controller. + config NAND_LPC32XX_SLC bool "Support LPC32XX_SLC controller" help |
