You need to sign in or sign up before continuing.
Kconfig 185 Bytes
Newer Older
1
if TARGET_SAMA5D2_PTC
Tony Feng committed
2 3

config SYS_BOARD
4
	default "sama5d2_ptc"
Tony Feng committed
5 6 7 8 9

config SYS_VENDOR
	default "atmel"

config SYS_SOC
10
	default "at91"
Tony Feng committed
11 12

config SYS_CONFIG_NAME
13
	default "sama5d2_ptc"
Tony Feng committed
14 15

endif