diff options
author | Adam Ford <aford173@gmail.com> | 2018-01-02 10:39:52 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-01-22 16:43:30 -0500 |
commit | 6574864df8db62a45e1875d4e1c42e5c8b8cbe0e (patch) | |
tree | 7ffc4cd3dd3bdd1dccf46fd2b4e17e48870460d7 /configs/miqi-rk3288_defconfig | |
parent | b9b500b0f9c3a37e064bd84eae65c807b8619dea (diff) | |
download | u-boot-6574864df8db62a45e1875d4e1c42e5c8b8cbe0e.tar.gz |
Convert CONFIG_ROCKCHIP_USB2_PHY to Kconfig
This converts the following to Kconfig:
CONFIG_ROCKCHIP_USB2_PHY
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'configs/miqi-rk3288_defconfig')
-rw-r--r-- | configs/miqi-rk3288_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/miqi-rk3288_defconfig b/configs/miqi-rk3288_defconfig index d0bcbd820e..3a5ec2d246 100644 --- a/configs/miqi-rk3288_defconfig +++ b/configs/miqi-rk3288_defconfig @@ -66,6 +66,7 @@ CONFIG_SYS_NS16550=y CONFIG_SYSRESET=y CONFIG_USB=y CONFIG_USB_DWC2=y +CONFIG_ROCKCHIP_USB2_PHY=y CONFIG_USB_STORAGE=y CONFIG_USB_GADGET=y CONFIG_USB_GADGET_MANUFACTURER="Rockchip" |