summaryrefslogtreecommitdiff
path: root/board/samsung/starqltechn/Kconfig
blob: e928cb0ea89b3696b2ed7e86c47b17b40618b2e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
if TARGET_STARQLTECHN

config SYS_BOARD
	default "starqltechn"
	help
	  starqltechn is a production board for S9 and S9+ phones(SM-G96x0) phones based on SDM845 SoC.

config SYS_CONFIG_NAME
	default "sdm845"

config SYS_VENDOR
	default "samsung"

endif