projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e56e0b7
)
sound: Kconfig: drop unknown symbol ARCH_CLPS7500
author
Paul Bolle
<pebolle@tiscali.nl>
Tue, 22 Nov 2011 12:07:02 +0000
(13:07 +0100)
committer
Jiri Kosina
<jkosina@suse.cz>
Tue, 22 Nov 2011 22:28:23 +0000
(23:28 +0100)
Commit
635f0258e5
("[ARM] clps7500: remove support") missed one instance
of the ARCH_CLPS7500 Kconfig symbol. Drop it now.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
sound/oss/Kconfig
patch
|
blob
|
history
diff --git
a/sound/oss/Kconfig
b/sound/oss/Kconfig
index
6c9e8e8
..
5849b12
100644
(file)
--- a/
sound/oss/Kconfig
+++ b/
sound/oss/Kconfig
@@
-521,7
+521,7
@@
config SC6600_CDROMBASE
config SOUND_VIDC
tristate "VIDC 16-bit sound"
- depends on ARM &&
(ARCH_ACORN || ARCH_CLPS7500)
+ depends on ARM &&
ARCH_ACORN
help
16-bit support for the VIDC onboard sound hardware found on Acorn
machines.