diff options
Diffstat (limited to 'drivers/mtd/nand/raw/Kconfig')
| -rw-r--r-- | drivers/mtd/nand/raw/Kconfig | 31 |
1 files changed, 2 insertions, 29 deletions
diff --git a/drivers/mtd/nand/raw/Kconfig b/drivers/mtd/nand/raw/Kconfig index adb271dfb8f..9c8a32bb0a8 100644 --- a/drivers/mtd/nand/raw/Kconfig +++ b/drivers/mtd/nand/raw/Kconfig @@ -261,11 +261,6 @@ config NAND_LPC32XX_MLC help Enable the LPC32XX MLC NAND controller. -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 || ARCH_KEYSTONE || ARCH_K3 @@ -556,12 +551,6 @@ config NAND_MXS_USE_MINIMUM_ECC endif -config NAND_MXIC - bool "Macronix raw NAND controller" - select SYS_NAND_SELF_INIT - help - This selects the Macronix raw NAND controller driver. - config NAND_ZYNQ bool "Support for Zynq Nand controller" select SPL_SYS_NAND_SELF_INIT @@ -579,22 +568,6 @@ config NAND_ZYNQ_USE_BOOTLOADER1_TIMINGS This flag prevent U-Boot reconfigure NAND flash controller and reuse the NAND timing from 1st stage bootloader. -config NAND_OCTEONTX - bool "Support for OcteonTX NAND controller" - select SYS_NAND_SELF_INIT - imply CMD_NAND - help - This enables Nand flash controller hardware found on the OcteonTX - processors. - -config NAND_OCTEONTX_HW_ECC - bool "Support Hardware ECC for OcteonTX NAND controller" - depends on NAND_OCTEONTX - default y - help - This enables Hardware BCH engine found on the OcteonTX processors to - support ECC for NAND flash controller. - config NAND_STM32_FMC2 bool "Support for NAND controller on STM32MP SoCs" depends on ARCH_STM32MP @@ -684,7 +657,7 @@ config SYS_NAND_ONFI_DETECTION config SYS_NAND_PAGE_SIZE hex "NAND chip page size" - depends on ARCH_SUNXI || NAND_OMAP_GPMC || NAND_LPC32XX_SLC || \ + depends on ARCH_SUNXI || NAND_OMAP_GPMC || \ SPL_NAND_SIMPLE || (NAND_MXC && SPL_NAND_SUPPORT) || \ MVEBU_SPL_BOOT_DEVICE_NAND || \ (NAND_ATMEL && SPL_NAND_SUPPORT) || \ @@ -696,7 +669,7 @@ config SYS_NAND_PAGE_SIZE config SYS_NAND_OOBSIZE hex "NAND chip OOB size" - depends on ARCH_SUNXI || NAND_OMAP_GPMC || NAND_LPC32XX_SLC || \ + depends on ARCH_SUNXI || NAND_OMAP_GPMC || \ SPL_NAND_SIMPLE || (NAND_MXC && SPL_NAND_SUPPORT) || \ (NAND_ATMEL && SPL_NAND_SUPPORT) || SPL_GENERATE_ATMEL_PMECC_HEADER depends on !NAND_MXS && !NAND_DENALI_DT && !NAND_LPC32XX_MLC |
