summaryrefslogtreecommitdiffstats
path: root/board/bluegiga/apx4devkit/Kconfig
blob: acccec911a4aaf13f0739256316df846d9432d4f (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_APX4DEVKIT

config SYS_CPU
	string
	default "arm926ejs"

config SYS_BOARD
	string
	default "apx4devkit"

config SYS_VENDOR
	string
	default "bluegiga"

config SYS_SOC
	string
	default "mxs"

config SYS_CONFIG_NAME
	string
	default "apx4devkit"

endif
OpenPOWER on IntegriCloud