CONFIG_GD32_HXTAL_FIRMWARE_DEFINED

Firmware defined

Type: bool

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.

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 <Zephyr>/modules/hal_gigadevice/Kconfig:31

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/modules/Kconfig:80

Menu path: (Top) → Modules → High speed external oscillator clock frequency

config GD32_HXTAL_FIRMWARE_DEFINED
    bool "Firmware defined"
    depends on !SOC_SERIES_GD32VF103 && <choice GD32_HXTAL_FREQUENCY>
    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.)