Merge tag 'reset-for-v5.3' of git://git.pengutronix.de/git/pza/linux into arm/drivers
[sfrench/cifs-2.6.git] / drivers / net / can / mscan / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 config CAN_MSCAN
3         depends on PPC
4         tristate "Support for Freescale MSCAN based chips"
5         ---help---
6           The Motorola Scalable Controller Area Network (MSCAN) definition
7           is based on the MSCAN12 definition which is the specific
8           implementation of the Motorola Scalable CAN concept targeted for
9           the Motorola MC68HC12 Microcontroller Family.
10
11 if CAN_MSCAN
12
13 config CAN_MPC5XXX
14         tristate "Freescale MPC5xxx onboard CAN controller"
15         depends on (PPC_MPC52xx || PPC_MPC512x)
16         ---help---
17           If you say yes here you get support for Freescale's MPC5xxx
18           onboard CAN controller. Currently, the MPC5200, MPC5200B and
19           MPC5121 (Rev. 2 and later) are supported.
20
21           This driver can also be built as a module. If so, the module
22           will be called mscan-mpc5xxx.ko.
23
24 endif
25