forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/drivers/net/ethernet/toshiba/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # Toshiba network device configuration
34 #
....@@ -6,7 +7,7 @@
67 bool "Toshiba devices"
78 default y
89 depends on PCI && (PPC_IBM_CELL_BLADE || MIPS) || PPC_PS3
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 "PS3 Gigabit Ethernet driver"
2122 depends on PPC_PS3
2223 select PS3_SYS_MANAGER
23
- ---help---
24
+ help
2425 This driver supports the network device on the PS3 game
2526 console. This driver has built-in support for Ethernet.
2627
....@@ -31,7 +32,7 @@
3132 bool "PS3 Wireless support"
3233 depends on GELIC_NET && WLAN
3334 select WIRELESS_EXT
34
- ---help---
35
+ help
3536 This option adds the support for the wireless feature of PS3.
3637 If you have the wireless-less model of PS3 or have no plan to
3738 use wireless feature, disabling this option saves memory. As
....@@ -43,7 +44,7 @@
4344 depends on PCI && PPC_IBM_CELL_BLADE
4445 select FW_LOADER
4546 select SUNGEM_PHY
46
- ---help---
47
+ help
4748 This driver supports the Gigabit Ethernet chips present on the
4849 Cell Processor-Based Blades from IBM.
4950