mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 01:44:34 +00:00
qcom_defconfig: enable UFS Qualcomm controller and PHY drivers
Now the Qualcomm controller and PHY drivers were accepted, enable then in the qcom_defconfig file. Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org>
This commit is contained in:
parent
0e3f5c5829
commit
70cb7c239f
1 changed files with 2 additions and 0 deletions
|
@ -77,6 +77,7 @@ CONFIG_DWC_ETH_QOS=y
|
|||
CONFIG_DWC_ETH_QOS_QCOM=y
|
||||
CONFIG_RGMII=y
|
||||
CONFIG_PHY=y
|
||||
CONFIG_PHY_QCOM_QMP_UFS=y
|
||||
CONFIG_PHY_QCOM_QUSB2=y
|
||||
CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2=y
|
||||
CONFIG_PHY_QCOM_SNPS_EUSB2=y
|
||||
|
@ -115,6 +116,7 @@ CONFIG_USB_GADGET=y
|
|||
CONFIG_USB_GADGET_DOWNLOAD=y
|
||||
CONFIG_USB_FUNCTION_MASS_STORAGE=y
|
||||
CONFIG_UFS=y
|
||||
CONFIG_QCOM_UFS=y
|
||||
CONFIG_VIDEO=y
|
||||
# CONFIG_VIDEO_FONT_8X16 is not set
|
||||
CONFIG_VIDEO_FONT_16X32=y
|
||||
|
|
Loading…
Add table
Reference in a new issue