David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 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 | ---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 | |
| 15 | config 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 | |
| 22 | endif |