diff options
| author | Evan Wilson <evan@oliodevices.com> | 2014-11-26 11:17:19 -0800 |
|---|---|---|
| committer | Evan Wilson <evan@oliodevices.com> | 2014-11-26 11:17:19 -0800 |
| commit | c243ee903ce871bd627f1e63ad5ea461ab2e551a (patch) | |
| tree | 732d5310f6fe070609720c6733f917c9bdd577fb | |
| parent | 51d3f4775bd0b149a5ff3829d1cde1eff280b3e2 (diff) | |
| download | olio-linux-3.10-c243ee903ce871bd627f1e63ad5ea461ab2e551a.tar.xz olio-linux-3.10-c243ee903ce871bd627f1e63ad5ea461ab2e551a.zip | |
omap3_h1_defconfig: enabling uinput
Change-Id: Icb5a1cf8100ba792472f3ca719aa08b7a3fb9146
| -rw-r--r-- | arch/arm/configs/omap3_h1_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/configs/omap3_h1_defconfig b/arch/arm/configs/omap3_h1_defconfig index 4e1fe3b8f23..0bfe5398596 100644 --- a/arch/arm/configs/omap3_h1_defconfig +++ b/arch/arm/configs/omap3_h1_defconfig @@ -1359,7 +1359,7 @@ CONFIG_INPUT_MISC=y # CONFIG_INPUT_GPIO_TILT_POLLED is not set # CONFIG_INPUT_KEYCHORD is not set # CONFIG_INPUT_KXTJ9 is not set -# CONFIG_INPUT_UINPUT is not set +CONFIG_INPUT_UINPUT=y # CONFIG_INPUT_GPIO is not set # CONFIG_INPUT_PCF8574 is not set # CONFIG_INPUT_GPIO_ROTARY_ENCODER is not set @@ -1792,6 +1792,7 @@ CONFIG_FB_OMAP2_NUM_FBS=1 # # CONFIG_PANEL_GENERIC_DPI is not set # CONFIG_PANEL_TFP410 is not set +CONFIG_PANEL_ILI_9342=y # CONFIG_PANEL_LGPHILIPS_LB035Q02 is not set # CONFIG_PANEL_PICODLP is not set # CONFIG_PANEL_TPO_TD043MTEA1 is not set |