summaryrefslogtreecommitdiffstats
path: root/board/cm4008
diff options
context:
space:
mode:
Diffstat (limited to 'board/cm4008')
-rw-r--r--board/cm4008/Kconfig19
1 files changed, 19 insertions, 0 deletions
diff --git a/board/cm4008/Kconfig b/board/cm4008/Kconfig
new file mode 100644
index 0000000000..397794d260
--- /dev/null
+++ b/board/cm4008/Kconfig
@@ -0,0 +1,19 @@
+if TARGET_CM4008
+
+config SYS_CPU
+ string
+ default "arm920t"
+
+config SYS_BOARD
+ string
+ default "cm4008"
+
+config SYS_SOC
+ string
+ default "ks8695"
+
+config SYS_CONFIG_NAME
+ string
+ default "cm4008"
+
+endif
OpenPOWER on IntegriCloud