1# Copyright (c) 2016 Intel Corporation 2# SPDX-License-Identifier: Apache-2.0 3 4if SOC_ZEPHYR_NIOS2F 5 6config SYS_CLOCK_HW_CYCLES_PER_SEC 7 default 50000000 8 9config ALTERA_AVALON_SYSID 10 def_bool y 11 12config ALTERA_AVALON_QSPI 13 def_bool y 14 depends on SOC_FLASH_NIOS2_QSPI 15 16config ALTERA_AVALON_I2C 17 def_bool y 18 depends on I2C_NIOS2 19 20config ALTERA_AVALON_MSGDMA 21 def_bool y 22 depends on DMA_NIOS2_MSGDMA 23 24endif # SOC_ZEPHYR_NIOS2F 25