From bcd4b1859d9d500f43f4199fbac341fb40aa4767 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 15 Aug 2016 21:12:51 +0200 Subject: allow to build older kernel for qemu-arm-versatilepb without device-tree --- target/linux/config/Config.in.arm | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 target/linux/config/Config.in.arm (limited to 'target/linux/config') 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 + -- cgit v1.2.3