14 lines
227 B
Plaintext
14 lines
227 B
Plaintext
|
# Copyright (c) 2020 Antony Pavlov <antonynpavlov@gmail.com>
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
if SOC_QEMU_MALTA
|
||
|
|
||
|
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||
|
default 200000000
|
||
|
|
||
|
config NUM_IRQS
|
||
|
default 8
|
||
|
|
||
|
endif # SOC_QEMU_MALTA
|