16 lines
310 B
Plaintext
Executable File
16 lines
310 B
Plaintext
Executable File
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
|