~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
blob: 848d230fbd55299077a0ecfcf969e08f8d155148 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
if TARGET_KMCENT2

config SYS_BOARD
	default "kmcent2"

config SYS_VENDOR
	default "keymile"

config SYS_CONFIG_NAME
	default "kmcent2"

config BOARD_SPECIFIC_OPTIONS
	def_bool y
	select ARCH_T1040
	select PHYS_64BIT

endif