sdk-hwV1.3/lichee/linux-4.9/drivers/dsp/Kconfig

14 lines
211 B
Plaintext
Raw Normal View History

2024-05-07 10:09:20 +00:00
# SPDX-License-Identifier: GPL-2.0-only
menuconfig DSP_DEBUG
bool "Enable linux dsp debug drivers"
if DSP_DEBUG
config DSP_LOG_DEBUG
tristate "Dsp log save in Linux"
depends on DSP_DEBUG
default n
endif