Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1347672
| From | Simon Horman <horms+renesas@verge.net.au> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] phy: rcar-gen3-usb2, rcar-gen2: Use ARCH_RENESAS |
| Date | 2016-03-02 03:30 +0100 |
| Message-ID | <r84I2-18B-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Make use of ARCH_RENESAS in place of ARCH_SHMOBILE. This is part of an ongoing process to migrate from ARCH_SHMOBILE to ARCH_RENESAS the motivation for which being 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> --- drivers/phy/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Based on v4.5-rc1 diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig index e7e117d5dbbe..e097ed2dfad9 100644 --- a/drivers/phy/Kconfig +++ b/drivers/phy/Kconfig @@ -113,14 +113,14 @@ config PHY_MIPHY365X config PHY_RCAR_GEN2 tristate "Renesas R-Car generation 2 USB PHY driver" - depends on ARCH_SHMOBILE + depends on ARCH_RENESAS depends on GENERIC_PHY help Support for USB PHY found on Renesas R-Car generation 2 SoCs. config PHY_RCAR_GEN3_USB2 tristate "Renesas R-Car generation 3 USB 2.0 PHY driver" - depends on OF && ARCH_SHMOBILE + depends on OF && ARCH_RENESAS select GENERIC_PHY help Support for USB 2.0 PHY found on Renesas R-Car generation 3 SoCs. -- 2.1.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] phy: rcar-gen3-usb2, rcar-gen2: Use ARCH_RENESAS Simon Horman <horms+renesas@verge.net.au> - 2016-03-02 03:30 +0100
Re: [PATCH] phy: rcar-gen3-usb2, rcar-gen2: Use ARCH_RENESAS Geert Uytterhoeven <geert@linux-m68k.org> - 2016-03-02 10:40 +0100
Re: [PATCH] phy: rcar-gen3-usb2, rcar-gen2: Use ARCH_RENESAS Simon Horman <horms@verge.net.au> - 2016-03-03 01:20 +0100
Re: [PATCH] phy: rcar-gen3-usb2, rcar-gen2: Use ARCH_RENESAS Geert Uytterhoeven <geert@linux-m68k.org> - 2016-03-03 09:30 +0100
RE: [PATCH] phy: rcar-gen3-usb2, rcar-gen2: Use ARCH_RENESAS Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> - 2016-03-03 10:30 +0100
csiph-web