summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-11-24 15:40:20 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2015-11-27 16:04:28 -0200
commitf65213e0b1daf89d41cf357f02d3783cae965f72 (patch)
treec328c73c9acae1b72eeaabaccf9ab874affe1168
parentc300dc8f9e7a4e40c3e486e943190489370a7ce8 (diff)
downloadmeta-fsl-arm-f65213e0b1daf89d41cf357f02d3783cae965f72.tar.gz
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 <otavio@ossystems.com.br>
-rw-r--r--recipes-kernel/linux/linux-fslc-mx6/defconfig2
1 files changed, 1 insertions, 1 deletions
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
152CONFIG_BRCMFMAC=m 152CONFIG_BRCMFMAC=m
153# CONFIG_INPUT_MOUSEDEV_PSAUX is not set 153# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
154CONFIG_INPUT_EVDEV=y 154CONFIG_INPUT_EVDEV=y
155CONFIG_INPUT_EVBUG=m 155# CONFIG_INPUT_EVBUG is not set
156CONFIG_KEYBOARD_GPIO=y 156CONFIG_KEYBOARD_GPIO=y
157CONFIG_KEYBOARD_SNVS_PWRKEY=y 157CONFIG_KEYBOARD_SNVS_PWRKEY=y
158CONFIG_KEYBOARD_IMX=y 158CONFIG_KEYBOARD_IMX=y