]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/mtd/Kconfig
Merge branch 'karo-tx-uboot' into kc-merge
[karo-tx-uboot.git] / drivers / mtd / Kconfig
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..5b56f11e93497103392146fb1306b264628ec9c0 100644 (file)
@@ -0,0 +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"