diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-12 09:35:27 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-12 09:35:27 +0200 |
commit | dd48a4ec3bb4ee6f1cf2e67e4ac8f5f6f93f9a05 (patch) | |
tree | 5b97591f5861c38a32f3d5693ee7b4ef6bd30d63 /target/linux/config | |
parent | 3a996498d7c64584f34492604b614e2412ade08e (diff) |
add basic support for Fonera devices (nfsroot) via OpenWrt/FreeWRT kernel patches
Diffstat (limited to 'target/linux/config')
-rw-r--r-- | target/linux/config/Config.in.netdevice | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.netdevice b/target/linux/config/Config.in.netdevice index 6c30397a4..a0ec08247 100644 --- a/target/linux/config/Config.in.netdevice +++ b/target/linux/config/Config.in.netdevice @@ -7,6 +7,9 @@ config ADK_KERNEL_NETDEVICES config ADK_KERNEL_NET_ETHERNET boolean +config ADK_KERNEL_PHYLIB + boolean + config ADK_KERNEL_MII boolean @@ -62,6 +65,17 @@ config ADK_KERNEL_VIA_RHINE default n help +config ADK_KERNEL_AR231X_ETHERNET + boolean + select ADK_KERNEL_NETDEVICES + select ADK_KERNEL_NET_ETHERNET + select ADK_KERNEL_NET_PCI + select ADK_KERNEL_MII + select ADK_KERNEL_PHYLIB + default y if ADK_TARGET_SYSTEM_FON_FON2100 + default n + help + config ADK_KERNEL_KORINA boolean select ADK_KERNEL_NETDEVICES |