[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 19/47] hw/audio/Kconfig: Add audio Kconfig
From: |
Ákos Kovács |
Subject: |
[Qemu-devel] [PATCH 19/47] hw/audio/Kconfig: Add audio Kconfig |
Date: |
Mon, 26 Aug 2013 00:58:28 +0200 |
Signed-off-by: Ákos Kovács <address@hidden>
---
hw/audio/Kconfig | 41 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)
create mode 100644 hw/audio/Kconfig
diff --git a/hw/audio/Kconfig b/hw/audio/Kconfig
new file mode 100644
index 0000000..bb6c31d
--- /dev/null
+++ b/hw/audio/Kconfig
@@ -0,0 +1,41 @@
+menu "Audio devices"
+ config SB16
+ bool
+ #select ISA
+
+ config ES1370
+ bool "ES1370"
+ depends on PCI
+
+ config AC97
+ bool "AC97 sound card"
+ default y
+ depends on PCI
+
+ config ADLIB
+ bool
+ #select ISA
+
+ config CS4231A
+ bool
+
+ config HDA
+ bool
+ #select ISA
+
+ config PCSPK
+ bool
+ select I8254
+
+ config WM8750
+ bool
+
+ config PL041
+ bool
+
+ config CS4231
+ bool
+
+ config MARVELL_88W8618
+ bool
+endmenu
--
1.7.10.4
- [Qemu-devel] [PATCH 12/47] hw/ppc/Makefile.objs: Build all boards conditinally, (continued)
- [Qemu-devel] [PATCH 12/47] hw/ppc/Makefile.objs: Build all boards conditinally, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 13/47] hw/sh4/Makefile.objs: Build sh4 boards conditionally, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 14/47] hw/sparc/Makefile.objs: CONFIG_* for sun4m and leon3 created, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 15/47] hw/lm32/Makefile.objs: Conditionally build lm32 and milkmyst, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 16/47] hw/xtensa/Makefile.objs: Build xtensa_sim and xtensa_lx60 conditionally, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 17/47] hw/9pfs/Kconfig: Add 9pfs Kconfig, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 18/47] hw/arm/Kconfig: Add ARM Kconfig, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 19/47] hw/audio/Kconfig: Add audio Kconfig,
Ákos Kovács <=
- [Qemu-devel] [PATCH 20/47] hw/block/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 21/47] hw/char/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 22/47] hw/core/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 23/47] hw/cpu/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25