projects
/
karo-tx-uboot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
5b56f11e93497103392146fb1306b264628ec9c0
[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"