blob: f0b5ceabb69d07261cb674c20413d7b8eb8e15c2 [file] [log] [blame]
Aleksandar Gerasimovski032bdbc2021-02-22 18:18:11 +00001if TARGET_PG_WCOM_SELI8
2
3config SYS_BOARD
4 default "pg-wcom-ls102xa"
5
6config SYS_VENDOR
7 default "keymile"
8
9config SYS_SOC
10 default "ls102xa"
11
12config SYS_CONFIG_NAME
13 default "pg-wcom-seli8"
14
15config BOARD_SPECIFIC_OPTIONS
16 def_bool y
17 imply FS_CRAMFS
18
19endif
Aleksandar Gerasimovski3b24bbd2021-06-08 14:16:28 +000020
21if TARGET_PG_WCOM_EXPU1
22
23config SYS_BOARD
24 default "pg-wcom-ls102xa"
25
26config SYS_VENDOR
27 default "keymile"
28
29config SYS_SOC
30 default "ls102xa"
31
32config SYS_CONFIG_NAME
33 default "pg-wcom-expu1"
34
35config BOARD_SPECIFIC_OPTIONS
36 def_bool y
37 imply FS_CRAMFS
38
39endif