原始版本
This commit is contained in:
7
RT_Thread/components/drivers/block/Kconfig
Normal file
7
RT_Thread/components/drivers/block/Kconfig
Normal file
@ -0,0 +1,7 @@
|
||||
menuconfig RT_USING_BLK
|
||||
bool "Using Block device drivers"
|
||||
default n
|
||||
|
||||
if RT_USING_BLK
|
||||
rsource "partitions/Kconfig"
|
||||
endif
|
||||
Reference in New Issue
Block a user