summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeung-Woo Kim <sw0312.kim@samsung.com>2015-03-19 11:16:30 +0900
committerSeung-Woo Kim <sw0312.kim@samsung.com>2015-06-10 20:47:17 +0900
commitc028dae8dd2991d2500a583427d9bab2b745eb7b (patch)
tree5c0d7e2eda42ace213ff9dfedc2cbe58a485ec28
parent41b7c9bbe3e7acb9cb8efa8fa03b0db201783c29 (diff)
downloadlinux-3.10-accepted/tizen/common/20150612.071749.tar.gz
linux-3.10-accepted/tizen/common/20150612.071749.tar.bz2
linux-3.10-accepted/tizen/common/20150612.071749.zip
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>
-rw-r--r--arch/arm/configs/tizen_defconfig1
-rw-r--r--arch/arm/configs/tizen_odroid_defconfig11
2 files changed, 11 insertions, 1 deletions
diff --git a/arch/arm/configs/tizen_defconfig b/arch/arm/configs/tizen_defconfig
index 01cc05f9a6f..a9463c10e1d 100644
--- a/arch/arm/configs/tizen_defconfig
+++ b/arch/arm/configs/tizen_defconfig
@@ -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
diff --git a/arch/arm/configs/tizen_odroid_defconfig b/arch/arm/configs/tizen_odroid_defconfig
index 5a6580c220f..7ad6f57e25b 100644
--- a/arch/arm/configs/tizen_odroid_defconfig
+++ b/arch/arm/configs/tizen_odroid_defconfig
@@ -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