Skip to content

Commit 9f3c35b

Browse files
committed
PCI: mobiveil: Sort Kconfig entries by vendor
Sort Kconfig entries by vendor so they appear in alphabetical order in menuconfig. Link: https://lore.kernel.org/r/20230418174336.145585-8-helgaas@kernel.org Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
1 parent c39819c commit 9f3c35b

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

  • drivers/pci/controller/mobiveil

drivers/pci/controller/mobiveil/Kconfig

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ config PCIE_MOBIVEIL_HOST
1111
depends on PCI_MSI
1212
select PCIE_MOBIVEIL
1313

14+
config PCIE_LAYERSCAPE_GEN4
15+
bool "Freescale Layerscape Gen4 PCIe controller"
16+
depends on ARCH_LAYERSCAPE || COMPILE_TEST
17+
depends on PCI_MSI
18+
select PCIE_MOBIVEIL_HOST
19+
help
20+
Say Y here if you want PCIe Gen4 controller support on
21+
Layerscape SoCs.
22+
1423
config PCIE_MOBIVEIL_PLAT
1524
bool "Mobiveil AXI PCIe controller"
1625
depends on ARCH_ZYNQMP || COMPILE_TEST
@@ -22,12 +31,4 @@ config PCIE_MOBIVEIL_PLAT
2231
Soft IP. It has up to 8 outbound and inbound windows
2332
for address translation and it is a PCIe Gen4 IP.
2433

25-
config PCIE_LAYERSCAPE_GEN4
26-
bool "Freescale Layerscape Gen4 PCIe controller"
27-
depends on ARCH_LAYERSCAPE || COMPILE_TEST
28-
depends on PCI_MSI
29-
select PCIE_MOBIVEIL_HOST
30-
help
31-
Say Y here if you want PCIe Gen4 controller support on
32-
Layerscape SoCs.
3334
endmenu

0 commit comments

Comments
 (0)