mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-20 13:13:31 +08:00
f1832fea24
整理 components/drivers 的 Kconfig
14 lines
314 B
Plaintext
14 lines
314 B
Plaintext
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
|