summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorOliver Schib <lich000king@yahoo.de>2015-11-29 16:13:52 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-11-29 16:26:23 +0100
commit89842b8714fcfc5711c0ddfc0d7c377ca0c1473a (patch)
treef61f99526653d0a66cad7893bc6b9708da8c5088 /target
parentf8a6da14b3257a57adcf887b4d6f11feb6e95234 (diff)
Add support for Atheros/Attansic L1 Gigabit Ethernet
Signed-off-by: Oliver Schib <lich000king@yahoo.de> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Diffstat (limited to 'target')
-rw-r--r--target/linux/config/Config.in.ethernet10
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.ethernet b/target/linux/config/Config.in.ethernet
index a975dc025..18db08016 100644
--- a/target/linux/config/Config.in.ethernet
+++ b/target/linux/config/Config.in.ethernet
@@ -365,4 +365,14 @@ config ADK_KERNEL_ETHOC
default y if ADK_TARGET_SYSTEM_QEMU_OR1K
default n
+config ADK_KERNEL_ATL1
+ tristate "Atheros/Attansic L1 Gigabit Ethernet support"
+ select ADK_KERNEL_NET_VENDOR_ATHEROS
+ select ADK_KERNEL_MII
+ select ADK_KERNEL_CRC32
+ depends on ADK_TARGET_WITH_PCI
+ default n
+ help
+ This driver supports the Atheros/Attansic L1 gigabit ethernet adapter.
+
endmenu