diff options
author | Pali Rohár <[email protected]> | 2022-01-04 16:35:23 +0100 |
---|---|---|
committer | Lorenzo Pieralisi <[email protected]> | 2022-02-03 10:52:22 +0000 |
commit | 7f09a4b195a94cda747ff87b56834907844b326c (patch) | |
tree | b9b2e24396fa702e1696718c8f347f4e5fbd5a2d | |
parent | 05241c13655c43116ea7322a6edffc47d7218550 (diff) |
PCI: mvebu: Add help string for CONFIG_PCI_MVEBU option
There is no description for CONFIG_PCI_MVEBU option. Add it.
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Pali Rohár <[email protected]>
Signed-off-by: Lorenzo Pieralisi <[email protected]>
Reviewed-by: Rob Herring <[email protected]>
Acked-by: Thomas Petazzoni <[email protected]>
-rw-r--r-- | drivers/pci/controller/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/pci/controller/Kconfig b/drivers/pci/controller/Kconfig index 601f2531ee91..b8d96d38064d 100644 --- a/drivers/pci/controller/Kconfig +++ b/drivers/pci/controller/Kconfig @@ -10,6 +10,10 @@ config PCI_MVEBU depends on ARM depends on OF select PCI_BRIDGE_EMUL + help + Add support for Marvell EBU PCIe controller. This PCIe controller + is used on 32-bit Marvell ARM SoCs: Dove, Kirkwood, Armada 370, + Armada XP, Armada 375, Armada 38x and Armada 39x. config PCI_AARDVARK tristate "Aardvark PCIe controller" |