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>
9 lines
209 B
Plaintext
9 lines
209 B
Plaintext
# Copyright (c) 2022 YuLong Yao <feilongphone@gmail.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
CONFIG_SOC_SERIES_GD32VF103=y
|
|
CONFIG_SOC_GD32VF103=y
|
|
CONFIG_BOARD_GD32VF103C_STARTER=y
|
|
|
|
CONFIG_GD32_HXTAL_8MHZ=y
|