aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/board/phytec/pcm052/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/board/phytec/pcm052/Kconfig')
-rw-r--r--roms/u-boot/board/phytec/pcm052/Kconfig33
1 files changed, 33 insertions, 0 deletions
diff --git a/roms/u-boot/board/phytec/pcm052/Kconfig b/roms/u-boot/board/phytec/pcm052/Kconfig
new file mode 100644
index 000000000..4fde21c58
--- /dev/null
+++ b/roms/u-boot/board/phytec/pcm052/Kconfig
@@ -0,0 +1,33 @@
+if TARGET_PCM052
+
+config SYS_BOARD
+ default "pcm052"
+
+config SYS_VENDOR
+ default "phytec"
+
+config SYS_CONFIG_NAME
+ default "pcm052"
+
+config PCM052_DDR_SIZE
+ int
+ default 256
+
+endif
+
+if TARGET_BK4R1
+
+config SYS_BOARD
+ default "pcm052"
+
+config SYS_VENDOR
+ default "phytec"
+
+config SYS_CONFIG_NAME
+ default "bk4r1"
+
+config PCM052_DDR_SIZE
+ int
+ default 512
+
+endif