]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/hermes/Kconfig
kconfig: add board Kconfig and defconfig files
[karo-tx-uboot.git] / board / hermes / Kconfig
diff --git a/board/hermes/Kconfig b/board/hermes/Kconfig
new file mode 100644 (file)
index 0000000..9d80650
--- /dev/null
@@ -0,0 +1,11 @@
+if TARGET_HERMES
+
+config SYS_BOARD
+       string
+       default "hermes"
+
+config SYS_CONFIG_NAME
+       string
+       default "hermes"
+
+endif