From 8165fa24270044db02f26ca93cc98ca0481111ff Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Tue, 24 Nov 2015 15:40:20 -0200 Subject: 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 6fcbb68..648f079 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 -- cgit v1.2.3-54-g00ecf