zephyr/soc/mips/qemu_malta/Kconfig.defconfig
Antony Pavlov 76769a42d0 soc: mips: add Qemu Malta support
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>
Signed-off-by: Remy Luisant <remy@luisant.ca>
2022-01-19 13:48:21 -05:00

17 lines
261 B
Plaintext

# Copyright (c) 2020 Antony Pavlov <antonynpavlov@gmail.com>
#
# SPDX-License-Identifier: Apache-2.0
if SOC_QEMU_MALTA
config SOC
default "qemu_malta"
config SYS_CLOCK_HW_CYCLES_PER_SEC
default 200000000
config NUM_IRQS
default 8
endif # SOC_QEMU_MALTA