From 620c66eac56460ffd8f7c37f114bc3b189bc764d Mon Sep 17 00:00:00 2001 From: Diego Rondini Date: Fri, 28 Feb 2020 20:55:44 +0000 Subject: [PATCH] linux-mainline: enable keyboard and mouse Enable keyboard and mouse support in arm defconfig. Signed-off-by: Diego Rondini --- recipes-kernel/linux/linux-mainline/arm/defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-mainline/arm/defconfig b/recipes-kernel/linux/linux-mainline/arm/defconfig index f59eac0..ce1c7d3 100644 --- a/recipes-kernel/linux/linux-mainline/arm/defconfig +++ b/recipes-kernel/linux/linux-mainline/arm/defconfig @@ -485,8 +485,8 @@ CONFIG_CW1200_WLAN_SDIO=m CONFIG_CW1200_WLAN_SPI=m CONFIG_RSI_91X=m # CONFIG_INPUT_MOUSEDEV is not set -# CONFIG_INPUT_KEYBOARD is not set -# CONFIG_INPUT_MOUSE is not set +CONFIG_INPUT_KEYBOARD=y +CONFIG_INPUT_MOUSE=y CONFIG_INPUT_TOUCHSCREEN=y CONFIG_TOUCHSCREEN_SUN4I=y CONFIG_INPUT_MISC=y