summaryrefslogtreecommitdiffstats
path: root/board/mpl/vcma9/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'board/mpl/vcma9/Kconfig')
-rw-r--r--board/mpl/vcma9/Kconfig23
1 files changed, 23 insertions, 0 deletions
diff --git a/board/mpl/vcma9/Kconfig b/board/mpl/vcma9/Kconfig
new file mode 100644
index 0000000000..91246be71b
--- /dev/null
+++ b/board/mpl/vcma9/Kconfig
@@ -0,0 +1,23 @@
+if TARGET_VCMA9
+
+config SYS_CPU
+ string
+ default "arm920t"
+
+config SYS_BOARD
+ string
+ default "vcma9"
+
+config SYS_VENDOR
+ string
+ default "mpl"
+
+config SYS_SOC
+ string
+ default "s3c24x0"
+
+config SYS_CONFIG_NAME
+ string
+ default "VCMA9"
+
+endif
OpenPOWER on IntegriCloud