- choice GD32_HXTAL_FREQUENCY: High speed external oscillator clock frequency
High speed external oscillator clock frequency
Type: bool
Help
Define value of high speed crystal oscillator (HXTAL) in Hz
This value sets the frequency of the oscillator.
Direct dependencies
HAS_GD32_HAL
&& 0
(Includes any dependencies from ifs and menus.)
Defaults
Choice options
Kconfig definition
At <Zephyr>/modules/hal_gigadevice/Kconfig:23
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:80
Menu path: (Top) → Modules
choice GD32_HXTAL_FREQUENCY
bool "High speed external oscillator clock frequency"
default GD32_HXTAL_FIRMWARE_DEFINED if !SOC_SERIES_GD32VF103
default GD32_HXTAL_25MHZ if SOC_SERIES_GD32VF103
depends on HAS_GD32_HAL && 0
help
Define value of high speed crystal oscillator (HXTAL) in Hz
This value sets the frequency of the oscillator.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)