Commit 7e0ea2e6c8aeed9ff331c1ba4cab37a429cbf973

Authored by Paul Bolle
Committed by Jiri Kosina
1 parent e56e0b7dd5

sound: Kconfig: drop unknown symbol ARCH_CLPS7500

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -521,7 +521,7 @@
521 521  
522 522 config SOUND_VIDC
523 523 tristate "VIDC 16-bit sound"
524   - depends on ARM && (ARCH_ACORN || ARCH_CLPS7500)
  524 + depends on ARM && ARCH_ACORN
525 525 help
526 526 16-bit support for the VIDC onboard sound hardware found on Acorn
527 527 machines.