diff options
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/config.h b/include/config.h index da88d31015..b09f26555b 100644 --- a/include/config.h +++ b/include/config.h @@ -337,9 +337,6 @@ /* Support AP Warm reset Interrupt. */ #undef CONFIG_AP_WARM_RESET_INTERRUPT -/* Support audio codec for WoV and I2S normal recording. */ -#undef CONFIG_AUDIO_CODEC - /* * Enable support for CPU caches behaving according to the ARMv7-M ISA. * (so far, only the Cortex-M7 has such caches) @@ -353,6 +350,9 @@ */ #undef CONFIG_ASSEMBLY_MULA32 +/* Support audio codec. */ +#undef CONFIG_AUDIO_CODEC + /* Allow proprietary communication protocols' extensions. */ #undef CONFIG_EXTENSION_COMMAND |