[meta-freescale] [PATCH] [meta-fsl-arm] linux-fslc: mxs: defconfig: Select CAN options as built-in

Fabio Estevam fabio.estevam at freescale.com
Mon Feb 25 06:24:12 PST 2013


Select CAN options as built-in instead of modules.

Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
---
 recipes-kernel/linux/linux-fslc/mxs/defconfig |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/recipes-kernel/linux/linux-fslc/mxs/defconfig b/recipes-kernel/linux/linux-fslc/mxs/defconfig
index 57592e2..1f17cbf 100644
--- a/recipes-kernel/linux/linux-fslc/mxs/defconfig
+++ b/recipes-kernel/linux/linux-fslc/mxs/defconfig
@@ -43,11 +43,11 @@ CONFIG_SYN_COOKIES=y
 # CONFIG_INET_LRO is not set
 # CONFIG_INET_DIAG is not set
 # CONFIG_IPV6 is not set
-CONFIG_CAN=m
-CONFIG_CAN_RAW=m
-CONFIG_CAN_BCM=m
-CONFIG_CAN_DEV=m
-CONFIG_CAN_FLEXCAN=m
+CONFIG_CAN=y
+CONFIG_CAN_RAW=y
+CONFIG_CAN_BCM=y
+CONFIG_CAN_DEV=y
+CONFIG_CAN_FLEXCAN=y
 # CONFIG_WIRELESS is not set
 CONFIG_DEVTMPFS=y
 CONFIG_DEVTMPFS_MOUNT=y
-- 
1.7.9.5





More information about the meta-freescale mailing list