[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [RFC PATCH v3 29/43] build: convert pci.mak to Kconfig
From: |
Michael S. Tsirkin |
Subject: |
Re: [Qemu-devel] [RFC PATCH v3 29/43] build: convert pci.mak to Kconfig |
Date: |
Fri, 18 Jan 2019 14:21:00 -0500 |
On Fri, Jan 18, 2019 at 06:03:46PM +0100, Paolo Bonzini wrote:
> On 18/01/19 17:36, Michael S. Tsirkin wrote:
> >> config PCI_GENERIC
> >> bool
> >> + select PCIE
> >>
> >
> > why is this?
> >
>
> PCI_GENERIC is hw/pci-host/gpex.c, the "QEMU Generic PCI Express Bridge
> Emulation".
Oh. Not really descriptive.
I guess we should rename it to PCI_EXPRESS_GENERIC_BRIDGE or something?
> >> config PCI_XILINX
> >> bool
> >> + select PCIE
> >>
> >> config PCI_DESIGNWARE
> >> bool
> >> + select PCIE
> >
> >
> > sure about the above?
>
> The comments at the top of the two files say they are PCIe.
>
> Paolo
So I guess the part that I find confusing is which module
it is. Module should be a prefix. So if module is PCI
then everything should be PCI_ and PCIE should be
PCI_EXPRESS. If PCIE is the module then all these guys
should be renamed.
--
MST
[Qemu-devel] [RFC PATCH v3 33/43] bluetooth: express dependencies with Kconfig, Yang Zhong, 2019/01/18
[Qemu-devel] [RFC PATCH v3 32/43] scsi: express dependencies with Kconfig, Yang Zhong, 2019/01/18
[Qemu-devel] [RFC PATCH v3 34/43] isa: express dependencies with kconfig, Yang Zhong, 2019/01/18
[Qemu-devel] [RFC PATCH v3 35/43] i386: express dependencies with Kconfig, Yang Zhong, 2019/01/18
[Qemu-devel] [RFC PATCH v3 37/43] ptimer: express dependencies with Kconfig, Yang Zhong, 2019/01/18
[Qemu-devel] [RFC PATCH v3 38/43] edid: express dependencies with kconfig, Yang Zhong, 2019/01/18
[Qemu-devel] [RFC PATCH v3 36/43] i2c: express dependencies with Kconfig, Yang Zhong, 2019/01/18
[Qemu-devel] [RFC PATCH v3 39/43] hyperv: express dependencies with kconfig, Yang Zhong, 2019/01/18
[Qemu-devel] [RFC PATCH v3 41/43] i386-softmmu.mak: remove all CONFIG_* except boards definitions, Yang Zhong, 2019/01/18