10 lines
139 B
Plaintext
10 lines
139 B
Plaintext
menuconfig VIRT_LOG
|
|
bool "virtual log"
|
|
default n
|
|
|
|
if VIRT_LOG
|
|
config VIRT_LOG_SIZE
|
|
int "virt log buffer size(unit:Kb)"
|
|
default 4
|
|
endif
|