diff options
author | Sriram <srk@ti.com> | 2010-05-10 17:29:16 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-05-20 13:53:46 -0400 |
commit | e72b9b807247ea8e1e5c457b8c30d5ae9d53fedc (patch) | |
tree | 79524e1832030ebe1ca081eb1d645f5ca4b1f897 | |
parent | 917336318ef1c2520b6898113dade12c401ea1a0 (diff) |
can: ti_hecc: Enable CAN support on AM3517
Modify the default kernel configuration on AM3517 to enable CAN.
Signed-off-by: Sriramakrishnan <srk@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/configs/am3517_evm_defconfig | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/arch/arm/configs/am3517_evm_defconfig b/arch/arm/configs/am3517_evm_defconfig index 66a10b50d938..c151d6e7c093 100644 --- a/arch/arm/configs/am3517_evm_defconfig +++ b/arch/arm/configs/am3517_evm_defconfig | |||
@@ -422,15 +422,29 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
422 | # | 422 | # |
423 | # CONFIG_NET_PKTGEN is not set | 423 | # CONFIG_NET_PKTGEN is not set |
424 | # CONFIG_HAMRADIO is not set | 424 | # CONFIG_HAMRADIO is not set |
425 | # CONFIG_CAN is not set | 425 | CONFIG_CAN=y |
426 | CONFIG_CAN_RAW=y | ||
427 | CONFIG_CAN_BCM=y | ||
428 | |||
429 | # | ||
430 | # CAN Device Drivers | ||
431 | # | ||
432 | CONFIG_CAN_VCAN=y | ||
433 | CONFIG_CAN_DEV=y | ||
434 | CONFIG_CAN_CALC_BITTIMING=y | ||
435 | CONFIG_CAN_TI_HECC=y | ||
436 | # CONFIG_CAN_SJA1000 is not set | ||
437 | |||
438 | # | ||
439 | # CAN USB interfaces | ||
440 | # | ||
441 | # CONFIG_CAN_EMS_USB is not set | ||
442 | CONFIG_CAN_DEBUG_DEVICES=y | ||
426 | # CONFIG_IRDA is not set | 443 | # CONFIG_IRDA is not set |
427 | # CONFIG_BT is not set | 444 | # CONFIG_BT is not set |
428 | # CONFIG_AF_RXRPC is not set | 445 | # CONFIG_AF_RXRPC is not set |
429 | CONFIG_WIRELESS=y | 446 | CONFIG_WIRELESS=y |
430 | # CONFIG_CFG80211 is not set | 447 | # CONFIG_CFG80211 is not set |
431 | CONFIG_CFG80211_DEFAULT_PS_VALUE=0 | ||
432 | # CONFIG_WIRELESS_OLD_REGULATORY is not set | ||
433 | # CONFIG_WIRELESS_EXT is not set | ||
434 | # CONFIG_LIB80211 is not set | 448 | # CONFIG_LIB80211 is not set |
435 | 449 | ||
436 | # | 450 | # |