CONFIG_PINMUX

Enable board pinmux driver

Type: bool

Defaults

Kconfig definitions

At boards/arm/lpcxpresso54114_m0/Kconfig.defconfig:19

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

config PINMUX
    bool
    default "n" if BOARD_LPCXPRESSO54114_M0
    depends on BOARD_LPCXPRESSO54114_M0

At drivers/pinmux/Kconfig:12

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:46

Menu path: (top menu) → Device Drivers

menuconfig PINMUX
    bool
    prompt "Enable board pinmux driver"

(Definitions include propagated dependencies, including from if’s and menus.)