diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2023-04-18 12:43:30 -0500 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2023-04-20 16:18:04 -0500 |
commit | 6ba4ce6b2ef6fe4be102cefeb89b3979af130983 (patch) | |
tree | ddf1de2c0be438b0a10eec95068d642edb707ee1 /drivers/pci/controller | |
parent | 30dc83a92275201af08596df5d5a38b15b95ce86 (diff) | |
download | linux-6ba4ce6b2ef6fe4be102cefeb89b3979af130983.tar.gz linux-6ba4ce6b2ef6fe4be102cefeb89b3979af130983.tar.bz2 linux-6ba4ce6b2ef6fe4be102cefeb89b3979af130983.zip |
PCI: meson: Add 'Amlogic' to Kconfig prompt
Add the "Amlogic" vendor name to the CONFIG_PCI_MESON Kconfig prompt to
match other PCIe drivers. Capitalize "Meson" to match other Meson Kconfig
prompts.
Link: https://lore.kernel.org/r/20230418174336.145585-2-helgaas@kernel.org
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Cc: Yue Wang <yue.wang@Amlogic.com>
Diffstat (limited to 'drivers/pci/controller')
-rw-r--r-- | drivers/pci/controller/dwc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/controller/dwc/Kconfig b/drivers/pci/controller/dwc/Kconfig index d29551261e80..617fcc7563ae 100644 --- a/drivers/pci/controller/dwc/Kconfig +++ b/drivers/pci/controller/dwc/Kconfig @@ -321,7 +321,7 @@ config PCIE_HISI_STB Say Y here if you want PCIe controller support on HiSilicon STB SoCs config PCI_MESON - tristate "MESON PCIe controller" + tristate "Amlogic Meson PCIe controller" default m if ARCH_MESON depends on PCI_MSI select PCIE_DW_HOST |