diff options
author | Chen-Yu Tsai <wens@csie.org> | 2016-02-06 10:53:47 -0500 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-02-09 03:02:17 -0500 |
commit | 401d32a995d1f374ade9d517f16458c82a6bc6fd (patch) | |
tree | a97cba58bc156333a77106f54d2e5614df8cd60d /arch/arm/configs | |
parent | d027595be1fd4115e5e6ce4a0ec5f0fd2a82901f (diff) |
ARM: sunxi_defconfig: Enable INPUT_EVDEV so axp20x-pek can be used
sunxi_defconfig already enables INPUT_AXP20X_PEK, but the device is not
exposed to userspace. Enable INPUT_EVDEV so it is.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/sunxi_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/sunxi_defconfig b/arch/arm/configs/sunxi_defconfig index efa12c88fe1c..a55c48e27309 100644 --- a/arch/arm/configs/sunxi_defconfig +++ b/arch/arm/configs/sunxi_defconfig | |||
@@ -58,6 +58,7 @@ CONFIG_STMMAC_ETH=y | |||
58 | # CONFIG_NET_VENDOR_WIZNET is not set | 58 | # CONFIG_NET_VENDOR_WIZNET is not set |
59 | # CONFIG_WLAN is not set | 59 | # CONFIG_WLAN is not set |
60 | # CONFIG_INPUT_MOUSEDEV is not set | 60 | # CONFIG_INPUT_MOUSEDEV is not set |
61 | CONFIG_INPUT_EVDEV=y | ||
61 | CONFIG_KEYBOARD_SUN4I_LRADC=y | 62 | CONFIG_KEYBOARD_SUN4I_LRADC=y |
62 | # CONFIG_INPUT_MOUSE is not set | 63 | # CONFIG_INPUT_MOUSE is not set |
63 | CONFIG_INPUT_TOUCHSCREEN=y | 64 | CONFIG_INPUT_TOUCHSCREEN=y |