projects
/
karo-tx-uboot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'karo-tx-uboot' into kc-merge
[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"