diff mbox

[35/47] hw/pci/Kconfig: Add Kconfig file

Message ID 1377471536-12423-36-git-send-email-akoskovacs@gmx.com
State New
Headers show

Commit Message

Ákos Kovács Aug. 25, 2013, 10:58 p.m. UTC
Signed-off-by: Ákos Kovács <akoskovacs@gmx.com>
---
 hw/pci/Kconfig |    8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 hw/pci/Kconfig

Comments

Paolo Bonzini Aug. 26, 2013, 11:01 a.m. UTC | #1
Il 26/08/2013 00:58, Ákos Kovács ha scritto:
> +
> +menu "PCI"
> +    config PCI_HOTPLUG
> +        bool "Enable hotplugging for PCI devices"
> +        depends on PCI
> +endmenu

This has now been renamed to CONFIG_PCI_HOTPLUG_OLD.  It's a legacy
interface, so perhaps you can leave the prompt out.

Paolo
diff mbox

Patch

diff --git a/hw/pci/Kconfig b/hw/pci/Kconfig
new file mode 100644
index 0000000..31a755d
--- /dev/null
+++ b/hw/pci/Kconfig
@@ -0,0 +1,8 @@ 
+config PCI
+    bool
+
+menu "PCI"
+    config PCI_HOTPLUG
+        bool "Enable hotplugging for PCI devices"
+        depends on PCI
+endmenu