:orphan: .. title:: CONFIG_GD32_HAS_AF_PINMUX .. kconfig:: CONFIG_GD32_HAS_AF_PINMUX CONFIG_GD32_HAS_AF_PINMUX ######################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none This option should be selected if the series use an AF pinmux model. Direct dependencies =================== 0 *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`SOC_SERIES_GD32F3X0 ` - \ :kconfig:`SOC_SERIES_GD32F4XX ` Kconfig definition ================== At ``/hal_gigadevice/Kconfig:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:80`` Menu path: (Top) → Modules .. code-block:: kconfig config GD32_HAS_AF_PINMUX bool depends on 0 help This option should be selected if the series use an AF pinmux model. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*