diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-08-08 10:06:53 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-08-08 10:07:24 +0200 |
commit | c9638937d8e638aa27e3d890f8e61fe6e30abb99 (patch) | |
tree | 1e10da8bdbfca1966ca220c3f8e87d14d757f909 /target/linux/config/Config.in.ethernet | |
parent | 13d44e29889357a3a8c13ab41a6f9020a7263867 (diff) |
activate platform symbol, required
Diffstat (limited to 'target/linux/config/Config.in.ethernet')
-rw-r--r-- | target/linux/config/Config.in.ethernet | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.ethernet b/target/linux/config/Config.in.ethernet index 85c9234df..5ddcb4087 100644 --- a/target/linux/config/Config.in.ethernet +++ b/target/linux/config/Config.in.ethernet @@ -58,6 +58,9 @@ config ADK_KERNEL_NETDEV_1000 config ADK_KERNEL_VIA_RHINE_MMIO bool +config ADK_KERNEL_STMMAC_PLATFORM + bool + config ADK_KERNEL_AT803X_PHY tristate select ADK_KERNEL_PHYLIB @@ -294,6 +297,7 @@ config ADK_KERNEL_MACSONIC config ADK_KERNEL_STMMAC_ETH bool "Stmicro MAC ethernet driver" select ADK_KERNEL_NET_VENDOR_STMICRO + select ADK_KERNEL_STMMAC_PLATFORM depends on ADK_TARGET_SYSTEM_BANANA_PRO default y if ADK_TARGET_SYSTEM_BANANA_PRO default n |