aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/aquantia/Kconfig
diff options
context:
space:
mode:
authorDavid VomLehn <vomlehn@texas.net>2017-01-23 22:09:08 -0800
committerDavid S. Miller <davem@davemloft.net>2017-01-24 15:03:38 -0500
commit5015024ddfe5efccf1b964f14f078c2152b3b335 (patch)
treead8e697b80b62b8eb50e338d13b15c05a2839ccc /drivers/net/ethernet/aquantia/Kconfig
parentnet: dsa: Drop WARN() in tag_brcm.c (diff)
downloadlinux-dev-5015024ddfe5efccf1b964f14f078c2152b3b335.tar.xz
linux-dev-5015024ddfe5efccf1b964f14f078c2152b3b335.zip
net: ethernet: aquantia: Make and configuration files.
Patches to create the make and configuration files. Signed-off-by: Alexander Loktionov <Alexander.Loktionov@aquantia.com> Signed-off-by: Dmitrii Tarakanov <Dmitrii.Tarakanov@aquantia.com> Signed-off-by: Pavel Belous <Pavel.Belous@aquantia.com> Signed-off-by: Dmitry Bezrukov <Dmitry.Bezrukov@aquantia.com> Signed-off-by: David M. VomLehn <vomlehn@texas.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/aquantia/Kconfig')
-rw-r--r--drivers/net/ethernet/aquantia/Kconfig24
1 files changed, 24 insertions, 0 deletions
diff --git a/drivers/net/ethernet/aquantia/Kconfig b/drivers/net/ethernet/aquantia/Kconfig
new file mode 100644
index 000000000000..cdf78e069a39
--- /dev/null
+++ b/drivers/net/ethernet/aquantia/Kconfig
@@ -0,0 +1,24 @@
+#
+# aQuantia device configuration
+#
+
+config NET_VENDOR_AQUANTIA
+ bool "aQuantia devices"
+ default y
+ ---help---
+ Set this to y if you have an Ethernet network cards that uses the aQuantia
+ AQC107/AQC108 chipset.
+
+ This option does not build any drivers; it casues the aQuantia
+ drivers that can be built to appear in the list of Ethernet drivers.
+
+
+if NET_VENDOR_AQUANTIA
+
+config AQTION
+ tristate "aQuantia AQtion(tm) Support"
+ depends on PCI && X86_64
+ ---help---
+ This enables the support for the aQuantia AQtion(tm) Ethernet card.
+
+endif # NET_VENDOR_AQUANTIA