aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/board/keymile/pg-wcom-ls102xa/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/board/keymile/pg-wcom-ls102xa/Kconfig')
-rw-r--r--roms/u-boot/board/keymile/pg-wcom-ls102xa/Kconfig39
1 files changed, 39 insertions, 0 deletions
diff --git a/roms/u-boot/board/keymile/pg-wcom-ls102xa/Kconfig b/roms/u-boot/board/keymile/pg-wcom-ls102xa/Kconfig
new file mode 100644
index 000000000..f0b5ceabb
--- /dev/null
+++ b/roms/u-boot/board/keymile/pg-wcom-ls102xa/Kconfig
@@ -0,0 +1,39 @@
+if TARGET_PG_WCOM_SELI8
+
+config SYS_BOARD
+ default "pg-wcom-ls102xa"
+
+config SYS_VENDOR
+ default "keymile"
+
+config SYS_SOC
+ default "ls102xa"
+
+config SYS_CONFIG_NAME
+ default "pg-wcom-seli8"
+
+config BOARD_SPECIFIC_OPTIONS
+ def_bool y
+ imply FS_CRAMFS
+
+endif
+
+if TARGET_PG_WCOM_EXPU1
+
+config SYS_BOARD
+ default "pg-wcom-ls102xa"
+
+config SYS_VENDOR
+ default "keymile"
+
+config SYS_SOC
+ default "ls102xa"
+
+config SYS_CONFIG_NAME
+ default "pg-wcom-expu1"
+
+config BOARD_SPECIFIC_OPTIONS
+ def_bool y
+ imply FS_CRAMFS
+
+endif