aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/board/phytec/pcl063/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/board/phytec/pcl063/Kconfig')
-rw-r--r--roms/u-boot/board/phytec/pcl063/Kconfig25
1 files changed, 25 insertions, 0 deletions
diff --git a/roms/u-boot/board/phytec/pcl063/Kconfig b/roms/u-boot/board/phytec/pcl063/Kconfig
new file mode 100644
index 000000000..58f72f279
--- /dev/null
+++ b/roms/u-boot/board/phytec/pcl063/Kconfig
@@ -0,0 +1,25 @@
+if TARGET_PCL063
+
+config SYS_BOARD
+ default "pcl063"
+
+config SYS_VENDOR
+ default "phytec"
+
+config SYS_CONFIG_NAME
+ default "pcl063"
+
+endif
+
+if TARGET_PCL063_ULL
+
+config SYS_BOARD
+ default "pcl063"
+
+config SYS_VENDOR
+ default "phytec"
+
+config SYS_CONFIG_NAME
+ default "pcl063_ull"
+
+endif