From 9bb871a0bb4c239239944d28bd4d5cfa19d84f62 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 3 Mar 2018 15:46:47 +0100 Subject: add support for waldux --- target/waldux/config/Config.in.arm | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 target/waldux/config/Config.in.arm (limited to 'target/waldux/config/Config.in.arm') diff --git a/target/waldux/config/Config.in.arm b/target/waldux/config/Config.in.arm new file mode 100644 index 000000000..cc5576f94 --- /dev/null +++ b/target/waldux/config/Config.in.arm @@ -0,0 +1,13 @@ +# This file is part of the OpenADK project. OpenADK is copyrighted +# material, please see the LICENCE file in the top-level directory. + +config ADK_WALDUX_KERNEL_ARM_PATCH_PHYS_VIRT + bool + depends on ADK_TARGET_ARCH_ARM + +config ADK_WALDUX_KERNEL_ARCH_VERSATILE_PB + bool + select ADK_WALDUX_KERNEL_ARM_PATCH_PHYS_VIRT + default y if !ADK_TARGET_WITH_DEVICETREE + depends on ADK_TARGET_ARCH_ARM + -- cgit v1.2.3