diff options
author | Ravi Gunasekaran <[email protected]> | 2024-06-07 11:40:56 +0530 |
---|---|---|
committer | Vignesh Raghavendra <[email protected]> | 2024-06-12 21:52:16 +0530 |
commit | 8a703a728a745a229cfd2b6ccb2ec68a83bd5d0b (patch) | |
tree | e1e30a40dd25a1f367d94dbe81428434cb783d3a | |
parent | 74aa5704cf194441001f16dfd4d5d90f4d3bf413 (diff) |
arm64: defconfig: Enable USB2 PHY Driver
The USB controller on TI SoCs such as AM65x needs the
USB2 PHY driver to communicate with VBUS/ID comparator.
So enable the OMAP USB2 PHY driver.
Signed-off-by: Ravi Gunasekaran <[email protected]>
Signed-off-by: Siddharth Vadapalli <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Vignesh Raghavendra <[email protected]>
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 0cbfbda4fa4c..1ff236ca8c72 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1064,6 +1064,7 @@ CONFIG_USB_MTU3=y CONFIG_USB_MUSB_HDRC=y CONFIG_USB_MUSB_SUNXI=y CONFIG_USB_DWC3=y +CONFIG_OMAP_USB2=m CONFIG_USB_DWC2=y CONFIG_USB_CHIPIDEA=y CONFIG_USB_CHIPIDEA_UDC=y |