summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.netdevice
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-12 19:12:38 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-12 19:12:38 +0200
commitfec1fd5598765d02691cb4c2b3ea3f1938be7824 (patch)
tree78abeafc5125b3465a20d2a0a406f4de69d54bb8 /target/linux/config/Config.in.netdevice
parentdebc4a7d3c109490b833434c7e7bca7bf293c832 (diff)
parent819692c26044aa5bb280a08fa017de9d55ca18b9 (diff)
merge
Diffstat (limited to 'target/linux/config/Config.in.netdevice')
-rw-r--r--target/linux/config/Config.in.netdevice14
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