summaryrefslogtreecommitdiffstats
path: root/board/qemu-mips/Kconfig
blob: e4d9663c2de62108fe95f9162d64043b8aae1a8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
if TARGET_QEMU_MIPS

config SYS_CPU
	default "mips32"

config SYS_BOARD
	default "qemu-mips"

config SYS_CONFIG_NAME
	default "qemu-mips"

endif

if TARGET_QEMU_MIPS64

config SYS_CPU
	default "mips64"

config SYS_BOARD
	default "qemu-mips"

config SYS_CONFIG_NAME
	default "qemu-mips64"

endif
OpenPOWER on IntegriCloud