hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/drivers/net/ethernet/moxa/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # MOXART device configuration
34 #
....@@ -6,7 +7,7 @@
67 bool "MOXA ART devices"
78 default y
89 depends on (ARM && ARCH_MOXART)
9
- ---help---
10
+ help
1011 If you have a network (Ethernet) card belonging to this class, say Y.
1112
1213 Note that the answer to this question doesn't directly affect the
....@@ -20,7 +21,7 @@
2021 tristate "MOXART Ethernet support"
2122 depends on ARM && ARCH_MOXART
2223 select NET_CORE
23
- ---help---
24
+ help
2425 If you wish to compile a kernel for a hardware with MOXA ART SoC and
2526 want to use the internal ethernet then you should answer Y to this.
2627