From: Sjoerd Simons Date: Thu, 25 Sep 2014 09:20:18 +0000 (+0900) Subject: ARM: exynos_defconfig: enable USB gadget support X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=508423bebcda29eb0ba7c627f895387dad7cdcd6;p=linux-beck.git ARM: exynos_defconfig: enable USB gadget support Enable USB gadget support without support for any specific gadgets to more easily catch cases where a devices dts doesn't specify the usb controllers dr_mode while it should. Signed-off-by: Sjoerd Simons Signed-off-by: Kukjin Kim --- diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig index b75fbac3894b..72058b8a6f4d 100644 --- a/arch/arm/configs/exynos_defconfig +++ b/arch/arm/configs/exynos_defconfig @@ -55,6 +55,7 @@ CONFIG_SMSC911X=y CONFIG_USB_USBNET=y CONFIG_USB_NET_SMSC75XX=y CONFIG_USB_NET_SMSC95XX=y +CONFIG_USB_GADGET=y CONFIG_INPUT_EVDEV=y CONFIG_KEYBOARD_GPIO=y CONFIG_KEYBOARD_CROS_EC=y