diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-04-20 20:06:32 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-04-20 20:06:32 +0100 |
commit | 9e8e15fc74247c487e81d7b2c9bae46b994bfe85 (patch) | |
tree | 5c32d0cdf161d138a9669329444d273881b17d71 /target/config | |
parent | 593b88759b25e3813b51ab282009990b2b8709d5 (diff) |
rpi3+: add network driver
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.runtime | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime index d20fe167b..14151d371 100644 --- a/target/config/Config.in.runtime +++ b/target/config/Config.in.runtime @@ -530,6 +530,9 @@ config ADK_RUNTIME_WAIT_FOR_ETHERNET bool default y if ADK_TARGET_SYSTEM_RASPBERRY_PI2 default y if ADK_TARGET_SYSTEM_RASPBERRY_PI3 + default y if ADK_TARGET_SYSTEM_RASPBERRY_PI3_64 + default y if ADK_TARGET_SYSTEM_RASPBERRY_PI3P + default y if ADK_TARGET_SYSTEM_RASPBERRY_PI3P_64 config ADK_SIMPLE_NETWORK_CONFIG bool "simple network configuration" |