-
CONFIG_GPIO_PCAL9535A_1_DEV_NAME
¶
PCAL9535A GPIO chip #1 Device Name
Type: string
Help¶
Specify the device name for the PCAL9535A I2C-based GPIO chip #1.
Direct dependencies¶
(GPIO_PCAL9535A_1
&& GPIO_PCAL9535A
&& GPIO
&& I2C
&& BOARD_GALILEO
) || (GPIO_PCAL9535A_1
&& GPIO_PCAL9535A
&& GPIO
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “EXP1” if
GPIO_PCAL9535A_1
&&GPIO_PCAL9535A
&&GPIO
&&I2C
&&BOARD_GALILEO
- “GPIO_P1” if
GPIO_PCAL9535A_1
&&GPIO_PCAL9535A
&&GPIO
Kconfig definitions¶
At boards/x86/galileo/Kconfig.defconfig:55
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config GPIO_PCAL9535A_1_DEV_NAME string default "EXP1" ifGPIO_PCAL9535A_1
&&GPIO_PCAL9535A
&&GPIO
&&I2C
&&BOARD_GALILEO
depends onGPIO_PCAL9535A_1
&&GPIO_PCAL9535A
&&GPIO
&&I2C
&&BOARD_GALILEO
At drivers/gpio/Kconfig.pcal9535a:53
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:32
→ drivers/gpio/Kconfig:27
Menu path: (top menu) → Device Drivers → GPIO Drivers → PCAL9535A I2C-based GPIO chip
config GPIO_PCAL9535A_1_DEV_NAME string prompt "PCAL9535A GPIO chip #1 Device Name" ifGPIO_PCAL9535A_1
&&GPIO_PCAL9535A
&&GPIO
default "GPIO_P1" ifGPIO_PCAL9535A_1
&&GPIO_PCAL9535A
&&GPIO
depends onGPIO_PCAL9535A_1
&&GPIO_PCAL9535A
&&GPIO
help Specify the device name for the PCAL9535A I2C-based GPIO chip #1.
(Definitions include propagated dependencies, including from if’s and menus.)