Staging
v0.8.1
swh:1:snp:a902887e4be9191b7c6c4406aa06b31c1ce2c7cc
Raw File
Tip revision: 5c8fe583cce542aa0b84adc939ce85293de36e5e authored by Linus Torvalds on 27 December 2020, 23:30:22 UTC
Linux 5.11-rc1
Tip revision: 5c8fe58
Kconfig
# SPDX-License-Identifier: GPL-2.0-only
menuconfig CAN_CC770
	tristate "Bosch CC770 and Intel AN82527 devices"
	depends on HAS_IOMEM

if CAN_CC770

config CAN_CC770_ISA
	tristate "ISA Bus based legacy CC770 driver"
	help
	  This driver adds legacy support for CC770 and AN82527 chips
	  connected to the ISA bus using I/O port, memory mapped or
	  indirect access.

config CAN_CC770_PLATFORM
	tristate "Generic Platform Bus based CC770 driver"
	help
	  This driver adds support for the CC770 and AN82527 chips
	  connected to the "platform bus" (Linux abstraction for directly
	  to the processor attached devices).

endif
back to top