:orphan: .. title:: PINMUX_INTEL_S1000 .. option:: CONFIG_PINMUX_INTEL_S1000 *Intel S1000 I/O multiplexer driver* Type: ``bool`` Help ==== 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 =================== .. highlight:: kconfig At ``boards/xtensa/intel_s1000_crb/Kconfig.defconfig:161`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config PINMUX_INTEL_S1000 bool default y depends on \ :option:`PINMUX ` && \ :option:`BOARD_INTEL_S1000_CRB ` ---- At ``drivers/pinmux/Kconfig.intel_s1000:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:46`` → ``drivers/pinmux/Kconfig:41`` Menu path: (Top) → Device Drivers → Enable board pinmux driver .. parsed-literal:: config PINMUX_INTEL_S1000 bool "Intel S1000 I/O multiplexer driver" depends on \ :option:`SOC_INTEL_S1000 ` && \ :option:`PINMUX ` help Enable driver for Intel S1000 I/O multiplexer. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*