diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2023-04-18 12:43:32 -0500 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2023-04-20 16:18:04 -0500 |
commit | bf909c57567ec6385a2edccbadf56eb822186b29 (patch) | |
tree | 8ef6225f6d24bb9383610aa7c72366f90aaa9d6f | |
parent | 7f5441c1789c178f4db47cd08b558048ba58ea4e (diff) |
PCI: xilinx-nwl: Add 'Xilinx' to Kconfig prompt
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>
-rw-r--r-- | drivers/pci/controller/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/controller/Kconfig b/drivers/pci/controller/Kconfig index 8b1f9a3f83ea..5875587d8b59 100644 --- a/drivers/pci/controller/Kconfig +++ b/drivers/pci/controller/Kconfig @@ -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 |