[meta-freescale] [PATCH 2/3] linux-fslc-mx6: Disable 'evbug' module on default config

Otavio Salvador otavio at ossystems.com.br
Fri Nov 27 08:12:26 PST 2015


The evbug kernel module can be enabled, per machine, if need. This
disabled it for the default config so all machine using the kernel
recipe does not have it loaded by default.

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---

 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
-- 
2.6.2



More information about the meta-freescale mailing list