From 4c16ecc4c0715e0b6b3c7b72976c05b0e212cd0f Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Tue, 11 Mar 2014 14:30:07 +0100 Subject: ALSA: sis7019: Simplify dependencies Kconfig symbol X86_32 was introduced in October 2005, it's about time to use it :-) Signed-off-by: Jean Delvare Signed-off-by: Takashi Iwai --- sound/pci/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sound/pci/Kconfig') diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig index 47dfbd940f3c..0b0c0cf13f74 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig @@ -795,7 +795,7 @@ config SND_RME9652 config SND_SIS7019 tristate "SiS 7019 Audio Accelerator" - depends on X86 && !X86_64 + depends on X86_32 select SND_AC97_CODEC select ZONE_DMA help -- cgit