diff options
author | John Hsu <KCHSU0@nuvoton.com> | 2018-02-06 15:02:43 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-03-01 16:48:46 +0000 |
commit | 5b00ce63e07fac692400db80d3e1fbd1f1f65701 (patch) | |
tree | d5e9c79ac4a013922e76a97dc2e7fc9a779f990e /sound/soc/intel/boards/Kconfig | |
parent | 256ac58a7ea343600bd6d0e3df3eb7eebb2d65e0 (diff) | |
download | op-kernel-dev-5b00ce63e07fac692400db80d3e1fbd1f1f65701.zip op-kernel-dev-5b00ce63e07fac692400db80d3e1fbd1f1f65701.tar.gz |
ASoC: Intel: add nau8824 sound card
Create sound card with NAU88L24 codec in Intel Cherryview-based platforms,
Cherrytrail and Braswell.
Signed-off-by: John Hsu <KCHSU0@nuvoton.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/boards/Kconfig')
-rw-r--r-- | sound/soc/intel/boards/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sound/soc/intel/boards/Kconfig b/sound/soc/intel/boards/Kconfig index eedc83b..2479748 100644 --- a/sound/soc/intel/boards/Kconfig +++ b/sound/soc/intel/boards/Kconfig @@ -125,6 +125,17 @@ config SND_SOC_INTEL_CHT_BSW_MAX98090_TI_MACH Say Y or m if you have such a device. This is a recommended option. If unsure select "N". +config SND_SOC_INTEL_CHT_BSW_NAU8824_MACH + tristate "Cherrytrail & Braswell with NAU88L24 codec" + depends on X86_INTEL_LPSS && I2C && ACPI + select SND_SOC_ACPI + select SND_SOC_NAU8824 + help + This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell + platforms with NAU88L24 audio codec. + Say Y or m if you have such a device. This is a recommended option. + If unsure select "N". + config SND_SOC_INTEL_BYT_CHT_DA7213_MACH tristate "Baytrail & Cherrytrail with DA7212/7213 codec" depends on X86_INTEL_LPSS && I2C && ACPI |