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