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>
13 lines
246 B
Plaintext
13 lines
246 B
Plaintext
menu "Partition Types"
|
|
|
|
config RT_BLK_PARTITION_DFS
|
|
bool "DFS Partition support"
|
|
depends on RT_USING_DFS
|
|
default y
|
|
|
|
config RT_BLK_PARTITION_EFI
|
|
bool "EFI Globally Unique Identifier (GUID) Partition support"
|
|
default y
|
|
|
|
endmenu
|