hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/net/can/cc770/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 menuconfig CAN_CC770
23 tristate "Bosch CC770 and Intel AN82527 devices"
34 depends on HAS_IOMEM
....@@ -6,14 +7,14 @@
67
78 config CAN_CC770_ISA
89 tristate "ISA Bus based legacy CC770 driver"
9
- ---help---
10
+ help
1011 This driver adds legacy support for CC770 and AN82527 chips
1112 connected to the ISA bus using I/O port, memory mapped or
1213 indirect access.
1314
1415 config CAN_CC770_PLATFORM
1516 tristate "Generic Platform Bus based CC770 driver"
16
- ---help---
17
+ help
1718 This driver adds support for the CC770 and AN82527 chips
1819 connected to the "platform bus" (Linux abstraction for directly
1920 to the processor attached devices).