Dzmitry Sankouski | 4e6df40 | 2021-10-17 13:44:32 +0300 | [diff] [blame] | 1 | if TARGET_STARQLTECHN |
| 2 | |
| 3 | config 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 | |
| 8 | config 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 | |
| 16 | config SYS_VENDOR |
| 17 | default "samsung" |
| 18 | |
| 19 | config SYS_CONFIG_NAME |
| 20 | default "starqltechn" |
| 21 | |
| 22 | endif |