.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | menuconfig CAN_C_CAN |
---|
2 | 3 | tristate "Bosch C_CAN/D_CAN devices" |
---|
3 | 4 | depends on HAS_IOMEM |
---|
.. | .. |
---|
6 | 7 | |
---|
7 | 8 | config CAN_C_CAN_PLATFORM |
---|
8 | 9 | tristate "Generic Platform Bus based C_CAN/D_CAN driver" |
---|
9 | | - ---help--- |
---|
| 10 | + help |
---|
10 | 11 | This driver adds support for the C_CAN/D_CAN chips connected |
---|
11 | 12 | to the "platform bus" (Linux abstraction for directly to the |
---|
12 | 13 | processor attached devices) which can be found on various |
---|
.. | .. |
---|
17 | 18 | config CAN_C_CAN_PCI |
---|
18 | 19 | tristate "Generic PCI Bus based C_CAN/D_CAN driver" |
---|
19 | 20 | depends on PCI |
---|
20 | | - ---help--- |
---|
| 21 | + help |
---|
21 | 22 | This driver adds support for the C_CAN/D_CAN chips connected |
---|
22 | 23 | to the PCI bus. |
---|
23 | 24 | endif |
---|