diff options
author | Seung-Woo Kim <sw0312.kim@samsung.com> | 2015-03-19 11:16:30 +0900 |
---|---|---|
committer | Seung-Woo Kim <sw0312.kim@samsung.com> | 2015-06-10 20:47:17 +0900 |
commit | c028dae8dd2991d2500a583427d9bab2b745eb7b (patch) | |
tree | 5c0d7e2eda42ace213ff9dfedc2cbe58a485ec28 | |
parent | 41b7c9bbe3e7acb9cb8efa8fa03b0db201783c29 (diff) | |
download | linux-3.10-tizen_3.0.m1_mobile.tar.gz linux-3.10-tizen_3.0.m1_mobile.tar.bz2 linux-3.10-tizen_3.0.m1_mobile.zip |
ARM: tizen/tizen_odroid_defconfig: enable extcon-usbotg configtizen_3.0.m2.a1_tv_releasetizen_3.0.m2.a1_mobile_releasetizen_3.0.m1_tv_releasetizen_3.0.m1_mobile_releasesubmit/tizen_3.0.2015.q2_common/20150615.075539submit/tizen/20150612.034839accepted/tizen/wearable/20150612.073354accepted/tizen/tv/20150612.073348accepted/tizen/mobile/20150612.073335accepted/tizen/common/20150612.071749accepted/tizen/3.0.2015.q2/common/20150615.160028tizen_3.0.m1_tvtizen_3.0.m1_mobiletizen_3.0.2015.q2_commonaccepted/tizen_commonaccepted/tizen_3.0.2015.q2_common
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_defconfig | 1 | ||||
-rw-r--r-- | arch/arm/configs/tizen_odroid_defconfig | 11 |
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 |