Kconfig 595 B

123456789101112131415161718192021
  1. menuconfig CAN_CC770
  2. tristate "Bosch CC770 and Intel AN82527 devices"
  3. depends on HAS_IOMEM
  4. if CAN_CC770
  5. config CAN_CC770_ISA
  6. tristate "ISA Bus based legacy CC770 driver"
  7. ---help---
  8. This driver adds legacy support for CC770 and AN82527 chips
  9. connected to the ISA bus using I/O port, memory mapped or
  10. indirect access.
  11. config CAN_CC770_PLATFORM
  12. tristate "Generic Platform Bus based CC770 driver"
  13. ---help---
  14. This driver adds support for the CC770 and AN82527 chips
  15. connected to the "platform bus" (Linux abstraction for directly
  16. to the processor attached devices).
  17. endif