diff options
| author | Tom Rini <[email protected]> | 2022-06-15 12:03:52 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-07-05 17:03:01 -0400 |
| commit | b68ba0e0eb796a2a05f89c09abaaca0f2f7b1462 (patch) | |
| tree | 2301023a1fb2a076c75ea8deca97b59a995915d8 /configs/s5pc210_universal_defconfig | |
| parent | dd4bf244455acd5a18616872b4e76d93180762d0 (diff) | |
Convert CONFIG_USB_GADGET_DWC2_OTG_PHY to Kconfig
This converts the following to Kconfig:
CONFIG_USB_GADGET_DWC2_OTG_PHY
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'configs/s5pc210_universal_defconfig')
| -rw-r--r-- | configs/s5pc210_universal_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/s5pc210_universal_defconfig b/configs/s5pc210_universal_defconfig index a66ae7dec9b..cab0ac8e845 100644 --- a/configs/s5pc210_universal_defconfig +++ b/configs/s5pc210_universal_defconfig @@ -59,5 +59,6 @@ CONFIG_USB_GADGET_MANUFACTURER="Samsung" CONFIG_USB_GADGET_VENDOR_NUM=0x04e8 CONFIG_USB_GADGET_PRODUCT_NUM=0x6601 CONFIG_USB_GADGET_DWC2_OTG=y +CONFIG_USB_GADGET_DWC2_OTG_PHY=y CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_USB_FUNCTION_THOR=y |
