Kconfig 749 B

1234567891011121314151617181920212223
  1. menuconfig CAN_C_CAN
  2. tristate "Bosch C_CAN/D_CAN devices"
  3. depends on HAS_IOMEM
  4. if CAN_C_CAN
  5. config CAN_C_CAN_PLATFORM
  6. tristate "Generic Platform Bus based C_CAN/D_CAN driver"
  7. ---help---
  8. This driver adds support for the C_CAN/D_CAN chips connected
  9. to 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) like the
  12. SPEAr1310 and SPEAr320 evaluation boards & TI (www.ti.com)
  13. boards like am335x, dm814x, dm813x and dm811x.
  14. config CAN_C_CAN_PCI
  15. tristate "Generic PCI Bus based C_CAN/D_CAN driver"
  16. depends on PCI
  17. ---help---
  18. This driver adds support for the C_CAN/D_CAN chips connected
  19. to the PCI bus.
  20. endif