diff options
-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 |