summaryrefslogtreecommitdiffstats
path: root/board/scb9328/Kconfig
blob: 040d055bb6a61d75ff228a5475583332d1edc38b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
if TARGET_SCB9328

config SYS_CPU
	string
	default "arm920t"

config SYS_BOARD
	string
	default "scb9328"

config SYS_SOC
	string
	default "imx"

config SYS_CONFIG_NAME
	string
	default "scb9328"

endif
OpenPOWER on IntegriCloud