12 lines
187 B
Plaintext
12 lines
187 B
Plaintext
choice
|
|
prompt "choice spinand or rawnand"
|
|
depends on (SUNXI_NAND)
|
|
|
|
config SUNXI_RAWNAND
|
|
bool "sunxi raw nand driver"
|
|
|
|
config SUNXI_SPINAND
|
|
bool "sunxi spi nand driver"
|
|
|
|
endchoice
|