summaryrefslogtreecommitdiff
path: root/target/linux
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-10-09 05:30:07 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-10-09 05:30:22 +0200
commit667293e32df92383ab56292c5b27eea1ee680ece (patch)
tree0253e71e842e03ea890974210681178f1294577f /target/linux
parent43f376e1c0001857d9f61f8b0a62b8d74ed24500 (diff)
add ethernet driver support for qemu-system-or32
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/config/Config.in.ethernet8
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.ethernet b/target/linux/config/Config.in.ethernet
index d36a696a2..674a9dfc0 100644
--- a/target/linux/config/Config.in.ethernet
+++ b/target/linux/config/Config.in.ethernet
@@ -348,4 +348,12 @@ config ADK_KERNEL_STMMAC_ETH
default y if ADK_TARGET_SYSTEM_BANANA_PRO
default n
+config ADK_KERNEL_ETHOC
+ bool "OpenCore ethernet driver"
+ select ADK_KERNEL_PHYLIB
+ select ADK_KERNEL_MII
+ depends on ADK_TARGET_SYSTEM_QEMU_OR1K
+ default y if ADK_TARGET_SYSTEM_QEMU_OR1K
+ default n
+
endmenu