diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-03-26 05:17:47 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-03-26 05:17:47 +0200 |
commit | 9d6f423bd25d36b5f63c2168fd64e83b8c7ebdbd (patch) | |
tree | 68fcc1b6595d859bb93582a881cbaa23466416ca /target/config | |
parent | 8d1ed6c3936baa1fd9a2088a32040006594a2d33 (diff) |
arm device-tree option fix
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.archopts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/config/Config.in.archopts b/target/config/Config.in.archopts index 2094be6e8..aa4926c2a 100644 --- a/target/config/Config.in.archopts +++ b/target/config/Config.in.archopts @@ -39,5 +39,5 @@ config ADK_TARGET_NAN_MODE config ADK_TARGET_WITH_DEVICETREE bool depends on ADK_TARGET_ARCH_ARM - default y if ADK_TARGET_KERNEL_VERSION_4_9 + default y if !ADK_TARGET_SYSTEM_QEMU_ARM_VERSATILEPB_NOMMU default n |