summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.netdevice
diff options
context:
space:
mode:
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