aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/board/engicam/px30_core/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/board/engicam/px30_core/Kconfig')
-rw-r--r--roms/u-boot/board/engicam/px30_core/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/roms/u-boot/board/engicam/px30_core/Kconfig b/roms/u-boot/board/engicam/px30_core/Kconfig
new file mode 100644
index 000000000..a03be7836
--- /dev/null
+++ b/roms/u-boot/board/engicam/px30_core/Kconfig
@@ -0,0 +1,16 @@
+if TARGET_PX30_CORE
+
+config SYS_BOARD
+ default "px30_core"
+
+config SYS_VENDOR
+ default "engicam"
+
+config SYS_CONFIG_NAME
+ default "px30_core"
+
+config BOARD_SPECIFIC_OPTIONS # dummy
+ def_bool y
+ select RAM_PX30_DDR4
+
+endif