[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 37/47] hw/pci-host/Kconfig: Add Kconfig file
From: |
Paolo Bonzini |
Subject: |
Re: [Qemu-devel] [PATCH 37/47] hw/pci-host/Kconfig: Add Kconfig file |
Date: |
Mon, 26 Aug 2013 13:02:55 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130805 Thunderbird/17.0.8 |
Il 26/08/2013 00:58, Ákos Kovács ha scritto:
> Signed-off-by: Ákos Kovács <address@hidden>
> ---
> hw/pci-host/Kconfig | 36 ++++++++++++++++++++++++++++++++++++
> 1 file changed, 36 insertions(+)
> create mode 100644 hw/pci-host/Kconfig
>
> diff --git a/hw/pci-host/Kconfig b/hw/pci-host/Kconfig
> new file mode 100644
> index 0000000..12014f5
> --- /dev/null
> +++ b/hw/pci-host/Kconfig
> @@ -0,0 +1,36 @@
> +config PREP_PCI
> + bool
> + select PCI
> +
> +config GRACKLE_PCI
> + bool
> + select PCI
> +
> +config UNIN_PCI
> + bool
> + select PCI
> +
> +config PPCE500_PCI
> + bool
> + select PCI
> +
> +config VERSATILE_PCI
> + bool
> + select PCI
> +
> +config PCI_APB
> + bool
> + select PCI
> +
> +config FULONG
> + bool
> + select PCI
> +
> +config PCI_PIIX
> + bool
> + select PCI
> + #select ISA
Here finally we have one that should be "select ISA"! :) This is
because this file actually implements both a PCI bridge (the i440FX
"NorthBridge") and an ISA bridge (the PIIX3 "SouthBridge").
Paolo
> +config PCI_Q35
> + bool
> + select PCI
>
- [Qemu-devel] [PATCH 31/47] hw/isa/Kconfig: Add Kconfig file, (continued)
- [Qemu-devel] [PATCH 31/47] hw/isa/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25
- [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
- Re: [Qemu-devel] [PATCH 37/47] hw/pci-host/Kconfig: Add Kconfig file,
Paolo Bonzini <=
- [Qemu-devel] [PATCH 38/47] hw/scsi/Kconfig: Add Kconfig file, Ákos Kovács, 2013/08/25
- [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