Kconfig 489 B

12345678910111213141516
  1. menuconfig CAN_C_CAN
  2. tristate "Bosch C_CAN devices"
  3. depends on CAN_DEV && HAS_IOMEM
  4. if CAN_C_CAN
  5. config CAN_C_CAN_PLATFORM
  6. tristate "Generic Platform Bus based C_CAN driver"
  7. ---help---
  8. This driver adds support for the C_CAN chips connected to
  9. the "platform bus" (Linux abstraction for directly to the
  10. processor attached devices) which can be found on various
  11. boards from ST Microelectronics (http://www.st.com)
  12. like the SPEAr1310 and SPEAr320 evaluation boards.
  13. endif