1menuconfig RT_USING_BLK
2    bool "Using Block device drivers"
3    default n
4
5if RT_USING_BLK
6    rsource "partitions/Kconfig"
7endif
8