The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_PINMUX_GALILEO_PWM0_NAME

Name of the PWM LED expander 0

Type: string

Help

The name of the PWM LED expander labeled as PWM0 in the schematic.

Direct dependencies

PINMUX && BOARD_GALILEO

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At boards/x86/galileo/Kconfig:31

Included via Kconfig:10Kconfig.zephyr:25boards/Kconfig:27

Menu path: (top menu) → Board Options

config PINMUX_GALILEO_PWM0_NAME
    string
    prompt "Name of the PWM LED expander 0" if PINMUX && BOARD_GALILEO
    default "PWM0" if PINMUX && BOARD_GALILEO
    depends on PINMUX && BOARD_GALILEO
    help
      The name of the PWM LED expander labeled as PWM0 in the schematic.

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