summaryrefslogtreecommitdiffstats
path: root/board/st/nhk8815/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'board/st/nhk8815/Kconfig')
-rw-r--r--board/st/nhk8815/Kconfig23
1 files changed, 23 insertions, 0 deletions
diff --git a/board/st/nhk8815/Kconfig b/board/st/nhk8815/Kconfig
new file mode 100644
index 0000000000..ec3f880dea
--- /dev/null
+++ b/board/st/nhk8815/Kconfig
@@ -0,0 +1,23 @@
+if TARGET_NHK8815
+
+config SYS_CPU
+ string
+ default "arm926ejs"
+
+config SYS_BOARD
+ string
+ default "nhk8815"
+
+config SYS_VENDOR
+ string
+ default "st"
+
+config SYS_SOC
+ string
+ default "nomadik"
+
+config SYS_CONFIG_NAME
+ string
+ default "nhk8815"
+
+endif
OpenPOWER on IntegriCloud