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

config ADK_fpu_neon
	bool

config ADK_fpu_vfp
	bool

config ADK_TARGET_FPU
	string
	default "vfp" if ADK_fpu_vfp
	default "neon" if ADK_fpu_neon