blob: 81c711719490511718122ebc5ebf77bc6c883e6c [file] [log] [blame]
Wolfram Sang24cfbcb2009-11-17 03:57:12 -08001config CAN_MSCAN
Jean Delvared01481c2014-05-06 10:47:10 +02002 depends on PPC
Wolfram Sang24cfbcb2009-11-17 03:57:12 -08003 tristate "Support for Freescale MSCAN based chips"
4 ---help---
5 The Motorola Scalable Controller Area Network (MSCAN) definition
6 is based on the MSCAN12 definition which is the specific
7 implementation of the Motorola Scalable CAN concept targeted for
8 the Motorola MC68HC12 Microcontroller Family.
9
10if CAN_MSCAN
11
12config CAN_MPC5XXX
13 tristate "Freescale MPC5xxx onboard CAN controller"
Wolfgang Grandeggerbf3af542010-01-07 09:43:07 +000014 depends on (PPC_MPC52xx || PPC_MPC512x)
Wolfram Sang24cfbcb2009-11-17 03:57:12 -080015 ---help---
16 If you say yes here you get support for Freescale's MPC5xxx
Wolfgang Grandeggerbf3af542010-01-07 09:43:07 +000017 onboard CAN controller. Currently, the MPC5200, MPC5200B and
18 MPC5121 (Rev. 2 and later) are supported.
Wolfram Sang24cfbcb2009-11-17 03:57:12 -080019
Wolfgang Grandeggerbf3af542010-01-07 09:43:07 +000020 This driver can also be built as a module. If so, the module
Wolfram Sang24cfbcb2009-11-17 03:57:12 -080021 will be called mscan-mpc5xxx.ko.
22
23endif
24