From f65213e0b1daf89d41cf357f02d3783cae965f72 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