]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - drivers/mtd/Kconfig
karo: merge with Ka-Ro specific tree for secure boot support
[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"