diff options
author | Steve Rae <srae@broadcom.com> | 2016-06-07 15:35:22 -0700 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2016-06-13 15:16:34 +0200 |
commit | 1653cd18eee1555e1fd4a8c2fd88048d53bdc619 (patch) | |
tree | f9eedd2b79f9f0357c0aae7850e10eb0048a482e /configs/bcm28155_w1d_defconfig | |
parent | f221db0ed5b4c6580abb4ab6fde5cbabaa348350 (diff) | |
download | u-boot-imx-1653cd18eee1555e1fd4a8c2fd88048d53bdc619.zip u-boot-imx-1653cd18eee1555e1fd4a8c2fd88048d53bdc619.tar.gz u-boot-imx-1653cd18eee1555e1fd4a8c2fd88048d53bdc619.tar.bz2 |
arm: bcm281xx: choose 8-bit phy bus width
The Kona PHY supports an 8-bit wide UTMI interface,
therefore, choose this Kconfig setting.
Signed-off-by: Steve Rae <srae@broadcom.com>
Diffstat (limited to 'configs/bcm28155_w1d_defconfig')
-rw-r--r-- | configs/bcm28155_w1d_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/bcm28155_w1d_defconfig b/configs/bcm28155_w1d_defconfig index 97fe622..e9d13b9 100644 --- a/configs/bcm28155_w1d_defconfig +++ b/configs/bcm28155_w1d_defconfig @@ -19,6 +19,7 @@ CONFIG_SYS_NS16550=y CONFIG_USB=y CONFIG_USB_GADGET=y CONFIG_USB_GADGET_DWC2_OTG=y +CONFIG_USB_GADGET_DWC2_OTG_PHY_BUS_WIDTH_8=y CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_G_DNL_MANUFACTURER="Broadcom Corporation" CONFIG_G_DNL_VENDOR_NUM=0x18d1 |