diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-12-02 06:35:12 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-12-02 06:35:12 +0100 |
commit | b4898bf8823de5049134fa116a44878533f86a1b (patch) | |
tree | 2e9f25df5ee0e8a7c204965d798527040ec3d14a /target/linux/config/Config.in.ethernet | |
parent | 1391bf284490cf870273e1a8bce98940b9105fbe (diff) |
nios2: we can use qmp now, latest qemu-system-nios2 implements ethernet driver emulation
Diffstat (limited to 'target/linux/config/Config.in.ethernet')
-rw-r--r-- | target/linux/config/Config.in.ethernet | 9 |
1 files changed, 9 insertions, 0 deletions
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 |