aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorAlexander Viro <viro@www.linux.org.uk>2004-07-26 06:59:14 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-07-26 06:59:14 -0700
commit4a27ed1c819fb77e6781c7b20929e700585f3ced (patch)
tree26a1154dfa1e1e54e5874895f3574d4f4d135862 /sound
parent2b7b3e43b4104f1241bcaafe51b98b3691986482 (diff)
downloadhistory-4a27ed1c819fb77e6781c7b20929e700585f3ced.tar.gz
[PATCH] broken stuff in sound/* marked as such in Kconfig
a) OSS is broken on sparc64 (as in "won't compile") b) sb16_csp is broken on ppc marked as such in Kconfig Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/Kconfig2
-rw-r--r--sound/isa/Kconfig2
2 files changed, 2 insertions, 2 deletions
diff --git a/sound/Kconfig b/sound/Kconfig
index bfd4b6ab24c266..56f5cc726ccf5a 100644
--- a/sound/Kconfig
+++ b/sound/Kconfig
@@ -70,7 +70,7 @@ source "sound/parisc/Kconfig"
endmenu
menu "Open Sound System"
- depends on SOUND!=n
+ depends on SOUND!=n && (BROKEN || !SPARC64)
config SOUND_PRIME
tristate "Open Sound System (DEPRECATED)"
diff --git a/sound/isa/Kconfig b/sound/isa/Kconfig
index 04b2c3a13420c8..11b4240b1d5c5c 100644
--- a/sound/isa/Kconfig
+++ b/sound/isa/Kconfig
@@ -184,7 +184,7 @@ config SND_SBAWE
config SND_SB16_CSP
bool "Sound Blaster 16/AWE CSP support"
- depends on SND_SB16 || SND_SBAWE
+ depends on (SND_SB16 || SND_SBAWE) && (BROKEN || !PPC)
help
Say 'Y' to include support for CSP core. This special coprocessor
can do variable tasks like various compression and decompression