The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / arch / Config.in.sparc
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/arch/Config.in.sparc b/cirros-testvm/src-cirros/buildroot-2015.05/arch/Config.in.sparc
new file mode 100644 (file)
index 0000000..cc10e8d
--- /dev/null
@@ -0,0 +1,22 @@
+choice
+       prompt "Target Architecture Variant"
+       depends on BR2_sparc
+       default BR2_sparc_v8
+       help
+         Specific CPU variant to use
+
+config BR2_sparc_v8
+       bool "v8"
+config BR2_sparc_leon3
+       bool "leon3"
+endchoice
+
+config BR2_ARCH
+       default "sparc" if BR2_sparc
+
+config BR2_ENDIAN
+       default "BIG"
+
+config BR2_GCC_TARGET_CPU
+       default "leon3"         if BR2_sparc_leon3
+       default "v8"            if BR2_sparc_v8