summaryrefslogtreecommitdiffstats
path: root/board/toradex/colibri_pxa270/Kconfig
blob: 9367c8898e84349474645639f31b8c465b29d952 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
if TARGET_COLIBRI_PXA270

config SYS_CPU
	string
	default "pxa"

config SYS_BOARD
	string
	default "colibri_pxa270"

config SYS_VENDOR
	string
	default "toradex"

config SYS_CONFIG_NAME
	string
	default "colibri_pxa270"

endif
OpenPOWER on IntegriCloud