summaryrefslogtreecommitdiffstats
path: root/board/st-ericsson/snowball/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'board/st-ericsson/snowball/Kconfig')
-rw-r--r--board/st-ericsson/snowball/Kconfig23
1 files changed, 23 insertions, 0 deletions
diff --git a/board/st-ericsson/snowball/Kconfig b/board/st-ericsson/snowball/Kconfig
new file mode 100644
index 0000000000..b5ead0fcfa
--- /dev/null
+++ b/board/st-ericsson/snowball/Kconfig
@@ -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
OpenPOWER on IntegriCloud