From 476a87c63fe284faf4ea0a76f7b540845c5f6a52 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 22 Feb 2015 02:39:38 -0600 Subject: rework FPU/FLOAT support NEON is only an extension not the FPU hardware. So handle this in a better way. Remove the lower case symbols. --- target/linux/config/Config.in.kernel | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'target/linux/config') diff --git a/target/linux/config/Config.in.kernel b/target/linux/config/Config.in.kernel index fc4ecb8d6..68dfae242 100644 --- a/target/linux/config/Config.in.kernel +++ b/target/linux/config/Config.in.kernel @@ -186,13 +186,17 @@ config ADK_KERNEL_VFPv3 bool default y if ADK_TARGET_CPU_WITH_FPU_VFP3 +config ADK_KERNEL_VFPv4 + bool + default y if ADK_TARGET_CPU_WITH_FPU_VFP4 + config ADK_KERNEL_NEON bool - default y if ADK_TARGET_CPU_WITH_FPU_NEON + default y if ADK_TARGET_CPU_WITH_NEON config ADK_KERNEL_MODE_NEON bool - default y if ADK_TARGET_CPU_WITH_FPU_NEON + default y if ADK_TARGET_CPU_WITH_NEON config ADK_TARGET_NO_CMDLINE bool "Do not builtin any kernel cmdline" -- cgit v1.2.3