aboutsummaryrefslogtreecommitdiffstats
path: root/hw/audio/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'hw/audio/Kconfig')
-rw-r--r--hw/audio/Kconfig52
1 files changed, 52 insertions, 0 deletions
diff --git a/hw/audio/Kconfig b/hw/audio/Kconfig
new file mode 100644
index 000000000..e9c6fed82
--- /dev/null
+++ b/hw/audio/Kconfig
@@ -0,0 +1,52 @@
+config SB16
+ bool
+ default y
+ depends on ISA_BUS
+
+config ES1370
+ bool
+ default y if PCI_DEVICES
+ depends on PCI
+
+config AC97
+ bool
+ default y if PCI_DEVICES
+ depends on PCI
+
+config ADLIB
+ bool
+ default y
+ depends on ISA_BUS
+
+config GUS
+ bool
+ default y
+ depends on ISA_BUS
+
+config CS4231A
+ bool
+ default y
+ depends on ISA_BUS
+
+config HDA
+ bool
+ default y if PCI_DEVICES
+ depends on PCI
+
+config PCSPK
+ bool
+ default y
+ depends on I8254
+
+config WM8750
+ bool
+ depends on I2C
+
+config PL041
+ bool
+
+config CS4231
+ bool
+
+config MARVELL_88W8618
+ bool