mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-25 08:18:51 +08:00
c424cb8186
1. Disk and blk device management. 2. Support partitions probe auto. 3. Support DFS and user mode fops, ioctl. 4. Add a cmd for blk info. Signed-off-by: GuEe-GUI <2991707448@qq.com>
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
|