diff options
author | Takashi Iwai <tiwai@suse.de> | 2018-07-19 21:48:06 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2018-07-19 21:48:14 +0300 |
commit | 7abeb64da6deeffa52f74e3b1e19d2c9e2c3ae6b (patch) | |
tree | a642c137668c6b4a9e24f42798abe15c16d0ef0f /sound/hda/Kconfig | |
parent | 58cabe8715f20b7fb33431bb1f2c5bd7a438b11b (diff) | |
parent | a57942bfdd61b46df94021c9c33b8faaae5b65e1 (diff) | |
download | linux-7abeb64da6deeffa52f74e3b1e19d2c9e2c3ae6b.tar.xz |
Merge branch 'topic/drm_audio_component' into for-next
Pull the generic drm_audio_component support, which will be used later
for AMD/ATI and other HD-audio HDMI codec drivers.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/hda/Kconfig')
-rw-r--r-- | sound/hda/Kconfig | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sound/hda/Kconfig b/sound/hda/Kconfig index 3129546398d0..2d90e11b3eaa 100644 --- a/sound/hda/Kconfig +++ b/sound/hda/Kconfig @@ -5,11 +5,12 @@ config SND_HDA_CORE config SND_HDA_DSP_LOADER bool +config SND_HDA_COMPONENT + bool + config SND_HDA_I915 bool - default y - depends on DRM_I915 - depends on SND_HDA_CORE + select SND_HDA_COMPONENT config SND_HDA_EXT_CORE tristate |