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

config SYS_CPU
	string
	default "mips32"

config SYS_BOARD
	string
	default "dbau1x00"

config SYS_SOC
	string
	default "au1x00"

config SYS_CONFIG_NAME
	string
	default "dbau1x00"

endif
OpenPOWER on IntegriCloud