Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 menuconfig CAN_CC770
0003         tristate "Bosch CC770 and Intel AN82527 devices"
0004         depends on HAS_IOMEM
0005 
0006 if CAN_CC770
0007 
0008 config CAN_CC770_ISA
0009         tristate "ISA Bus based legacy CC770 driver"
0010         help
0011           This driver adds legacy support for CC770 and AN82527 chips
0012           connected to the ISA bus using I/O port, memory mapped or
0013           indirect access.
0014 
0015 config CAN_CC770_PLATFORM
0016         tristate "Generic Platform Bus based CC770 driver"
0017         help
0018           This driver adds support for the CC770 and AN82527 chips
0019           connected to the "platform bus" (Linux abstraction for directly
0020           to the processor attached devices).
0021 
0022 endif