ALSA: sis7019: Simplify dependencies
authorJean Delvare <jdelvare@suse.de>
Tue, 11 Mar 2014 13:30:07 +0000 (14:30 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 11 Mar 2014 13:40:32 +0000 (14:40 +0100)
Kconfig symbol X86_32 was introduced in October 2005, it's about time
to use it :-)

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/Kconfig

index 47dfbd940f3ccf1e782e0fd6c645932d68b66d8a..0b0c0cf13f748e0e231a6d068351c6827a57d128 100644 (file)
@@ -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