diff options
author | Jeeja KP <jeeja.kp@intel.com> | 2015-07-09 12:50:10 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-07-09 13:54:26 +0300 |
commit | eb965e3686f5cea669444d120f3723efa88ed56a (patch) | |
tree | 16d21caa96946ed14bb7d8b3e1b56f808864d744 /sound/soc/intel/Kconfig | |
parent | d8c2dab8381d58376d127c64553e499569f4d22a (diff) | |
download | linux-eb965e3686f5cea669444d120f3723efa88ed56a.tar.xz |
ASoC: Intel: Add makefile support for SKL driver
This adds makefile and Kconfig to enable Skylake HD audio PCM driver
Signed-off-by: Jeeja KP <jeeja.kp@intel.com>
Signed-off-by: Subhransu S. Prusty <subhransu.s.prusty@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/Kconfig')
-rw-r--r-- | sound/soc/intel/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig index 32262be80871..d8b99434e699 100644 --- a/sound/soc/intel/Kconfig +++ b/sound/soc/intel/Kconfig @@ -134,3 +134,7 @@ config SND_SOC_INTEL_CHT_BSW_MAX98090_TI_MACH This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell platforms with MAX98090 audio codec it also can support TI jack chip as aux device. If unsure select "N". + +config SND_SOC_INTEL_SKYLAKE + tristate + select SND_HDA_EXT_CORE |