cc10e8d0efe48f2010d2d65583e9697a2b96bcef
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / arch / Config.in.sparc
1 choice
2         prompt "Target Architecture Variant"
3         depends on BR2_sparc
4         default BR2_sparc_v8
5         help
6           Specific CPU variant to use
7
8 config BR2_sparc_v8
9         bool "v8"
10 config BR2_sparc_leon3
11         bool "leon3"
12 endchoice
13
14 config BR2_ARCH
15         default "sparc" if BR2_sparc
16
17 config BR2_ENDIAN
18         default "BIG"
19
20 config BR2_GCC_TARGET_CPU
21         default "leon3"         if BR2_sparc_leon3
22         default "v8"            if BR2_sparc_v8