| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | # |
|---|
| 2 | 3 | # aQuantia device configuration |
|---|
| 3 | 4 | # |
|---|
| .. | .. |
|---|
| 5 | 6 | config NET_VENDOR_AQUANTIA |
|---|
| 6 | 7 | bool "aQuantia devices" |
|---|
| 7 | 8 | default y |
|---|
| 8 | | - ---help--- |
|---|
| 9 | + help |
|---|
| 9 | 10 | Set this to y if you have an Ethernet network cards that uses the aQuantia |
|---|
| 10 | 11 | AQC107/AQC108 chipset. |
|---|
| 11 | 12 | |
|---|
| .. | .. |
|---|
| 17 | 18 | |
|---|
| 18 | 19 | config AQTION |
|---|
| 19 | 20 | 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 |
|---|
| 22 | 25 | This enables the support for the aQuantia AQtion(tm) Ethernet card. |
|---|
| 23 | 26 | |
|---|
| 24 | 27 | endif # NET_VENDOR_AQUANTIA |
|---|