Everybody's favorite sound experience - some old games just aren't right
with 24-bit sound from 100W speakers ;)
This patch allows the PC speaker support to be selected again on RM200,
Jazz family machines and the MIPS Malta - but it's quite some time, I'm
not even sure which of the MIPS platforms actually support a PC speaker.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/Kconfig | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index a4b2973..a7e383a 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -192,6 +192,7 @@ config MACH_JAZZ
select IRQ_CPU
select I8259
select ISA
+ select PCSPKR_PLATFORM
select SYS_HAS_CPU_R4X00
select SYS_SUPPORTS_32BIT_KERNEL
select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
@@ -279,6 +280,7 @@ config MIPS_MALTA
select MIPS_BONITO64
select MIPS_CPU_SCACHE
select PCI_GT64XXX_PCI0
+ select PCSPKR_PLATFORM
select MIPS_MSC
select SWAP_IO_SPACE
select SYS_HAS_CPU_MIPS32_R1
@@ -654,6 +656,7 @@ config SNI_RM
select IRQ_CPU
select I8259
select ISA
+ select PCSPKR_PLATFORM
select SWAP_IO_SPACE if CPU_BIG_ENDIAN
select SYS_HAS_CPU_R4X00
select SYS_HAS_CPU_R5000
|