2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2009-11-17 19:57:12 +08:00
|
|
|
config CAN_MSCAN
|
2014-05-06 16:47:10 +08:00
|
|
|
depends on PPC
|
2009-11-17 19:57:12 +08:00
|
|
|
tristate "Support for Freescale MSCAN based chips"
|
2020-06-14 00:50:22 +08:00
|
|
|
help
|
2009-11-17 19:57:12 +08:00
|
|
|
The Motorola Scalable Controller Area Network (MSCAN) definition
|
|
|
|
is based on the MSCAN12 definition which is the specific
|
|
|
|
implementation of the Motorola Scalable CAN concept targeted for
|
|
|
|
the Motorola MC68HC12 Microcontroller Family.
|
|
|
|
|
|
|
|
if CAN_MSCAN
|
|
|
|
|
|
|
|
config CAN_MPC5XXX
|
|
|
|
tristate "Freescale MPC5xxx onboard CAN controller"
|
2010-01-07 17:43:07 +08:00
|
|
|
depends on (PPC_MPC52xx || PPC_MPC512x)
|
2020-06-14 00:50:22 +08:00
|
|
|
help
|
2009-11-17 19:57:12 +08:00
|
|
|
If you say yes here you get support for Freescale's MPC5xxx
|
2010-01-07 17:43:07 +08:00
|
|
|
onboard CAN controller. Currently, the MPC5200, MPC5200B and
|
|
|
|
MPC5121 (Rev. 2 and later) are supported.
|
2009-11-17 19:57:12 +08:00
|
|
|
|
2010-01-07 17:43:07 +08:00
|
|
|
This driver can also be built as a module. If so, the module
|
2009-11-17 19:57:12 +08:00
|
|
|
will be called mscan-mpc5xxx.ko.
|
|
|
|
|
|
|
|
endif
|
|
|
|
|