diff options
author | Lukasz Majewski <lukma@denx.de> | 2018-01-29 19:30:18 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-02-02 07:13:48 -0500 |
commit | c6c1ca100feaddd0003723f8a06102db1e521412 (patch) | |
tree | 160501d557804963332e7cd47564955160d2a0c5 /configs/s5pc210_universal_defconfig | |
parent | b76965958c511065cd46ec4be88d862ab65cf06f (diff) |
Kconfig: gadget: Move CONFIG_USB_FUNCTION_THOR to Kconfig
This commit moves USB_FUNCTION_THOR config to Kconfig.
Signed-off-by: Lukasz Majewski <lukma@denx.de>
Acked-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
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 58bd14a936f..e2711193400 100644 --- a/configs/s5pc210_universal_defconfig +++ b/configs/s5pc210_universal_defconfig @@ -51,3 +51,4 @@ CONFIG_USB_GADGET_VENDOR_NUM=0x04e8 CONFIG_USB_GADGET_PRODUCT_NUM=0x6601 CONFIG_USB_GADGET_DWC2_OTG=y CONFIG_USB_GADGET_DOWNLOAD=y +CONFIG_USB_FUNCTION_THOR=y |