summaryrefslogtreecommitdiffstats
path: root/drivers/sound/Defines
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1998-03-17 22:05:47 +0000
committerRalf Baechle <ralf@linux-mips.org>1998-03-17 22:05:47 +0000
commit27cfca1ec98e91261b1a5355d10a8996464b63af (patch)
tree8e895a53e372fa682b4c0a585b9377d67ed70d0e /drivers/sound/Defines
parent6a76fb7214c477ccf6582bd79c5b4ccc4f9c41b1 (diff)
Look Ma' what I found on my harddisk ...
o New faster syscalls for 2.1.x, too o Upgrade to 2.1.89. Don't try to run this. It's flaky as hell. But feel free to debug ...
Diffstat (limited to 'drivers/sound/Defines')
-rw-r--r--drivers/sound/Defines395
1 files changed, 395 insertions, 0 deletions
diff --git a/drivers/sound/Defines b/drivers/sound/Defines
new file mode 100644
index 000000000..6b9ef6bb6
--- /dev/null
+++ b/drivers/sound/Defines
@@ -0,0 +1,395 @@
+# This used to be a computer generated file, but it's not any more.
+# Edit all you need!
+
+ifdef CONFIG_PSS
+ifneq ($(CONFIG_MPU_EMU),Y)
+CONFIG_MPU_EMU=y
+endif
+endif
+
+ifdef CONFIG_SSCAPE
+ifneq ($(CONFIG_MPU_EMU),Y)
+CONFIG_MPU_EMU=y
+endif
+endif
+
+ifdef CONFIG_CS4232
+ifneq ($(CONFIG_MPU_EMU),Y)
+CONFIG_MPU_EMU=y
+endif
+endif
+
+ifdef CONFIG_MAUI
+ifneq ($(CONFIG_MPU_EMU),Y)
+CONFIG_MPU_EMU=y
+endif
+endif
+
+ifdef CONFIG_PSS
+ifneq ($(CONFIG_AD1848),Y)
+CONFIG_AD1848=y
+endif
+endif
+
+ifdef CONFIG_GUS16
+ifneq ($(CONFIG_AD1848),Y)
+CONFIG_AD1848=y
+endif
+endif
+
+ifdef CONFIG_GUSMAX
+ifneq ($(CONFIG_AD1848),Y)
+CONFIG_AD1848=y
+endif
+endif
+
+ifdef CONFIG_MSS
+ifneq ($(CONFIG_AD1848),Y)
+CONFIG_AD1848=y
+endif
+endif
+
+ifdef CONFIG_SSCAPE
+ifneq ($(CONFIG_AD1848),Y)
+CONFIG_AD1848=y
+endif
+endif
+
+ifdef CONFIG_TRIX
+ifneq ($(CONFIG_AD1848),Y)
+CONFIG_AD1848=y
+endif
+endif
+
+ifdef CONFIG_MAD16
+ifneq ($(CONFIG_AD1848),Y)
+CONFIG_AD1848=y
+endif
+endif
+
+ifdef CONFIG_CS4232
+ifneq ($(CONFIG_AD1848),Y)
+CONFIG_AD1848=y
+endif
+endif
+
+ifdef CONFIG_OPL3SA1
+ifneq ($(CONFIG_AD1848),Y)
+CONFIG_AD1848=y
+endif
+endif
+
+ifdef CONFIG_SB
+ifneq ($(CONFIG_SBDSP),Y)
+CONFIG_SBDSP=y
+endif
+endif
+
+ifdef CONFIG_TRIX
+ifneq ($(CONFIG_SBDSP),Y)
+CONFIG_SBDSP=y
+endif
+endif
+
+ifdef CONFIG_MAD16
+ifneq ($(CONFIG_SBDSP),Y)
+CONFIG_SBDSP=y
+endif
+endif
+
+
+
+ifdef CONFIG_SB
+ ifeq ($(CONFIG_SB),m)
+ ifneq ($(CONFIG_UART401),Y)
+ CONFIG_UART401=m
+ endif
+ else
+ ifneq ($(CONFIG_UART401),Y)
+ CONFIG_UART401=y
+ endif
+ endif
+endif
+
+ifdef CONFIG_TRIX
+ifneq ($(CONFIG_UART401),Y)
+CONFIG_UART401=y
+endif
+endif
+
+ifdef CONFIG_MAD16
+ifneq ($(CONFIG_UART401),Y)
+CONFIG_UART401=y
+endif
+endif
+
+ifdef CONFIG_OPL3SA1
+ifneq ($(CONFIG_UART401),Y)
+CONFIG_UART401=y
+endif
+endif
+
+ifdef CONFIG_PAS
+ifneq ($(CONFIG_SEQUENCER),Y)
+CONFIG_SEQUENCER=y
+endif
+endif
+
+ifdef CONFIG_SB
+ifneq ($(CONFIG_SEQUENCER),Y)
+CONFIG_SEQUENCER=y
+endif
+endif
+
+ifdef CONFIG_ADLIB
+ifneq ($(CONFIG_SEQUENCER),Y)
+CONFIG_SEQUENCER=y
+endif
+endif
+
+ifdef CONFIG_GUS
+ifneq ($(CONFIG_SEQUENCER),Y)
+CONFIG_SEQUENCER=y
+endif
+endif
+
+ifdef CONFIG_MPU401
+ifneq ($(CONFIG_SEQUENCER),Y)
+CONFIG_SEQUENCER=y
+endif
+endif
+
+ifdef CONFIG_PSS
+ifneq ($(CONFIG_SEQUENCER),Y)
+CONFIG_SEQUENCER=y
+endif
+endif
+
+ifdef CONFIG_GUS16
+ifneq ($(CONFIG_SEQUENCER),Y)
+CONFIG_SEQUENCER=y
+endif
+endif
+
+ifdef CONFIG_GUSMAX
+ifneq ($(CONFIG_SEQUENCER),Y)
+CONFIG_SEQUENCER=y
+endif
+endif
+
+ifdef CONFIG_MSS
+ifneq ($(CONFIG_SEQUENCER),Y)
+CONFIG_SEQUENCER=y
+endif
+endif
+
+ifdef CONFIG_SSCAPE
+ifneq ($(CONFIG_SEQUENCER),Y)
+CONFIG_SEQUENCER=y
+endif
+endif
+
+ifdef CONFIG_TRIX
+ifneq ($(CONFIG_SEQUENCER),Y)
+CONFIG_SEQUENCER=y
+endif
+endif
+
+ifdef CONFIG_MAD16
+ifneq ($(CONFIG_SEQUENCER),Y)
+CONFIG_SEQUENCER=y
+endif
+endif
+
+ifdef CONFIG_CS4232
+ifneq ($(CONFIG_SEQUENCER),Y)
+CONFIG_SEQUENCER=y
+endif
+endif
+
+ifdef CONFIG_MAUI
+ifneq ($(CONFIG_SEQUENCER),Y)
+CONFIG_SEQUENCER=y
+endif
+endif
+
+ifdef CONFIG_OPL3SA1
+ifneq ($(CONFIG_SEQUENCER),Y)
+CONFIG_SEQUENCER=y
+endif
+endif
+
+ifdef CONFIG_SOFTOSS
+ifneq ($(CONFIG_SEQUENCER),Y)
+CONFIG_SEQUENCER=y
+endif
+endif
+
+ifdef CONFIG_YM3812_AUTO
+ifneq ($(CONFIG_SEQUENCER),Y)
+CONFIG_SEQUENCER=y
+endif
+endif
+
+ifdef CONFIG_PAS
+ifneq ($(CONFIG_AUDIO),Y)
+CONFIG_AUDIO=y
+endif
+endif
+
+ifdef CONFIG_SB
+ifneq ($(CONFIG_AUDIO),Y)
+CONFIG_AUDIO=y
+endif
+endif
+
+ifdef CONFIG_GUS
+ifneq ($(CONFIG_AUDIO),Y)
+CONFIG_AUDIO=y
+endif
+endif
+
+ifdef CONFIG_PSS
+ifneq ($(CONFIG_AUDIO),Y)
+CONFIG_AUDIO=y
+endif
+endif
+
+ifdef CONFIG_GUS16
+ifneq ($(CONFIG_AUDIO),Y)
+CONFIG_AUDIO=y
+endif
+endif
+
+ifdef CONFIG_GUSMAX
+ifneq ($(CONFIG_AUDIO),Y)
+CONFIG_AUDIO=y
+endif
+endif
+
+ifdef CONFIG_MSS
+ifneq ($(CONFIG_AUDIO),Y)
+CONFIG_AUDIO=y
+endif
+endif
+
+ifdef CONFIG_SSCAPE
+ifneq ($(CONFIG_AUDIO),Y)
+CONFIG_AUDIO=y
+endif
+endif
+
+ifdef CONFIG_TRIX
+ifneq ($(CONFIG_AUDIO),Y)
+CONFIG_AUDIO=y
+endif
+endif
+
+ifdef CONFIG_MAD16
+ifneq ($(CONFIG_AUDIO),Y)
+CONFIG_AUDIO=y
+endif
+endif
+
+ifdef CONFIG_CS4232
+ifneq ($(CONFIG_AUDIO),Y)
+CONFIG_AUDIO=y
+endif
+endif
+
+ifdef CONFIG_OPL3SA1
+ifneq ($(CONFIG_AUDIO),Y)
+CONFIG_AUDIO=y
+endif
+endif
+
+ifdef CONFIG_SOFTOSS
+ifneq ($(CONFIG_AUDIO),Y)
+CONFIG_AUDIO=y
+endif
+endif
+
+ifdef CONFIG_PAS
+ifneq ($(CONFIG_MIDI),Y)
+CONFIG_MIDI=y
+endif
+endif
+
+ifdef CONFIG_SB
+ifneq ($(CONFIG_MIDI),Y)
+CONFIG_MIDI=y
+endif
+endif
+
+ifdef CONFIG_GUS
+ifneq ($(CONFIG_MIDI),Y)
+CONFIG_MIDI=y
+endif
+endif
+
+ifdef CONFIG_MPU401
+ifneq ($(CONFIG_MIDI),Y)
+CONFIG_MIDI=y
+endif
+endif
+
+ifdef CONFIG_PSS
+ifneq ($(CONFIG_MIDI),Y)
+CONFIG_MIDI=y
+endif
+endif
+
+ifdef CONFIG_GUS16
+ifneq ($(CONFIG_MIDI),Y)
+CONFIG_MIDI=y
+endif
+endif
+
+ifdef CONFIG_GUSMAX
+ifneq ($(CONFIG_MIDI),Y)
+CONFIG_MIDI=y
+endif
+endif
+
+ifdef CONFIG_SSCAPE
+ifneq ($(CONFIG_MIDI),Y)
+CONFIG_MIDI=y
+endif
+endif
+
+ifdef CONFIG_TRIX
+ifneq ($(CONFIG_MIDI),Y)
+CONFIG_MIDI=y
+endif
+endif
+
+ifdef CONFIG_MAD16
+ifneq ($(CONFIG_MIDI),Y)
+CONFIG_MIDI=y
+endif
+endif
+
+ifdef CONFIG_CS4232
+ifneq ($(CONFIG_MIDI),Y)
+CONFIG_MIDI=y
+endif
+endif
+
+ifdef CONFIG_MAUI
+ifneq ($(CONFIG_MIDI),Y)
+CONFIG_MIDI=y
+endif
+endif
+
+ifdef CONFIG_OPL3SA1
+ifneq ($(CONFIG_MIDI),Y)
+CONFIG_MIDI=y
+endif
+endif
+
+ifdef CONFIG_SOFTOSS
+ifneq ($(CONFIG_MIDI),Y)
+CONFIG_MIDI=y
+endif
+endif
+