]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/mtd/Kconfig
karo: merge with Ka-Ro specific tree for secure boot support
[karo-tx-uboot.git] / drivers / mtd / Kconfig
index 415ab4eba9dd71a8f6c103a5321a709fed4f28cf..5b56f11e93497103392146fb1306b264628ec9c0 100644 (file)
@@ -1 +1,21 @@
+menuconfig NOR_FLASH
+       bool "NOR flash support"
+
+if NOR_FLASH
+
+config CONFIG_FLASH_CFI_DRIVER
+       bool "CFI flash driver"
+
+endif
+
+config SYS_NO_FLASH
+       bool
+       default y
+       depends on !NOR_FLASH
+
+config MTD_PARTITIONS
+       bool "Support MTD partition tables"
+       depends on MTD_DEVICE
+       default y
+
 source "drivers/mtd/nand/Kconfig"