xref: /rk3399_rockchip-uboot/board/qemu-mips/Kconfig (revision 25ca385dd698496e246bc6a45422ee00a2bba039)
1if TARGET_QEMU_MIPS
2
3config SYS_CPU
4	default "mips32"
5
6config SYS_BOARD
7	default "qemu-mips"
8
9config SYS_CONFIG_NAME
10	default "qemu-mips"
11
12endif
13
14if TARGET_QEMU_MIPS64
15
16config SYS_CPU
17	default "mips64"
18
19config SYS_BOARD
20	default "qemu-mips"
21
22config SYS_CONFIG_NAME
23	default "qemu-mips64"
24
25endif
26