-
CONFIG_PINMUX_GALILEO_EXP1_NAME
¶
Name of the GPIO expander 1
Type: string
Help¶
The name of the GPIO expander labeled as EXP1 in the schematic.
Defaults¶
- “EXP1” if
PINMUX
&&BOARD_GALILEO
Kconfig definition¶
At boards/x86/galileo/Kconfig:19
Included via Kconfig:10
→ Kconfig.zephyr:25
→ boards/Kconfig:27
Menu path: (top menu) → Board Options
config PINMUX_GALILEO_EXP1_NAME string prompt "Name of the GPIO expander 1" ifPINMUX
&&BOARD_GALILEO
default "EXP1" ifPINMUX
&&BOARD_GALILEO
depends onPINMUX
&&BOARD_GALILEO
help The name of the GPIO expander labeled as EXP1 in the schematic.
(Definitions include propagated dependencies, including from if’s and menus.)