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