]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - drivers/mtd/Kconfig
sunxi_nand_spl: Remove NAND_SUNXI_SPL_SYNDROME_PARTITIONS_END
[karo-tx-uboot.git] / drivers / mtd / Kconfig
1 menuconfig NOR_FLASH
2         bool "NOR flash support"
3
4 if NOR_FLASH
5
6 config CONFIG_FLASH_CFI_DRIVER
7         bool "CFI flash driver"
8
9 endif
10
11 config SYS_NO_FLASH
12         bool
13         default y
14         depends on !NOR_FLASH
15
16 config MTD_PARTITIONS
17         bool "Support MTD partition tables"
18         depends on MTD_DEVICE
19         default y
20
21 source "drivers/mtd/nand/Kconfig"
22
23 source "drivers/mtd/spi/Kconfig"