zephyr/soc/nios2/nios2-qemu/Kconfig.defconfig

12 lines
152 B
Plaintext

# SPDX-License-Identifier: Apache-2.0
if SOC_NIOS2_QEMU
config SOC
default "nios2-qemu"
config SYS_CLOCK_HW_CYCLES_PER_SEC
default 50000000
endif