summaryrefslogtreecommitdiffstats
path: root/board/afeb9260/Kconfig
blob: 008d943425943d5589cfc8ba5286a2947bc589cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
if TARGET_AFEB9260

config SYS_CPU
	string
	default "arm926ejs"

config SYS_BOARD
	string
	default "afeb9260"

config SYS_SOC
	string
	default "at91"

config SYS_CONFIG_NAME
	string
	default "afeb9260"

endif
OpenPOWER on IntegriCloud