]> Git Repo - linux.git/blob - drivers/net/can/cc770/Kconfig
Linux 6.14-rc3
[linux.git] / drivers / net / can / cc770 / Kconfig
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
6 if CAN_CC770
7
8 config CAN_CC770_ISA
9         tristate "ISA Bus based legacy CC770 driver"
10         depends on HAS_IOPORT
11         help
12           This driver adds legacy support for CC770 and AN82527 chips
13           connected to the ISA bus using I/O port, memory mapped or
14           indirect access.
15
16 config CAN_CC770_PLATFORM
17         tristate "Generic Platform Bus based CC770 driver"
18         help
19           This driver adds support for the CC770 and AN82527 chips
20           connected to the "platform bus" (Linux abstraction for directly
21           to the processor attached devices).
22
23 endif
This page took 0.033312 seconds and 4 git commands to generate.