Kconfig 791 B

12345678910111213141516171819202122232425
  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. if CAN_MSCAN
  11. config CAN_MPC5XXX
  12. tristate "Freescale MPC5xxx onboard CAN controller"
  13. depends on (PPC_MPC52xx || PPC_MPC512x)
  14. help
  15. If you say yes here you get support for Freescale's MPC5xxx
  16. onboard CAN controller. Currently, the MPC5200, MPC5200B and
  17. MPC5121 (Rev. 2 and later) are supported.
  18. This driver can also be built as a module. If so, the module
  19. will be called mscan-mpc5xxx.ko.
  20. endif