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

config ADK_i486
	bool

config ADK_i586
	bool

config ADK_i686
	bool

config ADK_atom
	bool

config ADK_TARGET_X86_CPU
	string
	default "i486" if ADK_i486
	default "i586" if ADK_i586
	default "i686" if ADK_i686
	default "atom" if ADK_atom