diff options
author | Adam Ford | 2018-01-02 10:39:52 -0600 |
---|---|---|
committer | Tom Rini | 2018-01-22 16:43:30 -0500 |
commit | 6574864df8db62a45e1875d4e1c42e5c8b8cbe0e (patch) | |
tree | 7ffc4cd3dd3bdd1dccf46fd2b4e17e48870460d7 /configs/chromebook_minnie_defconfig | |
parent | b9b500b0f9c3a37e064bd84eae65c807b8619dea (diff) |
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/chromebook_minnie_defconfig')
-rw-r--r-- | configs/chromebook_minnie_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/chromebook_minnie_defconfig b/configs/chromebook_minnie_defconfig index 0565c03034b..ff94a4d74f4 100644 --- a/configs/chromebook_minnie_defconfig +++ b/configs/chromebook_minnie_defconfig @@ -74,6 +74,7 @@ CONFIG_ROCKCHIP_SERIAL=y CONFIG_ROCKCHIP_SPI=y CONFIG_SYSRESET=y CONFIG_USB=y +CONFIG_ROCKCHIP_USB2_PHY=y CONFIG_USB_GADGET=y CONFIG_USB_GADGET_MANUFACTURER="Rockchip" CONFIG_USB_GADGET_VENDOR_NUM=0x2207 |