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