:orphan: .. title:: PINMUX_NAME .. option:: CONFIG_PINMUX_NAME *Pinmux driver name* Type: ``string`` Help ==== The name of the pinmux driver. Direct dependencies =================== \ :option:`PINMUX ` *(Includes any dependencies from ifs and menus.)* Default ======= - "PINMUX" Kconfig definition ================== .. highlight:: kconfig At ``drivers/pinmux/Kconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:46`` Menu path: (Top) → Device Drivers → Enable board pinmux driver .. parsed-literal:: config PINMUX_NAME string "Pinmux driver name" default "PINMUX" depends on \ :option:`PINMUX ` help The name of the pinmux driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*