From c028dae8dd2991d2500a583427d9bab2b745eb7b Mon Sep 17 00:00:00 2001 From: Seung-Woo Kim Date: Thu, 19 Mar 2015 11:16:30 +0900 Subject: ARM: tizen/tizen_odroid_defconfig: enable extcon-usbotg config 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 --- arch/arm/configs/tizen_defconfig | 1 + arch/arm/configs/tizen_odroid_defconfig | 11 ++++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) (limited to 'arch/arm') 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 -- cgit v1.2.3