[T106][ZXW-22]7520V3SCV2.01.01.02P42U09_VEC_V0.8_AP_VEC origin source commit
Change-Id: Ic6e05d89ecd62fc34f82b23dcf306c93764aec4b
diff --git a/ap/build/uClibc/extra/Configs/Config.sparc b/ap/build/uClibc/extra/Configs/Config.sparc
new file mode 100644
index 0000000..1852efe
--- /dev/null
+++ b/ap/build/uClibc/extra/Configs/Config.sparc
@@ -0,0 +1,34 @@
+#
+# For a description of the syntax of this configuration file,
+# see extra/config/Kconfig-language.txt
+#
+
+config TARGET_ARCH
+ string
+ default "sparc"
+
+config FORCE_OPTIONS_FOR_ARCH
+ bool
+ default y
+ select ARCH_BIG_ENDIAN
+
+choice
+ prompt "Target Processor Type"
+ default CONFIG_SPARC_V8
+ help
+ This is the processor type of your CPU. This information is used for
+ optimizing purposes. Building for a v8 SPARC is pretty safe nowadays.
+
+config CONFIG_SPARC_V7
+ bool "SPARC v7"
+
+config CONFIG_SPARC_V8
+ bool "SPARC v8"
+
+config CONFIG_SPARC_V9
+ bool "SPARC v9"
+
+config CONFIG_SPARC_V9B
+ bool "SPARC v9b"
+
+endchoice