24 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2menuconfig CAN_CC7703 tristate "Bosch CC770 and Intel AN82527 devices"4 depends on HAS_IOMEM5 6if CAN_CC7707 8config CAN_CC770_ISA9 tristate "ISA Bus based legacy CC770 driver"10 depends on HAS_IOPORT11 help12 This driver adds legacy support for CC770 and AN82527 chips13 connected to the ISA bus using I/O port, memory mapped or14 indirect access.15 16config CAN_CC770_PLATFORM17 tristate "Generic Platform Bus based CC770 driver"18 help19 This driver adds support for the CC770 and AN82527 chips20 connected to the "platform bus" (Linux abstraction for directly21 to the processor attached devices).22 23endif24