ARM: rmobile: Enable USB PHY on Gen2
Enable support for USB PHY on the R-Car Gen2. This allows for both of the USB host ports to be used on such boards. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
parent
664258887d
commit
4f10989280
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ config ARCH_RMOBILE_BOARD_STRING
|
|||
|
||||
config RCAR_GEN2
|
||||
bool "Renesas RCar Gen2"
|
||||
select PHY
|
||||
select PHY_RCAR_GEN2
|
||||
|
||||
config R8A7740
|
||||
bool "Renesas SoC R8A7740"
|
||||
|
|
Loading…
Reference in a new issue