From: Chen-Yu Tsai Date: Sat, 6 Feb 2016 15:53:47 +0000 (+0800) Subject: ARM: sunxi_defconfig: Enable INPUT_EVDEV so axp20x-pek can be used X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=401d32a995d1f374ade9d517f16458c82a6bc6fd;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git 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 Signed-off-by: Maxime Ripard --- 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 # CONFIG_NET_VENDOR_WIZNET is not set # CONFIG_WLAN is not set # CONFIG_INPUT_MOUSEDEV is not set +CONFIG_INPUT_EVDEV=y CONFIG_KEYBOARD_SUN4I_LRADC=y # CONFIG_INPUT_MOUSE is not set CONFIG_INPUT_TOUCHSCREEN=y