:orphan: .. title:: CONFIG_HAS_GD32_HAL .. kconfig:: CONFIG_HAS_GD32_HAL CONFIG_HAS_GD32_HAL ################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== 0 *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`HAS_CMSIS_CORE ` if \ :kconfig:`SOC_FAMILY_GD32_ARM ` Symbols that select this symbol =============================== - \ :kconfig:`SOC_SERIES_GD32VF103 ` - \ :kconfig:`SOC_FAMILY_GD32 ` Kconfig definition ================== At ``/hal_gigadevice/Kconfig:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:80`` Menu path: (Top) → Modules .. code-block:: kconfig config HAS_GD32_HAL bool select HAS_CMSIS_CORE if SOC_FAMILY_GD32_ARM depends on 0 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*