1if TARGET_STARQLTECHN
2
3config SYS_BOARD
4	default "starqltechn"
5	help
6	  starqltechn is a production board for S9 and S9+ phones(SM-G96x0) phones based on SDM845 SoC.
7
8config SYS_CONFIG_NAME
9	string "Board configuration name"
10	default "sdm845"
11	help
12	  This option contains information about board configuration name.
13	  Based on this option include/configs/<CONFIG_SYS_CONFIG_NAME>.h header
14	  will be used for board configuration.
15
16config SYS_VENDOR
17	default "samsung"
18
19config SYS_CONFIG_NAME
20	default "starqltechn"
21
22endif
23