summaryrefslogtreecommitdiffstats
path: root/board/ronetix/pm9263/Kconfig
blob: 292ccd69054bb1c8d7a484a87cbc186c31ed94fc (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_PM9263

config SYS_CPU
	string
	default "arm926ejs"

config SYS_BOARD
	string
	default "pm9263"

config SYS_VENDOR
	string
	default "ronetix"

config SYS_SOC
	string
	default "at91"

config SYS_CONFIG_NAME
	string
	default "pm9263"

endif
OpenPOWER on IntegriCloud