Files
sdk-hwV1.3/lichee/melis-v3.0/source/ekernel/components/aw/virt_log/Kconfig
2024-05-07 18:09:20 +08:00

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