summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-12-02 06:35:12 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-12-02 06:35:12 +0100
commitb4898bf8823de5049134fa116a44878533f86a1b (patch)
tree2e9f25df5ee0e8a7c204965d798527040ec3d14a
parent1391bf284490cf870273e1a8bce98940b9105fbe (diff)
nios2: we can use qmp now, latest qemu-system-nios2 implements ethernet driver emulation
-rwxr-xr-xpackage/adktest/src/quit2
-rw-r--r--target/linux/config/Config.in.ethernet9
2 files changed, 10 insertions, 1 deletions
diff --git a/package/adktest/src/quit b/package/adktest/src/quit
index 5a6576231..15cbc5515 100755
--- a/package/adktest/src/quit
+++ b/package/adktest/src/quit
@@ -1,7 +1,7 @@
#!/bin/sh
arch=$(uname -m)
case $arch in
- arc|blackfin|m68k|metag|nios2|openrisc|s390x|sh4eb)
+ arc|blackfin|m68k|metag|openrisc|s390x|sh4eb)
poweroff
;;
*)
diff --git a/target/linux/config/Config.in.ethernet b/target/linux/config/Config.in.ethernet
index b63ad6432..8dab17b3f 100644
--- a/target/linux/config/Config.in.ethernet
+++ b/target/linux/config/Config.in.ethernet
@@ -465,4 +465,13 @@ config ADK_KERNEL_SGI_O2MACE_ETH
help
This driver supports the SGI O2 ethernet card.
+config ADK_KERNEL_ALTERA_TSE
+ tristate "Altera TSE ethernet driver"
+ select ADK_KERNEL_PHYLIB
+ depends on ADK_TARGET_SYSTEM_QEMU_NIOS2
+ default y if ADK_TARGET_SYSTEM_QEMU_NIOS2
+ default n
+ help
+ This driver supports the NIOS2 ethernet chips.
+
endmenu