aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@suse.cz>2004-10-29 21:02:54 +0200
committerJaroslav Kysela <perex@suse.cz>2004-10-29 21:02:54 +0200
commit62eef818596a4aa48daebaef5cf9375add90fa49 (patch)
tree48a806457463afc5f54f32e630d90289e6300b69 /sound
parent2a83802ff66f1e4e0b6a403688f552f9ef250664 (diff)
downloadhistory-62eef818596a4aa48daebaef5cf9375add90fa49.tar.gz
[ALSA] rearrange OSS SPARC dependencies
Sound Core rearrange the SPARC symbols in the OSS dependencies to prevent alsa-driver's mod-deps from throwing up Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/Kconfig b/sound/Kconfig
index 1e4511a7b6a2f2..ec85c5f9fa0815 100644
--- a/sound/Kconfig
+++ b/sound/Kconfig
@@ -70,7 +70,7 @@ source "sound/parisc/Kconfig"
endmenu
menu "Open Sound System"
- depends on SOUND!=n && (BROKEN || !(SPARC32 || SPARC64))
+ depends on SOUND!=n && (BROKEN || (!SPARC32 && !SPARC64))
config SOUND_PRIME
tristate "Open Sound System (DEPRECATED)"