mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-23 03:37:20 +08:00
8 lines
132 B
Plaintext
8 lines
132 B
Plaintext
|
menuconfig RT_USING_BLK
|
||
|
bool "Using Block device drivers"
|
||
|
default n
|
||
|
|
||
|
if RT_USING_BLK
|
||
|
rsource "partitions/Kconfig"
|
||
|
endif
|