aboutsummaryrefslogtreecommitdiff
path: root/board/hisilicon/hikey960/Kconfig
blob: 89f096d649ef44f35b79acbccff4a849c134019b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if TARGET_HIKEY960

config SYS_BOARD
	default "hikey960"

config SYS_VENDOR
	default "hisilicon"

config SYS_SOC
	default "hi3660"

config SYS_CONFIG_NAME
	default "hikey960"

endif