hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/drivers/net/ethernet/cirrus/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # Cirrus network device configuration
34 #
....@@ -6,7 +7,7 @@
67 bool "Cirrus devices"
78 default y
89 depends on ISA || EISA || ARM || MAC
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,10 +21,10 @@
2021 tristate "CS89x0 support"
2122 depends on ISA || EISA || ARM
2223 depends on !PPC32
23
- ---help---
24
+ help
2425 Support for CS89x0 chipset based Ethernet cards. If you have a
2526 network (Ethernet) card of this type, say Y and read the file
26
- <file:Documentation/networking/cs89x0.txt>.
27
+ <file:Documentation/networking/device_drivers/ethernet/cirrus/cs89x0.rst>.
2728
2829 To compile this driver as a module, choose M here. The module
2930 will be called cs89x0.
....@@ -41,7 +42,7 @@
4142
4243 config EP93XX_ETH
4344 tristate "EP93xx Ethernet support"
44
- depends on ARM && ARCH_EP93XX
45
+ depends on (ARM && ARCH_EP93XX) || COMPILE_TEST
4546 select MII
4647 help
4748 This is a driver for the ethernet hardware included in EP93xx CPUs.
....@@ -50,7 +51,7 @@
5051 config MAC89x0
5152 tristate "Macintosh CS89x0 based ethernet cards"
5253 depends on MAC
53
- ---help---
54
+ help
5455 Support for CS89x0 chipset based Ethernet cards. If you have a
5556 Nubus or LC-PDS network (Ethernet) card of this type, say Y here.
5657