:orphan: .. title:: CONFIG_GD32_HXTAL_25MHZ .. kconfig:: CONFIG_GD32_HXTAL_25MHZ CONFIG_GD32_HXTAL_25MHZ ####################### *25MHz* Type: ``bool`` Help ==== .. code-block:: none Use 25MHz oscillator for HXTAL Direct dependencies =================== \ :kconfig:`SOC_SERIES_GD32VF103 ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/hal_gigadevice/Kconfig:45`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:80`` Menu path: (Top) → Modules → High speed external oscillator clock frequency .. code-block:: kconfig config GD32_HXTAL_25MHZ bool "25MHz" depends on SOC_SERIES_GD32VF103 && help Use 25MHz oscillator for HXTAL *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*