diff options
author | Seung-Woo Kim <sw0312.kim@samsung.com> | 2015-04-16 11:05:11 +0900 |
---|---|---|
committer | Seung-Woo Kim <sw0312.kim@samsung.com> | 2015-04-16 11:05:15 +0900 |
commit | a331fda0b95ca03b2d385ee43f1ba7b9b75758b3 (patch) | |
tree | dd999492e8aa48cb8afd45483c467aa103676e7d | |
parent | d176f22a36587409ec0098cf95dd42012e70bfe0 (diff) | |
download | linux-3.10-a331fda0b95ca03b2d385ee43f1ba7b9b75758b3.tar.gz linux-3.10-a331fda0b95ca03b2d385ee43f1ba7b9b75758b3.tar.bz2 linux-3.10-a331fda0b95ca03b2d385ee43f1ba7b9b75758b3.zip |
arm: tizen_defconfig: enable uinput config
This patch enables uinput config to support userland input driver.
Change-Id: I69ad7db654d94e882fcc911eef8b8c5d94ef7e36
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
-rw-r--r-- | arch/arm/configs/tizen_defconfig | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/arch/arm/configs/tizen_defconfig b/arch/arm/configs/tizen_defconfig index 132ac9fe598..01cc05f9a6f 100644 --- a/arch/arm/configs/tizen_defconfig +++ b/arch/arm/configs/tizen_defconfig @@ -1532,7 +1532,27 @@ CONFIG_TOUCHSCREEN_MMS114=y # CONFIG_TOUCHSCREEN_W90X900 is not set # CONFIG_TOUCHSCREEN_ST1232 is not set # CONFIG_TOUCHSCREEN_TPS6507X is not set -# CONFIG_INPUT_MISC is not set +CONFIG_INPUT_MISC=y +# CONFIG_INPUT_AD714X is not set +# CONFIG_INPUT_BMA150 is not set +# CONFIG_INPUT_REGULATOR_HAPTIC is not set +# CONFIG_INPUT_MMA8450 is not set +# CONFIG_INPUT_MPU3050 is not set +# CONFIG_INPUT_GP2A is not set +# CONFIG_INPUT_GPIO_TILT_POLLED is not set +# CONFIG_INPUT_ATI_REMOTE2 is not set +# CONFIG_INPUT_KEYSPAN_REMOTE is not set +# CONFIG_INPUT_KXTJ9 is not set +# CONFIG_INPUT_POWERMATE is not set +# CONFIG_INPUT_YEALINK is not set +# CONFIG_INPUT_CM109 is not set +CONFIG_INPUT_UINPUT=y +# CONFIG_INPUT_PCF8574 is not set +# CONFIG_INPUT_PWM_BEEPER is not set +# CONFIG_INPUT_GPIO_ROTARY_ENCODER is not set +# CONFIG_INPUT_ADXL34X is not set +# CONFIG_INPUT_IMS_PCU is not set +# CONFIG_INPUT_CMA3000 is not set # # Hardware I/O ports |