summaryrefslogtreecommitdiffstats
path: root/board/cobra5272/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'board/cobra5272/Kconfig')
-rw-r--r--board/cobra5272/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/board/cobra5272/Kconfig b/board/cobra5272/Kconfig
new file mode 100644
index 0000000000..6e55d435f6
--- /dev/null
+++ b/board/cobra5272/Kconfig
@@ -0,0 +1,15 @@
+if TARGET_COBRA5272
+
+config SYS_CPU
+ string
+ default "mcf52x2"
+
+config SYS_BOARD
+ string
+ default "cobra5272"
+
+config SYS_CONFIG_NAME
+ string
+ default "cobra5272"
+
+endif
OpenPOWER on IntegriCloud