diff options
author | Robert P. J. Day <rpjday@mindspring.com> | 2007-02-10 04:46:26 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-11 14:18:06 -0500 |
commit | 1c6ae7ecd21fbb655ea96a7e9798bedb2917ef91 (patch) | |
tree | bef0246dbe3b5079551d5083aa72613562fdf1b6 /sound/oss | |
parent | b385a144ee790f00e8559bcb8024d042863f9be1 (diff) |
[PATCH] Remove dead kernel config option AEDSP16_MPU401.
Remove the dead kernel config option AEDSP16_MPU401.
Signed-off-by: Robert P. J. Day <mindspring.com>
Cc: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'sound/oss')
-rw-r--r-- | sound/oss/Kconfig | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sound/oss/Kconfig b/sound/oss/Kconfig index 7ef2e2ba4484..4c419300305d 100644 --- a/sound/oss/Kconfig +++ b/sound/oss/Kconfig | |||
@@ -719,18 +719,6 @@ config AEDSP16_SBPRO | |||
719 | 719 | ||
720 | endchoice | 720 | endchoice |
721 | 721 | ||
722 | config AEDSP16_MPU401 | ||
723 | bool "Audio Excel DSP 16 (MPU401 emulation)" | ||
724 | depends on SOUND_AEDSP16 && SOUND_MPU401 | ||
725 | help | ||
726 | Answer Y if you want your audio card to emulate the MPU-401 midi | ||
727 | interface. You should then also say Y to "MPU-401 support". | ||
728 | |||
729 | Note that the I/O base for MPU-401 support of aedsp16 is the same | ||
730 | you have selected for "MPU-401 support". If you are using this | ||
731 | driver as a module you have to specify the MPU I/O base address with | ||
732 | the parameter 'mpu_base=0xNNN'. | ||
733 | |||
734 | config SOUND_VIDC | 722 | config SOUND_VIDC |
735 | tristate "VIDC 16-bit sound" | 723 | tristate "VIDC 16-bit sound" |
736 | depends on ARM && (ARCH_ACORN || ARCH_CLPS7500) && SOUND_OSS | 724 | depends on ARM && (ARCH_ACORN || ARCH_CLPS7500) && SOUND_OSS |