Files
2026-08-13 16:50:52 +08:00

40 lines
623 B
Plaintext

menu "algo components"
config ACOMP
bool "algo components"
default n
config ACOMP_MASTER
bool "algo components master"
default y
if ACOMP
config ACOMP_WSP
bool "algo component word spell"
default n
config ACOMP_WAKEUP
bool "algo component wakeup"
default n
config ACOMP_LOGGER
bool "algo component logger"
default n
config ACOMP_FD
bool "algo component face detection"
default n
rsource "wakeup/Kconfig"
rsource "fd/Kconfig"
endif
if ACOMP_LOGGER
rsource "logger/Kconfig"
endif
rsource "Kconfig.res"
endmenu