hc
2024-09-20 a36159eec6ca17402b0e146b86efaf76568dc353
kernel/drivers/net/ethernet/aquantia/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # aQuantia device configuration
34 #
....@@ -5,7 +6,7 @@
56 config NET_VENDOR_AQUANTIA
67 bool "aQuantia devices"
78 default y
8
- ---help---
9
+ help
910 Set this to y if you have an Ethernet network cards that uses the aQuantia
1011 AQC107/AQC108 chipset.
1112
....@@ -17,8 +18,10 @@
1718
1819 config AQTION
1920 tristate "aQuantia AQtion(tm) Support"
20
- depends on PCI && X86_64
21
- ---help---
21
+ depends on PCI
22
+ depends on X86_64 || ARM64 || COMPILE_TEST
23
+ depends on MACSEC || MACSEC=n
24
+ help
2225 This enables the support for the aQuantia AQtion(tm) Ethernet card.
2326
2427 endif # NET_VENDOR_AQUANTIA