xref: /rk3399_rockchip-uboot/board/qemu-mips/Kconfig (revision bf78b2717d3279e8dc74fa3bb69096ced7d8afda)
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