summaryrefslogtreecommitdiffstats
path: root/board/cirrus/edb93xx/Kconfig
blob: 0a9bdb2da78628491496e7e820c87c0ed2881360 (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_EDB93XX

config SYS_CPU
	string
	default "arm920t"

config SYS_BOARD
	string
	default "edb93xx"

config SYS_VENDOR
	string
	default "cirrus"

config SYS_SOC
	string
	default "ep93xx"

config SYS_CONFIG_NAME
	string
	default "edb93xx"

endif
OpenPOWER on IntegriCloud