X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=drivers%2Fmtd%2FKconfig;h=7e6457a46112ae93d0e27ede7bd86f95db1b5705;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hb=917ef1e37452f6ce490485d0e773e08c6be6c526;hpb=ed36323f6d217050f82a2200475959b8557a47e4 diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig index e69de29bb2..7e6457a461 100644 --- a/drivers/mtd/Kconfig +++ b/drivers/mtd/Kconfig @@ -0,0 +1,23 @@ +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" + +source "drivers/mtd/spi/Kconfig"