diff options
author | William Lai <b04597@freescale.com> | 2010-02-09 11:21:10 +0800 |
---|---|---|
committer | Alejandro Gonzalez <alex.gonzalez@digi.com> | 2010-05-25 11:13:37 +0200 |
commit | e6ea0df1c331628c735044079008e743125f557e (patch) | |
tree | 27b3593407bce8601f68f57fb91a4b729c049a9d /arch/arm/configs | |
parent | 36e01befbd28de09215d52232c8a67bd5d9b22eb (diff) |
ENGR00120661-4 MX28 CAN: MX28 platform support
Build Flexcan driver as module by default.
Signed-off-by: William Lai <b04597@freescale.com>
Signed-off-by: Alejandro Gonzalez <alex.gonzalez@digi.com>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/imx28evk_defconfig | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/arch/arm/configs/imx28evk_defconfig b/arch/arm/configs/imx28evk_defconfig index b454af83696d..c8d2fefaad6c 100644 --- a/arch/arm/configs/imx28evk_defconfig +++ b/arch/arm/configs/imx28evk_defconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.31 -# Tue Feb 2 10:56:43 2010 +# Tue Feb 9 10:32:39 2010 # CONFIG_ARM=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y @@ -404,7 +404,17 @@ CONFIG_NETWORK_SECMARK=y # CONFIG_NET_TCPPROBE is not set # CONFIG_NET_DROP_MONITOR is not set # CONFIG_HAMRADIO is not set -# CONFIG_CAN is not set +CONFIG_CAN=y +CONFIG_CAN_RAW=y +# CONFIG_CAN_BCM is not set + +# +# CAN Device Drivers +# +# CONFIG_CAN_VCAN is not set +# CONFIG_CAN_DEV is not set +# CONFIG_CAN_DEBUG_DEVICES is not set +CONFIG_CAN_FLEXCAN=m # CONFIG_IRDA is not set # CONFIG_BT is not set # CONFIG_AF_RXRPC is not set |