CONFIG_PINMUX_GALILEO_GPIO_DW_NAME

Name of the DesignWare GPIO

Type: string

Help

The name of the DesignWare GPIO with GPIO<0>..GPIO<7> in the schematic.

Direct dependencies

PINMUX && BOARD_GALILEO && PINMUX && BOARD_GALILEO

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

Defaults

Kconfig definition

At boards/x86/galileo/Kconfig:40

Included via Kconfig:10Kconfig.zephyr:23arch/Kconfig:14boards/Kconfig:26

Menu path: (top menu) → Board Options

config PINMUX_GALILEO_GPIO_DW_NAME
    string
    prompt "Name of the DesignWare GPIO" if PINMUX && BOARD_GALILEO && PINMUX && BOARD_GALILEO
    default "GPIO_0" if PINMUX && BOARD_GALILEO && PINMUX && BOARD_GALILEO
    depends on PINMUX && BOARD_GALILEO && PINMUX && BOARD_GALILEO
    help
      The name of the DesignWare GPIO with GPIO<0>..GPIO<7> in the schematic.

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