:orphan: .. title:: choice GD32_HXTAL_FREQUENCY: High speed external oscillator clock frequency .. _choice_33: .. describe:: choice GD32_HXTAL_FREQUENCY: High speed external oscillator clock frequency *High speed external oscillator clock frequency* Type: ``bool`` Help ==== .. code-block:: none Define value of high speed crystal oscillator (HXTAL) in Hz This value sets the frequency of the oscillator. Direct dependencies =================== \ :kconfig:`HAS_GD32_HAL ` && 0 *(Includes any dependencies from ifs and menus.)* Defaults ======== - \ :kconfig:`GD32_HXTAL_FIRMWARE_DEFINED ` if !\ :kconfig:`SOC_SERIES_GD32VF103 ` - \ :kconfig:`GD32_HXTAL_25MHZ ` if \ :kconfig:`SOC_SERIES_GD32VF103 ` Choice options ============== - \ :kconfig:`GD32_HXTAL_FIRMWARE_DEFINED ` - \ :kconfig:`GD32_HXTAL_8MHZ ` - \ :kconfig:`GD32_HXTAL_25MHZ ` Kconfig definition ================== At ``/hal_gigadevice/Kconfig:23`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:80`` Menu path: (Top) → Modules .. code-block:: kconfig 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.)*