blob: 15c009dbe8a39a595e1e343967b49a073b36e526 [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