Kconfig 349 B

1234567891011121314
  1. menuconfig CAN_CC770
  2. tristate "Bosch CC770 and Intel AN82527 devices"
  3. depends on CAN_DEV && 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. endif