ALSA: Fix dependency of CONFIG_SND_TEA575X
CONFIG_SND_TEA575X is enabled by RADIO_SF16FMR2, but the latter one is no PCI device. Since tea575x-tuner itself is independent from the board bus type, the config should be moved out of SND_PCI dependency. Reported-by: Randy Dunlap <rdunlap@xenotime.net> Acked-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
# ALSA PCI drivers
|
# ALSA PCI drivers
|
||||||
|
|
||||||
|
config SND_TEA575X
|
||||||
|
tristate
|
||||||
|
depends on SND_FM801_TEA575X_BOOL || SND_ES1968_RADIO || RADIO_SF16FMR2
|
||||||
|
default SND_FM801 || SND_ES1968 || RADIO_SF16FMR2
|
||||||
|
|
||||||
menuconfig SND_PCI
|
menuconfig SND_PCI
|
||||||
bool "PCI sound devices"
|
bool "PCI sound devices"
|
||||||
depends on PCI
|
depends on PCI
|
||||||
@@ -563,11 +568,6 @@ config SND_FM801_TEA575X_BOOL
|
|||||||
FM801 chip with a TEA5757 tuner (MediaForte SF256-PCS, SF256-PCP and
|
FM801 chip with a TEA5757 tuner (MediaForte SF256-PCS, SF256-PCP and
|
||||||
SF64-PCR) into the snd-fm801 driver.
|
SF64-PCR) into the snd-fm801 driver.
|
||||||
|
|
||||||
config SND_TEA575X
|
|
||||||
tristate
|
|
||||||
depends on SND_FM801_TEA575X_BOOL || SND_ES1968_RADIO || RADIO_SF16FMR2
|
|
||||||
default SND_FM801 || SND_ES1968 || RADIO_SF16FMR2
|
|
||||||
|
|
||||||
source "sound/pci/hda/Kconfig"
|
source "sound/pci/hda/Kconfig"
|
||||||
|
|
||||||
config SND_HDSP
|
config SND_HDSP
|
||||||
|
Reference in New Issue
Block a user