Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+9 -8
+9 -8
drivers/pci/controller/mobiveil/Kconfig
··· 11 11 depends on PCI_MSI 12 12 select PCIE_MOBIVEIL 13 13 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 + 14 23 config PCIE_MOBIVEIL_PLAT 15 24 bool "Mobiveil AXI PCIe controller" 16 25 depends on ARCH_ZYNQMP || COMPILE_TEST ··· 31 22 Soft IP. It has up to 8 outbound and inbound windows 32 23 for address translation and it is a PCIe Gen4 IP. 33 24 34 - config PCIE_LAYERSCAPE_GEN4 35 - bool "Freescale Layerscape Gen4 PCIe controller" 36 - depends on ARCH_LAYERSCAPE || COMPILE_TEST 37 - depends on PCI_MSI 38 - select PCIE_MOBIVEIL_HOST 39 - help 40 - Say Y here if you want PCIe Gen4 controller support on 41 - Layerscape SoCs. 42 25 endmenu