Kconfig 646 B

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