[PATCH 0/7] PCI: Tidy controller Kconfig

Bjorn Helgaas posted 7 patches 2 years, 8 months ago
drivers/pci/controller/Kconfig          | 463 ++++++++++-----------
drivers/pci/controller/cadence/Kconfig  |  10 +-
drivers/pci/controller/dwc/Kconfig      | 518 ++++++++++++------------
drivers/pci/controller/mobiveil/Kconfig |  19 +-
4 files changed, 506 insertions(+), 504 deletions(-)
[PATCH 0/7] PCI: Tidy controller Kconfig
Posted by Bjorn Helgaas 2 years, 8 months ago
From: Bjorn Helgaas <bhelgaas@google.com>

Use vendor name in all native controller Kconfig entries.  Use consistent
prompt language.  Sort entries by vendor name so they appear in alpha order
in menuconfig.

Bjorn Helgaas (7):
  PCI: meson: Add 'Amlogic' to Kconfig prompt
  PCI: hv: Add 'Microsoft' to Kconfig prompt
  PCI: xilinx-nwl: Add 'Xilinx' to Kconfig prompt
  PCI: Use consistent controller Kconfig menu entry language
  PCI: Sort controller Kconfig entries by vendor
  PCI: dwc: Sort Kconfig entries by vendor
  PCI: mobiveil: Sort Kconfig entries by vendor

 drivers/pci/controller/Kconfig          | 463 ++++++++++-----------
 drivers/pci/controller/cadence/Kconfig  |  10 +-
 drivers/pci/controller/dwc/Kconfig      | 518 ++++++++++++------------
 drivers/pci/controller/mobiveil/Kconfig |  19 +-
 4 files changed, 506 insertions(+), 504 deletions(-)

-- 
2.25.1
Re: [PATCH 0/7] PCI: Tidy controller Kconfig
Posted by Bjorn Helgaas 2 years, 8 months ago
On Tue, Apr 18, 2023 at 12:43:29PM -0500, Bjorn Helgaas wrote:
> From: Bjorn Helgaas <bhelgaas@google.com>
> 
> Use vendor name in all native controller Kconfig entries.  Use consistent
> prompt language.  Sort entries by vendor name so they appear in alpha order
> in menuconfig.
> 
> Bjorn Helgaas (7):
>   PCI: meson: Add 'Amlogic' to Kconfig prompt
>   PCI: hv: Add 'Microsoft' to Kconfig prompt
>   PCI: xilinx-nwl: Add 'Xilinx' to Kconfig prompt
>   PCI: Use consistent controller Kconfig menu entry language
>   PCI: Sort controller Kconfig entries by vendor
>   PCI: dwc: Sort Kconfig entries by vendor
>   PCI: mobiveil: Sort Kconfig entries by vendor
> 
>  drivers/pci/controller/Kconfig          | 463 ++++++++++-----------
>  drivers/pci/controller/cadence/Kconfig  |  10 +-
>  drivers/pci/controller/dwc/Kconfig      | 518 ++++++++++++------------
>  drivers/pci/controller/mobiveil/Kconfig |  19 +-
>  4 files changed, 506 insertions(+), 504 deletions(-)

I applied these to pci/controller/kconfig for v6.4.