16 lines
310 B
Plaintext
16 lines
310 B
Plaintext
|
menu "Allwinner Components Support"
|
||
|
|
||
|
config BLKPART_SHOW_INFO_CMD
|
||
|
bool "blkpart information cmd"
|
||
|
default n
|
||
|
help
|
||
|
Show All partitions information
|
||
|
|
||
|
source "ekernel/subsys/aw/multi_console/Kconfig"
|
||
|
|
||
|
source "ekernel/subsys/aw/rpbuf/Kconfig"
|
||
|
|
||
|
source "ekernel/subsys/aw/virt_log/Kconfig"
|
||
|
|
||
|
endmenu
|