ARM: tizen/tizen_odroid_defconfig: enable extcon-usbotg config 83/41083/1 accepted/tizen_3.0.2015.q2_common accepted/tizen_common tizen_3.0.2015.q2_common tizen_3.0.m1_mobile tizen_3.0.m1_tv accepted/tizen/3.0.2015.q2/common/20150615.160028 accepted/tizen/common/20150612.071749 accepted/tizen/mobile/20150612.073335 accepted/tizen/tv/20150612.073348 accepted/tizen/wearable/20150612.073354 submit/tizen/20150612.034839 submit/tizen_3.0.2015.q2_common/20150615.075539 tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Thu, 19 Mar 2015 02:16:30 +0000 (11:16 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 10 Jun 2015 11:47:17 +0000 (20:47 +0900)
This patch enables extcon-usbotg config to support reporting usb
state with extcon and setting peripheral and otg mode. To support
extcon-usbotg of odroid targets including one binary image and
odroid image, both defconfigs are changed.

Change-Id: I613696d6e926f1beea43c689821e7f53990728d5
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
arch/arm/configs/tizen_defconfig
arch/arm/configs/tizen_odroid_defconfig

index 01cc05f..a9463c1 100644 (file)
@@ -3085,6 +3085,7 @@ CONFIG_EXTCON_ADC_JACK=y
 CONFIG_EXTCON_MAX77693=y
 CONFIG_EXTCON_MAX8997=y
 CONFIG_EXTCON_PORT=y
+CONFIG_EXTCON_ODROID_USBOTG=y
 # CONFIG_MEMORY is not set
 CONFIG_IIO=y
 CONFIG_IIO_BUFFER=y
index 5a6580c..7ad6f57 100644 (file)
@@ -3125,7 +3125,16 @@ CONFIG_EXYNOS_IOMMU=y
 # Rpmsg drivers
 #
 # CONFIG_PM_DEVFREQ is not set
-# CONFIG_EXTCON is not set
+CONFIG_EXTCON=y
+
+#
+# Extcon Device Drivers
+#
+# CONFIG_EXTCON_GPIO is not set
+# CONFIG_EXTCON_MAX77693 is not set
+# CONFIG_EXTCON_MAX8997 is not set
+# CONFIG_EXTCON_PORT is not set
+CONFIG_EXTCON_ODROID_USBOTG=y
 # CONFIG_MEMORY is not set
 # CONFIG_IIO is not set
 CONFIG_PWM=y