]> git.sur5r.net Git - u-boot/blobdiff - board/utx8245/Kconfig
kconfig: add board Kconfig and defconfig files
[u-boot] / board / utx8245 / Kconfig
diff --git a/board/utx8245/Kconfig b/board/utx8245/Kconfig
new file mode 100644 (file)
index 0000000..3dd264b
--- /dev/null
@@ -0,0 +1,11 @@
+if TARGET_UTX8245
+
+config SYS_BOARD
+       string
+       default "utx8245"
+
+config SYS_CONFIG_NAME
+       string
+       default "utx8245"
+
+endif