[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 38/47] hw/scsi/Kconfig: Add Kconfig file
From: |
Ákos Kovács |
Subject: |
[Qemu-devel] [PATCH 38/47] hw/scsi/Kconfig: Add Kconfig file |
Date: |
Mon, 26 Aug 2013 00:58:47 +0200 |
Signed-off-by: Ákos Kovács <address@hidden>
---
hw/scsi/Kconfig | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
create mode 100644 hw/scsi/Kconfig
diff --git a/hw/scsi/Kconfig b/hw/scsi/Kconfig
new file mode 100644
index 0000000..5e493a6
--- /dev/null
+++ b/hw/scsi/Kconfig
@@ -0,0 +1,21 @@
+menu "SCSI devices"
+ config LSI_SCSI_PCI
+ bool "LSI53C895A SCSI Host Bus Adapter"
+ depends on PCI
+
+ config MEGASAS_SCSI_PCI
+ bool "MegaRAID SAS 8708EM2 Host Bus Adapter"
+ depends on PCI
+
+ config VMW_PVSCSI_SCSI_PCI
+ bool "VMware PVSCSI paravirtual SCSI bus"
+ depends on PCI
+
+ config ESP
+ bool
+
+ config ESP_PCI
+ bool "ESP/NCR53C9x"
+ depends on PCI
+ select ESP
+endmenu
--
1.7.10.4
- Re: [Qemu-devel] [PATCH 31/47] hw/isa/Kconfig: Add Kconfig file, (continued)
- [Qemu-devel] [PATCH 32/47] hw/misc/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 34/47] hw/nvram/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 35/47] hw/pci/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 36/47] hw/pci-bridge/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 33/47] hw/net/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 37/47] hw/pci-host/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 38/47] hw/scsi/Kconfig: Add Kconfig file,
Ákos Kovács <=
- [Qemu-devel] [PATCH 39/47] hw/sd/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 40/47] hw/ssi/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 41/47] hw/timer/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 42/47] hw/tpm/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 43/47] hw/usb/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 44/47] hw/watchdog/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 45/47] hw/Kconfig: Add the main Kconfig for hw/, Ákos Kovács, 2013/08/25