PCI: xilinx-nwl: Add 'Xilinx' to Kconfig prompt
authorBjorn Helgaas <bhelgaas@google.com>
Tue, 18 Apr 2023 17:43:32 +0000 (12:43 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 20 Apr 2023 21:18:04 +0000 (16:18 -0500)
Add the "Xilinx" vendor name to the CONFIG_PCIE_XILINX_NWL Kconfig prompt
so it matches other drivers.  Rename from "PCIe Core" to "PCIe controller".

Link: https://lore.kernel.org/r/20230418174336.145585-4-helgaas@kernel.org
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Michal Simek <michal.simek@amd.com>
drivers/pci/controller/Kconfig

index 8b1f9a3f83ead3cb13cfc7b81926b288b2271aa1..5875587d8b59438fa1cd7e268225451e1edbfbcc 100644 (file)
@@ -28,7 +28,7 @@ config PCI_AARDVARK
         3700 SoC.
 
 config PCIE_XILINX_NWL
-       bool "NWL PCIe Core"
+       bool "Xilinx NWL PCIe controller"
        depends on ARCH_ZYNQMP || COMPILE_TEST
        depends on PCI_MSI
        help