| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | menuconfig CAN_CC770 |
|---|
| 2 | 3 | tristate "Bosch CC770 and Intel AN82527 devices" |
|---|
| 3 | 4 | depends on HAS_IOMEM |
|---|
| .. | .. |
|---|
| 6 | 7 | |
|---|
| 7 | 8 | config CAN_CC770_ISA |
|---|
| 8 | 9 | tristate "ISA Bus based legacy CC770 driver" |
|---|
| 9 | | - ---help--- |
|---|
| 10 | + help |
|---|
| 10 | 11 | This driver adds legacy support for CC770 and AN82527 chips |
|---|
| 11 | 12 | connected to the ISA bus using I/O port, memory mapped or |
|---|
| 12 | 13 | indirect access. |
|---|
| 13 | 14 | |
|---|
| 14 | 15 | config CAN_CC770_PLATFORM |
|---|
| 15 | 16 | tristate "Generic Platform Bus based CC770 driver" |
|---|
| 16 | | - ---help--- |
|---|
| 17 | + help |
|---|
| 17 | 18 | This driver adds support for the CC770 and AN82527 chips |
|---|
| 18 | 19 | connected to the "platform bus" (Linux abstraction for directly |
|---|
| 19 | 20 | to the processor attached devices). |
|---|