mirror of
https://github.com/zephyrproject-rtos/zephyr.git
synced 2024-12-04 10:18:24 +08:00
390464ce3b
Now that timer drivers are enabled based on devicetree we can remove any cases of them getting enabled by *_defconfig files. Signed-off-by: Kumar Gala <galak@kernel.org>
14 lines
296 B
Plaintext
14 lines
296 B
Plaintext
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
CONFIG_SOC_SERIES_RISCV32_MIV=y
|
|
CONFIG_SOC_RISCV32_MIV=y
|
|
CONFIG_BOARD_M2GL025_MIV=y
|
|
CONFIG_CONSOLE=y
|
|
CONFIG_SERIAL=y
|
|
CONFIG_UART_CONSOLE=y
|
|
CONFIG_GPIO=n
|
|
CONFIG_XIP=y
|
|
|
|
# Workaround for incorrect SYS_CLOCK_HW_CYCLES_PER_SEC
|
|
CONFIG_SYS_CLOCK_TICKS_PER_SEC=100
|