diff options
author | Dylan Reid <dgreid@chromium.org> | 2014-02-28 18:41:32 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-03-01 05:23:55 -0500 |
commit | 78e34f34ac27c9c25c6db58d05129994bed9ec25 (patch) | |
tree | d3c56faadcab903a9092b2dc3ceb04495577ff55 /sound/pci/Kconfig | |
parent | f0a220dedd59e23cec7a9a057b3f2f415f47fac6 (diff) |
ALSA: hda - remove PCI dependency in Kconfig
Remove the dependency on CONFIG_PCI for building hda codec drivers so
that platforms with HDA attach via means other than PCI can use them.
This was as suggested by tiwai.
Signed-off-by: Dylan Reid <dgreid@chromium.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/Kconfig')
-rw-r--r-- | sound/pci/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig index 8756c8e32922..56d93bf45025 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig | |||
@@ -578,8 +578,6 @@ config SND_FM801_TEA575X_BOOL | |||
578 | FM801 chip with a TEA5757 tuner (MediaForte SF256-PCS, SF256-PCP and | 578 | FM801 chip with a TEA5757 tuner (MediaForte SF256-PCS, SF256-PCP and |
579 | SF64-PCR) into the snd-fm801 driver. | 579 | SF64-PCR) into the snd-fm801 driver. |
580 | 580 | ||
581 | source "sound/pci/hda/Kconfig" | ||
582 | |||
583 | config SND_HDSP | 581 | config SND_HDSP |
584 | tristate "RME Hammerfall DSP Audio" | 582 | tristate "RME Hammerfall DSP Audio" |
585 | select FW_LOADER | 583 | select FW_LOADER |
@@ -889,3 +887,5 @@ config SND_YMFPCI | |||
889 | will be called snd-ymfpci. | 887 | will be called snd-ymfpci. |
890 | 888 | ||
891 | endif # SND_PCI | 889 | endif # SND_PCI |
890 | |||
891 | source "sound/pci/hda/Kconfig" | ||