]> git.sur5r.net Git - u-boot/blobdiff - board/ge/mx53ppd/Kconfig
mx53: Add Board support for GE PPD
[u-boot] / board / ge / mx53ppd / Kconfig
diff --git a/board/ge/mx53ppd/Kconfig b/board/ge/mx53ppd/Kconfig
new file mode 100644 (file)
index 0000000..781c1cf
--- /dev/null
@@ -0,0 +1,17 @@
+# SPDX-License-Identifier:     GPL-2.0+
+
+if TARGET_MX53PPD
+
+config SYS_BOARD
+       default "mx53ppd"
+
+config SYS_VENDOR
+       default "ge"
+
+config SYS_SOC
+       default "mx5"
+
+config SYS_CONFIG_NAME
+       default "mx53ppd"
+
+endif