summaryrefslogtreecommitdiff
path: root/target/config/Config.in.fpu.default
blob: 0fd8f616cbb7ca2787fcac115ca41ee5d9887c3d (plain)
1
2
3
4
5
6
7
8
9
10
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.

config ADK_TARGET_FPU
	string
	depends on ADK_TARGET_ARCH_ARM
	default "vfp" if ADK_TARGET_CPU_WITH_FPU_VFP
	default "vfp3" if ADK_TARGET_CPU_WITH_FPU_VFP3
	default "vfp4" if ADK_TARGET_CPU_WITH_FPU_VFP4
	default "neon" if ADK_TARGET_CPU_WITH_NEON