diff options
author | Al Viro <viro@www.linux.org.uk> | 2005-08-23 22:45:06 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-08-23 18:43:40 -0700 |
commit | 276bd31ce5af01350465861af7aa6a25864eb108 (patch) | |
tree | 5fb22ae8b2ef903d27850f7894ed669fabce96ad /sound/Kconfig | |
parent | e9bcb173dd1747075214a1ccdb65dc6320cae49d (diff) | |
download | kernel_samsung_aries-276bd31ce5af01350465861af7aa6a25864eb108.zip kernel_samsung_aries-276bd31ce5af01350465861af7aa6a25864eb108.tar.gz kernel_samsung_aries-276bd31ce5af01350465861af7aa6a25864eb108.tar.bz2 |
[PATCH] Kconfig fix (ISA_DMA_API and sound/*)
fixed kconfig dependencies on ISA_DMA_API for parts of sound/* that rely
on it.
Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'sound/Kconfig')
-rw-r--r-- | sound/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/Kconfig b/sound/Kconfig index ee794ae..b65ee47 100644 --- a/sound/Kconfig +++ b/sound/Kconfig @@ -77,7 +77,7 @@ source "sound/parisc/Kconfig" endmenu menu "Open Sound System" - depends on SOUND!=n && (BROKEN || (!SPARC32 && !SPARC64)) + depends on SOUND!=n config SOUND_PRIME tristate "Open Sound System (DEPRECATED)" |