0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config CAN_MSCAN
0003 depends on PPC
0004 tristate "Support for Freescale MSCAN based chips"
0005 help
0006 The Motorola Scalable Controller Area Network (MSCAN) definition
0007 is based on the MSCAN12 definition which is the specific
0008 implementation of the Motorola Scalable CAN concept targeted for
0009 the Motorola MC68HC12 Microcontroller Family.
0010
0011 if CAN_MSCAN
0012
0013 config CAN_MPC5XXX
0014 tristate "Freescale MPC5xxx onboard CAN controller"
0015 depends on (PPC_MPC52xx || PPC_MPC512x)
0016 help
0017 If you say yes here you get support for Freescale's MPC5xxx
0018 onboard CAN controller. Currently, the MPC5200, MPC5200B and
0019 MPC5121 (Rev. 2 and later) are supported.
0020
0021 This driver can also be built as a module. If so, the module
0022 will be called mscan-mpc5xxx.ko.
0023
0024 endif
0025