From: Otavio Salvador Date: Tue, 24 Nov 2015 17:40:20 +0000 (-0200) Subject: linux-fslc-mx6: Disable 'evbug' module on default config X-Git-Tag: 2.1~179 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d03990a7851e91d68b94c888afc2cb9c09f80c16;p=meta-freescale.git 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 --- 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