:orphan: .. title:: CONFIG_GD32_HXTAL_FIRMWARE_DEFINED .. kconfig:: CONFIG_GD32_HXTAL_FIRMWARE_DEFINED CONFIG_GD32_HXTAL_FIRMWARE_DEFINED ################################## *Firmware defined* Type: ``bool`` Help ==== .. code-block:: none Use default frequency defined in firmware for HXTAL This is using for SoCs (e.g. gd32f4xx, gd32f3x0, etc ...) that have default HXTAL definitions in firmware. Direct dependencies =================== !\ :kconfig:`SOC_SERIES_GD32VF103 ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/hal_gigadevice/Kconfig:31`` 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_FIRMWARE_DEFINED bool "Firmware defined" depends on !SOC_SERIES_GD32VF103 && help Use default frequency defined in firmware for HXTAL This is using for SoCs (e.g. gd32f4xx, gd32f3x0, etc ...) that have default HXTAL definitions in firmware. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*