hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/net/ethernet/socionext/Kconfig
....@@ -1,7 +1,8 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config NET_VENDOR_SOCIONEXT
23 bool "Socionext ethernet drivers"
34 default y
4
- ---help---
5
+ help
56 Option to select ethernet drivers for Socionext platforms.
67
78 Note that the answer to this question doesn't directly affect the
....@@ -17,7 +18,7 @@
1718 depends on HAS_IOMEM
1819 select MFD_SYSCON
1920 select PHYLIB
20
- ---help---
21
+ help
2122 Driver for gigabit ethernet MACs, called AVE, in the
2223 Socionext UniPhier family.
2324
....@@ -25,8 +26,9 @@
2526 tristate "Socionext NETSEC ethernet support"
2627 depends on (ARCH_SYNQUACER || COMPILE_TEST) && OF
2728 select PHYLIB
29
+ select PAGE_POOL
2830 select MII
29
- ---help---
31
+ help
3032 Enable to add support for the SocioNext NetSec Gigabit Ethernet
3133 controller + PHY, as found on the Synquacer SC2A11 SoC
3234