Commit 4a27ed1c authored by Alexander Viro's avatar Alexander Viro Committed by Linus Torvalds

[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: default avatarLinus Torvalds <torvalds@osdl.org>
parent 2b7b3e43
...@@ -70,7 +70,7 @@ source "sound/parisc/Kconfig" ...@@ -70,7 +70,7 @@ source "sound/parisc/Kconfig"
endmenu endmenu
menu "Open Sound System" menu "Open Sound System"
depends on SOUND!=n depends on SOUND!=n && (BROKEN || !SPARC64)
config SOUND_PRIME config SOUND_PRIME
tristate "Open Sound System (DEPRECATED)" tristate "Open Sound System (DEPRECATED)"
......
...@@ -184,7 +184,7 @@ config SND_SBAWE ...@@ -184,7 +184,7 @@ config SND_SBAWE
config SND_SB16_CSP config SND_SB16_CSP
bool "Sound Blaster 16/AWE CSP support" bool "Sound Blaster 16/AWE CSP support"
depends on SND_SB16 || SND_SBAWE depends on (SND_SB16 || SND_SBAWE) && (BROKEN || !PPC)
help help
Say 'Y' to include support for CSP core. This special coprocessor Say 'Y' to include support for CSP core. This special coprocessor
can do variable tasks like various compression and decompression can do variable tasks like various compression and decompression
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment