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