summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-11-24 15:40:20 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:22 -0300
commitd03990a7851e91d68b94c888afc2cb9c09f80c16 (patch)
tree5bdd81516187ba3be81ed5d815d6328cc82e1a23 /recipes-kernel
parentd854876f7d6d6a8762ee8d46dcc43de648438a74 (diff)
downloadmeta-freescale-d03990a7851e91d68b94c888afc2cb9c09f80c16.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>
Diffstat (limited to 'recipes-kernel')
-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 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
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