diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2016-02-24 19:45:56 -0500 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2016-03-11 13:03:41 -0500 |
commit | 304e6d572bf2dc810b806254123f7412dba334fa (patch) | |
tree | e36fa44eb15cf9e10ccb7f8b9ba7632082062191 /drivers/pci | |
parent | 3487c65659088c8205d8ab726b45469912271bbd (diff) |
PCI: rcar: Depend on ARCH_RENESAS, not ARCH_SHMOBILE
Make the R-Car drivers depend on ARCH_RENESAS instead of ARCH_SHMOBILE.
This is part of an ongoing process to migrate from ARCH_SHMOBILE to
ARCH_RENESAS. The motivation is that RENESAS seems to be a more
appropriate name than SHMOBILE for the majority of Renesas ARM-based SoCs.
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to 'drivers/pci')
-rw-r--r-- | drivers/pci/host/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig index 75a605426538..dcf4d5a349ca 100644 --- a/drivers/pci/host/Kconfig +++ b/drivers/pci/host/Kconfig | |||
@@ -41,7 +41,7 @@ config PCI_TEGRA | |||
41 | config PCI_RCAR_GEN2 | 41 | config PCI_RCAR_GEN2 |
42 | bool "Renesas R-Car Gen2 Internal PCI controller" | 42 | bool "Renesas R-Car Gen2 Internal PCI controller" |
43 | depends on ARM | 43 | depends on ARM |
44 | depends on ARCH_SHMOBILE || COMPILE_TEST | 44 | depends on ARCH_RENESAS || COMPILE_TEST |
45 | help | 45 | help |
46 | Say Y here if you want internal PCI support on R-Car Gen2 SoC. | 46 | Say Y here if you want internal PCI support on R-Car Gen2 SoC. |
47 | There are 3 internal PCI controllers available with a single | 47 | There are 3 internal PCI controllers available with a single |
@@ -49,7 +49,7 @@ config PCI_RCAR_GEN2 | |||
49 | 49 | ||
50 | config PCI_RCAR_GEN2_PCIE | 50 | config PCI_RCAR_GEN2_PCIE |
51 | bool "Renesas R-Car PCIe controller" | 51 | bool "Renesas R-Car PCIe controller" |
52 | depends on ARCH_SHMOBILE || (ARM && COMPILE_TEST) | 52 | depends on ARCH_RENESAS || (ARM && COMPILE_TEST) |
53 | help | 53 | help |
54 | Say Y here if you want PCIe controller support on R-Car Gen2 SoCs. | 54 | Say Y here if you want PCIe controller support on R-Car Gen2 SoCs. |
55 | 55 | ||