summaryrefslogtreecommitdiffstats
path: root/drivers/pci
diff options
context:
space:
mode:
authorLad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>2020-12-29 17:08:48 +0000
committerLorenzo Pieralisi <lorenzo.pieralisi@arm.com>2021-01-19 12:01:00 +0000
commitff591f7490cffef49c022e802b64499edb6137b6 (patch)
tree96a9d13e6a9fb5a0ebf5e4c095e03e453fdc11f1 /drivers/pci
parenta93c00e5f975f23592895b7e83f35de2d36b7633 (diff)
downloadlinux-stable-ff591f7490cffef49c022e802b64499edb6137b6.tar.gz
linux-stable-ff591f7490cffef49c022e802b64499edb6137b6.tar.bz2
linux-stable-ff591f7490cffef49c022e802b64499edb6137b6.zip
PCI: Drop PCIE_RCAR config option
All the defconfig files have replaced PCIE_RCAR config option with PCIE_RCAR_HOST config option which built the same driver, so we can now safely drop PCIE_RCAR config option. Link: https://lore.kernel.org/r/20201229170848.18482-1-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to 'drivers/pci')
-rw-r--r--drivers/pci/controller/Kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/pci/controller/Kconfig b/drivers/pci/controller/Kconfig
index 64e2f5e379aa..0d98d8dd448b 100644
--- a/drivers/pci/controller/Kconfig
+++ b/drivers/pci/controller/Kconfig
@@ -55,15 +55,6 @@ config PCI_RCAR_GEN2
There are 3 internal PCI controllers available with a single
built-in EHCI/OHCI host controller present on each one.
-config PCIE_RCAR
- bool "Renesas R-Car PCIe controller"
- depends on ARCH_RENESAS || COMPILE_TEST
- depends on PCI_MSI_IRQ_DOMAIN
- select PCIE_RCAR_HOST
- help
- Say Y here if you want PCIe controller support on R-Car SoCs.
- This option will be removed after arm64 defconfig is updated.
-
config PCIE_RCAR_HOST
bool "Renesas R-Car PCIe host controller"
depends on ARCH_RENESAS || COMPILE_TEST