CONFIG_PINMUX_HSDK

ARC HSDK I/O pin mux driver

Type: bool

Help

Enable driver for ARC HSDK I/O pin mux.

Direct dependencies

SOC_ARC_HSDK && PINMUX

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/drivers/pinmux/Kconfig.hsdk:4

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:46<Zephyr>/drivers/pinmux/Kconfig:39

Menu path: (Top) → Device Drivers → Enable board pinmux driver

config PINMUX_HSDK
    bool "ARC HSDK I/O pin mux driver"
    depends on SOC_ARC_HSDK && PINMUX
    help
      Enable driver for ARC HSDK I/O pin mux.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)