]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/st-ericsson/snowball/Kconfig
kconfig: add board Kconfig and defconfig files
[karo-tx-uboot.git] / board / st-ericsson / snowball / Kconfig
diff --git a/board/st-ericsson/snowball/Kconfig b/board/st-ericsson/snowball/Kconfig
new file mode 100644 (file)
index 0000000..b5ead0f
--- /dev/null
@@ -0,0 +1,23 @@
+if TARGET_SNOWBALL
+
+config SYS_CPU
+       string
+       default "armv7"
+
+config SYS_BOARD
+       string
+       default "snowball"
+
+config SYS_VENDOR
+       string
+       default "st-ericsson"
+
+config SYS_SOC
+       string
+       default "u8500"
+
+config SYS_CONFIG_NAME
+       string
+       default "snowball"
+
+endif