CONFIG_GD32_HXTAL_25MHZ

25MHz

Type: bool

Help

Use 25MHz oscillator for HXTAL

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:45

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_25MHZ
    bool "25MHz"
    depends on SOC_SERIES_GD32VF103 && <choice GD32_HXTAL_FREQUENCY>
    help
      Use 25MHz oscillator for HXTAL

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)