On 4/18/23 19:43, Bjorn Helgaas wrote:
>
> From: Bjorn Helgaas <bhelgaas@google.com>
>
> 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".
>
> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
> Cc: Michal Simek <michal.simek@xilinx.com>
> ---
> drivers/pci/controller/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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
> --
> 2.25.1
>
Acked-by: Michal Simek <michal.simek@amd.com>
Thanks,
Michal