From d03990a7851e91d68b94c888afc2cb9c09f80c16 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Tue, 24 Nov 2015 15:40:20 -0200 Subject: [PATCH] linux-fslc-mx6: Disable 'evbug' module on default config Disable evbug, so machines using the kernel recipe do not have it loaded by default. The evbug kernel module can be enabled if needed, per machine, using a custom config. Signed-off-by: Otavio Salvador --- recipes-kernel/linux/linux-fslc-mx6/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-fslc-mx6/defconfig b/recipes-kernel/linux/linux-fslc-mx6/defconfig index 6fcbb68c..648f0799 100644 --- a/recipes-kernel/linux/linux-fslc-mx6/defconfig +++ b/recipes-kernel/linux/linux-fslc-mx6/defconfig @@ -152,7 +152,7 @@ CONFIG_ATH6KL_SDIO=m CONFIG_BRCMFMAC=m # CONFIG_INPUT_MOUSEDEV_PSAUX is not set CONFIG_INPUT_EVDEV=y -CONFIG_INPUT_EVBUG=m +# CONFIG_INPUT_EVBUG is not set CONFIG_KEYBOARD_GPIO=y CONFIG_KEYBOARD_SNVS_PWRKEY=y CONFIG_KEYBOARD_IMX=y -- 2.40.1