Kconfig 699 B

1234567891011121314151617181920212223
  1. config CAN_MSCAN
  2. depends on CAN_DEV && (PPC || M68K || M68KNOMMU)
  3. 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. if CAN_MSCAN
  10. config CAN_MPC5XXX
  11. tristate "Freescale MPC5xxx onboard CAN controller"
  12. depends on PPC_MPC52xx
  13. ---help---
  14. If you say yes here you get support for Freescale's MPC5xxx
  15. onboard CAN controller.
  16. This driver can also be built as a module. If so, the module
  17. will be called mscan-mpc5xxx.ko.
  18. endif