:orphan: .. title:: PINMUX_INTEL_S1000 .. option:: CONFIG_PINMUX_INTEL_S1000 *Intel S1000 I/O multiplexer driver* Type: ``bool`` Help ==== .. code-block:: none Enable driver for Intel S1000 I/O multiplexer. Direct dependencies =================== (\ :option:`PINMUX ` && \ :option:`BOARD_INTEL_S1000_CRB `) || (\ :option:`SOC_INTEL_S1000 ` && \ :option:`PINMUX `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== At ``/xtensa/intel_s1000_crb/Kconfig.defconfig:158`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. code-block:: kconfig config PINMUX_INTEL_S1000 bool default y depends on PINMUX && BOARD_INTEL_S1000_CRB ---- At ``/pinmux/Kconfig.intel_s1000:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:46`` → ``/pinmux/Kconfig:35`` Menu path: (Top) → Device Drivers → Enable board pinmux driver .. code-block:: kconfig config PINMUX_INTEL_S1000 bool "Intel S1000 I/O multiplexer driver" depends on SOC_INTEL_S1000 && PINMUX help Enable driver for Intel S1000 I/O multiplexer. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*