brintos

brintos / linux-shallow public Read only

0
0
Text · 791 B · dfe6bd9 Raw
26 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config CAN_MSCAN3	depends on PPC4	tristate "Support for Freescale MSCAN based chips"5	help6	  The Motorola Scalable Controller Area Network (MSCAN) definition7	  is based on the MSCAN12 definition which is the specific8	  implementation of the Motorola Scalable CAN concept targeted for9	  the Motorola MC68HC12 Microcontroller Family.10 11if CAN_MSCAN12 13config CAN_MPC5XXX14	tristate "Freescale MPC5xxx onboard CAN controller"15	depends on (PPC_MPC52xx || PPC_MPC512x)16	help17	  If you say yes here you get support for Freescale's MPC5xxx18	  onboard CAN controller. Currently, the MPC5200, MPC5200B and19	  MPC5121 (Rev. 2 and later) are supported.20 21	  This driver can also be built as a module. If so, the module22	  will be called mscan-mpc5xxx.ko.23 24endif25 26