aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/Kconfig
diff options
context:
space:
mode:
authorFang, Yang A <yang.a.fang@intel.com>2015-05-01 14:42:03 -0400
committerMark Brown <broonie@kernel.org>2015-05-04 08:18:03 -0400
commit17119a4657066ccefd9a530ab1b07073d97776f8 (patch)
treef3e5b3cf2e97037c8f71bb4fce59905c80adc455 /sound/soc/intel/Kconfig
parentcde7fbfc8a2987796fb647e574242fa4bc5430f0 (diff)
ASoC: Intel: Add Cherrytrail & Braswell machine driver cht_bsw_max98090_ti
Add machine driver for two Intel Cherryview-based platforms, Cherrytrail and Braswell. This machine driver will support max98090 codec as primary codec. it can also support TI jack detect chip as aux device if platform supports it. Signed-off-by: Fang, Yang A <yang.a.fang@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/Kconfig')
-rw-r--r--sound/soc/intel/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig
index ee03dbdda235..01b2b53be0b3 100644
--- a/sound/soc/intel/Kconfig
+++ b/sound/soc/intel/Kconfig
@@ -121,3 +121,15 @@ config SND_SOC_INTEL_CHT_BSW_RT5645_MACH
121 This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell 121 This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
122 platforms with RT5645 audio codec. 122 platforms with RT5645 audio codec.
123 If unsure select "N". 123 If unsure select "N".
124
125config SND_SOC_INTEL_CHT_BSW_MAX98090_TI_MACH
126 tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with MAX98090 & TI codec"
127 depends on X86_INTEL_LPSS
128 select SND_SOC_MAX98090
129 select SND_SOC_TS3A227E
130 select SND_SST_MFLD_PLATFORM
131 select SND_SST_IPC_ACPI
132 help
133 This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
134 platforms with MAX98090 audio codec it also can support TI jack chip as aux device.
135 If unsure select "N".