You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
314 B
14 lines
314 B
|
5 months ago
|
config RT_USING_MTD_NOR
|
||
|
|
bool "Using MTD Nor Flash device drivers"
|
||
|
|
default n
|
||
|
|
|
||
|
|
config RT_USING_MTD_NAND
|
||
|
|
bool "Using MTD Nand Flash device drivers"
|
||
|
|
default n
|
||
|
|
|
||
|
|
if RT_USING_MTD_NAND
|
||
|
|
config RT_MTD_NAND_DEBUG
|
||
|
|
bool "Enable MTD Nand operations debug information"
|
||
|
|
default n
|
||
|
|
endif
|