summaryrefslogtreecommitdiff
path: root/target/linux/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-08-15 21:12:51 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-08-15 21:12:51 +0200
commitbcd4b1859d9d500f43f4199fbac341fb40aa4767 (patch)
tree2b227d99a91dca7b04d879dadc9a8b5533098a0c /target/linux/config
parentd9db1a94a5ed1fb6d4c3c3c55cd01c6e6704ce3b (diff)
allow to build older kernel for qemu-arm-versatilepb without device-tree
Diffstat (limited to 'target/linux/config')
-rw-r--r--target/linux/config/Config.in.arm11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.arm b/target/linux/config/Config.in.arm
new file mode 100644
index 000000000..bc61987d1
--- /dev/null
+++ b/target/linux/config/Config.in.arm
@@ -0,0 +1,11 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+config ADK_KERNEL_ARM_PATCH_PHYS_VIRT
+ bool
+
+config ADK_KERNEL_ARCH_VERSATILE_PB
+ bool
+ select ADK_KERNEL_ARM_PATCH_PHYS_VIRT
+ default y if !ADK_TARGET_WITH_DEVICETREE
+