]> git.sur5r.net Git - u-boot/blobdiff - board/phytec/phycore_rk3288/Kconfig
rockchip: Add basic support for phyCORE-RK3288 SoM based carrier board
[u-boot] / board / phytec / phycore_rk3288 / Kconfig
diff --git a/board/phytec/phycore_rk3288/Kconfig b/board/phytec/phycore_rk3288/Kconfig
new file mode 100644 (file)
index 0000000..57cd8e2
--- /dev/null
@@ -0,0 +1,15 @@
+if TARGET_PHYCORE_RK3288
+
+config SYS_BOARD
+       default "phycore_rk3288"
+
+config SYS_VENDOR
+       default "phytec"
+
+config SYS_CONFIG_NAME
+       default "phycore_rk3288"
+
+config BOARD_SPECIFIC_OPTIONS # dummy
+       def_bool y
+
+endif