The MIPS Malta is an ATX form factor evaluation board made by MIPS Technologies. Malta board is the most popular platform for MIPS full-system emulation. See https://www.linux-mips.org/wiki/MIPS_Malta for details. Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
17 lines
372 B
Plaintext
17 lines
372 B
Plaintext
#
|
|
# Copyright (c) 2020 Antony Pavlov <antonynpavlov@gmail.com>
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
config BOARD_QEMU_MALTA
|
|
bool "QEMU emulation for little endian MIPS Malta"
|
|
depends on SOC_QEMU_MALTA
|
|
select QEMU_TARGET
|
|
|
|
config BOARD_QEMU_MALTA_BE
|
|
bool "QEMU emulation for big endian MIPS Malta"
|
|
depends on SOC_QEMU_MALTA
|
|
select QEMU_TARGET
|
|
select BIG_ENDIAN
|