summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.ethernet
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-01-13 20:40:25 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-02-10 20:11:01 +0100
commit81790eeeeb907688b725e1c42300c68b85337f16 (patch)
tree8af3406edfa524decf21686992ee388ee3c15e92 /target/linux/config/Config.in.ethernet
parent14ae2739783f82f112a3a964cc16911d995cd6d7 (diff)
more stuff for kinetis k70, kernel still does not work
Diffstat (limited to 'target/linux/config/Config.in.ethernet')
-rw-r--r--target/linux/config/Config.in.ethernet21
1 files changed, 20 insertions, 1 deletions
diff --git a/target/linux/config/Config.in.ethernet b/target/linux/config/Config.in.ethernet
index b0aae0f12..0d08c641f 100644
--- a/target/linux/config/Config.in.ethernet
+++ b/target/linux/config/Config.in.ethernet
@@ -70,6 +70,9 @@ config ADK_KERNEL_ETRAX_HAVE_PHY
config ADK_KERNEL_NET_PCI
bool
+config ADK_KERNEL_NET_ETHERNET
+ bool
+
config ADK_KERNEL_NETDEV_1000
bool
@@ -86,6 +89,9 @@ config ADK_KERNEL_AT803X_PHY
tristate
select ADK_KERNEL_PHYLIB
+config ADK_KERNEL_MICREL_PHY
+ bool
+
config ADK_KERNEL_SWCONFIG
bool
@@ -110,6 +116,20 @@ config ADK_KERNEL_AG71XX
help
Atheros AG71XX ethernet driver
+config ADK_KERNEL_KINETIS_MAC
+ bool "Kinetis ethernet driver"
+ select ADK_KERNEL_NET_ETHERNET
+ select ADK_KERNEL_NET_VENDOR_FREESCALE
+ select ADK_KERNEL_FEC
+ select ADK_KERNEL_PHYLIB
+ select ADK_KERNEL_MICREL_PHY
+ select ADK_KERNEL_MII
+ depends on ADK_TARGET_SYSTEM_KINETIS_K70
+ default y if ADK_TARGET_SYSTEM_KINETIS_K70
+ default n
+ help
+ Ethernet driver for Kinetis K70
+
config ADK_KERNEL_FEC
tristate "FEC ethernet driver"
select ADK_KERNEL_NET_VENDOR_FREESCALE
@@ -119,7 +139,6 @@ config ADK_KERNEL_FEC
ADK_TARGET_SYSTEM_KINETIS_K70
default y if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
default y if ADK_TARGET_SYSTEM_QEMU_M68K_MCF5208
- default y if ADK_TARGET_SYSTEM_KINETIS_K70
default n
help
FEC ethernet driver