hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/drivers/net/can/c_can/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 menuconfig CAN_C_CAN
23 tristate "Bosch C_CAN/D_CAN devices"
34 depends on HAS_IOMEM
....@@ -6,7 +7,7 @@
67
78 config CAN_C_CAN_PLATFORM
89 tristate "Generic Platform Bus based C_CAN/D_CAN driver"
9
- ---help---
10
+ help
1011 This driver adds support for the C_CAN/D_CAN chips connected
1112 to the "platform bus" (Linux abstraction for directly to the
1213 processor attached devices) which can be found on various
....@@ -17,7 +18,7 @@
1718 config CAN_C_CAN_PCI
1819 tristate "Generic PCI Bus based C_CAN/D_CAN driver"
1920 depends on PCI
20
- ---help---
21
+ help
2122 This driver adds support for the C_CAN/D_CAN chips connected
2223 to the PCI bus.
2324 endif