blob: 4f8949fc7d951a47fed3d4525d75bb878b6c1d24 [file] [log] [blame] [edit]
#
# Amlogic SoC audio configuration
#
menuconfig AMLOGIC_SND_SOC
bool "Amlogic ASoC"
default n
help
Say Y or M if you want to add support for codecs attached to
the Amlogic Asoc interface. You will also need
to select the audio interfaces to support below.
Amlogic ALSA SOC Driver
if AMLOGIC_SND_SOC
config AMLOGIC_SND_SOC_AUGE
bool "Amlogic Auge Asoc"
depends on AMLOGIC_SND_SOC
default n
help
Say Y or M if you want to add support for audio arch Auge
to the Amlogic Asoc Interface. it is a new audio arch to
distinguish Meson audio arch. it is base on kernel 4.9
Amlogic New SOC for New Audio ARCH
# All the supported SoCs
source "sound/soc/amlogic/auge/Kconfig"
source "sound/soc/amlogic/common/Kconfig"
endif # AMLOGIC_SND_SOC