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