sync
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
menuconfig AUDIO
|
||||
menuconfig BUZZ_AUDIO
|
||||
bool "Audio handling"
|
||||
default y
|
||||
select I2S
|
||||
select POLL
|
||||
|
||||
if AUDIO
|
||||
if BUZZ_AUDIO
|
||||
config AUDIO_NO_SAMPLES_SAMPLE
|
||||
string "Audio no samples sample"
|
||||
default "404"
|
||||
@@ -57,4 +57,4 @@ if AUDIO
|
||||
module = AUDIO
|
||||
module-str = audio
|
||||
source "subsys/logging/Kconfig.template.log_config"
|
||||
endif # AUDIO
|
||||
endif # BUZZ_AUDIO
|
||||
Reference in New Issue
Block a user