kernel/drivers/net/ethernet/rdc/Kconfig
.. .. @@ -1,3 +1,4 @@ 1 +# SPDX-License-Identifier: GPL-2.0-only1 2 # 2 3 # RDC network device configuration 3 4 # .. .. @@ -6,7 +7,7 @@ 6 7 bool "RDC devices" 7 8 default y 8 9 depends on PCI 9 - ---help---10 + help10 11 If you have a network (Ethernet) card belonging to this class, say Y. 11 12 12 13 Note that the answer to this question doesn't directly affect the .. .. @@ -22,7 +23,7 @@ 22 23 select CRC32 23 24 select MII 24 25 select PHYLIB 25 - ---help---26 + help26 27 This is a driver for the R6040 Fast Ethernet MACs found in the 27 28 the RDC R-321x System-on-chips. 28 29