-
CONFIG_PINMUX_GALILEO_EXP0_NAME
¶
Name of the GPIO expander 0
Type: string
Help¶
The name of the GPIO expander labeled as EXP0 in the schematic.
Direct dependencies¶
PINMUX
&& BOARD_GALILEO
&& PINMUX
&& BOARD_GALILEO
(Includes any dependencies from if’s and menus.)
Defaults¶
- “EXP0” if
PINMUX
&&BOARD_GALILEO
&&PINMUX
&&BOARD_GALILEO
Kconfig definition¶
At boards/x86/galileo/Kconfig:12
Included via Kconfig:10
→ Kconfig.zephyr:23
→ arch/Kconfig:14
→ boards/Kconfig:26
Menu path: (top menu) → Board Options
config PINMUX_GALILEO_EXP0_NAME string prompt "Name of the GPIO expander 0" ifPINMUX
&&BOARD_GALILEO
&&PINMUX
&&BOARD_GALILEO
default "EXP0" ifPINMUX
&&BOARD_GALILEO
&&PINMUX
&&BOARD_GALILEO
depends onPINMUX
&&BOARD_GALILEO
&&PINMUX
&&BOARD_GALILEO
help The name of the GPIO expander labeled as EXP0 in the schematic.
(Definitions include propagated dependencies, including from if’s and menus.)