configs: rk3328: enable usb2 phy driver

Add defconfig to enable generic PHY framework and USB 2.0 PHY
driver which used for DWC2, EHCI and OHCI usb controllers.

Change-Id: I93fa29843f6f6d4d43e3e4939225bc2f79ad3131
Signed-off-by: Wu Liang feng <wulf@rock-chips.com>
This commit is contained in:
Wu Liang feng 2017-09-20 10:26:06 +08:00 committed by Kever Yang
parent f0c40dcdc2
commit 2e595678ab
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ CONFIG_ROCKCHIP_GPIO=y
CONFIG_SYS_I2C_ROCKCHIP=y
CONFIG_MMC_DW=y
CONFIG_MMC_DW_ROCKCHIP=y
CONFIG_PHY=y
CONFIG_PHY_ROCKCHIP_INNO_USB2=y
CONFIG_PINCTRL=y
CONFIG_PINCTRL_ROCKCHIP_RK3328=y
CONFIG_DM_PMIC=y