diff options
Diffstat (limited to 'target/linux/config')
-rw-r--r-- | target/linux/config/Config.in.arm | 11 |
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 + |