]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - drivers/net/can/cc770/Kconfig
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-hirsute-kernel.git] / drivers / net / can / cc770 / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
2a367c3a
WG
2menuconfig CAN_CC770
3 tristate "Bosch CC770 and Intel AN82527 devices"
6586c5d7 4 depends on HAS_IOMEM
edd2c26f
WG
5
6if CAN_CC770
7
8config CAN_CC770_ISA
9 tristate "ISA Bus based legacy CC770 driver"
10 ---help---
11 This driver adds legacy support for CC770 and AN82527 chips
12 connected to the ISA bus using I/O port, memory mapped or
13 indirect access.
14
e285e44d
WG
15config CAN_CC770_PLATFORM
16 tristate "Generic Platform Bus based CC770 driver"
17 ---help---
18 This driver adds support for the CC770 and AN82527 chips
19 connected to the "platform bus" (Linux abstraction for directly
20 to the processor attached devices).
21
edd2c26f 22endif