diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-01-11 20:35:37 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-01-11 20:35:44 -0600 |
commit | 0c21382bb7270c6b7e34c2b43ccdb71c8853db44 (patch) | |
tree | fb30473db3979e8b294c6854231d78d732d226cd /target/linux | |
parent | a30f7fe5d730525af5daa6801f0b4d2f29025bd1 (diff) |
activate serial console and network driver for atmel ngw100. first boot via nfs succeeds.
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/config/Config.in.ethernet | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.ethernet b/target/linux/config/Config.in.ethernet index 2b40db25b..a82396313 100644 --- a/target/linux/config/Config.in.ethernet +++ b/target/linux/config/Config.in.ethernet @@ -1,6 +1,9 @@ menu "Ethernet network devices support" # vendor stuff +config ADK_KERNEL_NET_CADENCE + bool + config ADK_KERNEL_NET_VENDOR_AMD bool @@ -233,6 +236,15 @@ config ADK_KERNEL_IBMVETH help IBM ethernet driver +config ADK_KERNEL_MACB + tristate "Atmel NGW100 network driver" + select ADK_KERNEL_NET_CADENCE + depends on ADK_TARGET_SYSTEM_ATMEL_NGW100 + default y if ADK_TARGET_SYSTEM_ATMEL_NGW100 + default n + help + Atmel NGW100 network driver + config ADK_KERNEL_SKY2 tristate "Marvell Yukon SKY2 driver" select ADK_KERNEL_NETDEV_1000 |