CONFIG_GD32_HXTAL_8MHZ¶
8MHz
Type: bool
Help¶
Use 8MHz oscillator for HXTAL
Direct dependencies¶
SOC_SERIES_GD32VF103
&& <choice GD32_HXTAL_FREQUENCY: High speed external oscillator clock frequency>
(Includes any dependencies from ifs and menus.)
Kconfig definition¶
At modules/hal_gigadevice/Kconfig:39
Included via Kconfig:8
→ Kconfig.zephyr:33
→ modules/Kconfig:80
Menu path: (Top) → Modules → High speed external oscillator clock frequency
config GD32_HXTAL_8MHZ
bool "8MHz"
depends on SOC_SERIES_GD32VF103 && <choice GD32_HXTAL_FREQUENCY>
help
Use 8MHz oscillator for HXTAL
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)