summaryrefslogtreecommitdiffstats
path: root/board/ivm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'board/ivm/Kconfig')
-rw-r--r--board/ivm/Kconfig23
1 files changed, 23 insertions, 0 deletions
diff --git a/board/ivm/Kconfig b/board/ivm/Kconfig
new file mode 100644
index 0000000000..ab3da79fbf
--- /dev/null
+++ b/board/ivm/Kconfig
@@ -0,0 +1,23 @@
+if TARGET_IVML24
+
+config SYS_BOARD
+ string
+ default "ivm"
+
+config SYS_CONFIG_NAME
+ string
+ default "IVML24"
+
+endif
+
+if TARGET_IVMS8
+
+config SYS_BOARD
+ string
+ default "ivm"
+
+config SYS_CONFIG_NAME
+ string
+ default "IVMS8"
+
+endif
OpenPOWER on IntegriCloud