diff options
author | Adam Ford <aford173@gmail.com> | 2018-01-02 10:39:21 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-01-22 16:43:30 -0500 |
commit | b9b500b0f9c3a37e064bd84eae65c807b8619dea (patch) | |
tree | 6a0cba6c54b37d2a586a42e809cd1a29eff0027d /configs/dra7xx_hs_evm_defconfig | |
parent | 3b9e2a2520082ebf64ad4607bace057ac8fb0076 (diff) | |
download | u-boot-b9b500b0f9c3a37e064bd84eae65c807b8619dea.tar.gz |
Convert CONFIG_OMAP_USB_PHY to Kconfig
This converts the following to Kconfig:
CONFIG_OMAP_USB_PHY
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'configs/dra7xx_hs_evm_defconfig')
-rw-r--r-- | configs/dra7xx_hs_evm_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/dra7xx_hs_evm_defconfig b/configs/dra7xx_hs_evm_defconfig index f7418c7942..7ccb4f0bce 100644 --- a/configs/dra7xx_hs_evm_defconfig +++ b/configs/dra7xx_hs_evm_defconfig @@ -82,6 +82,7 @@ CONFIG_USB_DWC3=y CONFIG_USB_DWC3_GADGET=y CONFIG_USB_DWC3_OMAP=y CONFIG_USB_DWC3_PHY_OMAP=y +CONFIG_OMAP_USB_PHY=y CONFIG_USB_STORAGE=y CONFIG_USB_GADGET=y CONFIG_USB_GADGET_MANUFACTURER="Texas Instruments" |