summaryrefslogtreecommitdiffstats
path: root/board/siemens/taurus/Kconfig
blob: 1fedbd36bcc29691aa41541c48a539e5a452cd8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
if TARGET_TAURUS

config SYS_CPU
	default "arm926ejs"

config SYS_BOARD
	default "taurus"

config SYS_VENDOR
	default "siemens"

config SYS_SOC
	default "at91"

config SYS_CONFIG_NAME
	default "taurus"

endif
OpenPOWER on IntegriCloud