From 181e796c9beb08534f9e3f50c881bb8feaf78c5c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 26 Feb 2014 18:34:51 +0100 Subject: rework arm support, add qemu arm model vexpress for cortex-a9 emulation (hard float) --- target/linux/config/Config.in.kernel | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'target/linux/config/Config.in.kernel') diff --git a/target/linux/config/Config.in.kernel b/target/linux/config/Config.in.kernel index bd4169948..db1ab5c57 100644 --- a/target/linux/config/Config.in.kernel +++ b/target/linux/config/Config.in.kernel @@ -104,3 +104,21 @@ config ADK_KERNEL_PREEMPT config ADK_KERNEL_THUMB2_KERNEL boolean + +# page size +config ADK_KERNEL_PAGE_SIZE_4KB + boolean + +config ADK_KERNEL_PAGE_SIZE_16KB + boolean + +# ABI +config ADK_KERNEL_AEABI + boolean + +# endianess +config ADK_KERNEL_CPU_BIG_ENDIAN + boolean + +config ADK_KERNEL_CPU_LITTLE_ENDIAN + boolean -- cgit v1.2.3