diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2023-04-18 19:43:32 +0200 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2023-04-20 23:18:04 +0200 |
commit | bf909c57567ec6385a2edccbadf56eb822186b29 (patch) | |
tree | 8ef6225f6d24bb9383610aa7c72366f90aaa9d6f /drivers/pci | |
parent | PCI: hv: Add 'Microsoft' to Kconfig prompt (diff) | |
download | linux-bf909c57567ec6385a2edccbadf56eb822186b29.tar.xz linux-bf909c57567ec6385a2edccbadf56eb822186b29.zip |
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>
Diffstat (limited to 'drivers/pci')
-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 |