summaryrefslogtreecommitdiffstats
path: root/board/ronetix/pm9261/Kconfig
blob: 1cb914976158c3a445105c9a1633fb7a0e4c9ec8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
if TARGET_PM9261

config SYS_CPU
	string
	default "arm926ejs"

config SYS_BOARD
	string
	default "pm9261"

config SYS_VENDOR
	string
	default "ronetix"

config SYS_SOC
	string
	default "at91"

config SYS_CONFIG_NAME
	string
	default "pm9261"

endif
OpenPOWER on IntegriCloud