:orphan: .. title:: PINMUX_SIFIVE .. option:: CONFIG_PINMUX_SIFIVE *SiFive Freedom SOC pinmux driver* Type: ``bool`` Help ==== .. code-block:: none Enable driver for the SiFive Freedom SOC pinmux driver Direct dependencies =================== \ :option:`SOC_SERIES_RISCV_SIFIVE_FREEDOM ` && \ :option:`PINMUX ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/pinmux/Kconfig.sifive:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:46`` → ``/pinmux/Kconfig:47`` Menu path: (Top) → Device Drivers → Enable board pinmux driver .. code-block:: kconfig config PINMUX_SIFIVE bool "SiFive Freedom SOC pinmux driver" depends on SOC_SERIES_RISCV_SIFIVE_FREEDOM && PINMUX help Enable driver for the SiFive Freedom SOC pinmux driver *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*