-
CONFIG_GPIO_SX1509B_DEV_NAME
¶
SX1509B GPIO chip Device Name
Type: string
Help¶
Specify the device name for the SX1509B I2C GPIO chip.
Direct dependencies¶
GPIO_SX1509B
&& !HAS_DTS_I2C
&& GPIO
(Includes any dependencies from if’s and menus.)
Defaults¶
- “GPIO_P0” if
GPIO_SX1509B
&& !HAS_DTS_I2C
&&GPIO
Kconfig definition¶
At drivers/gpio/Kconfig.sx1509b:25
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:32
→ drivers/gpio/Kconfig:65
Menu path: (top menu) → Device Drivers → GPIO Drivers
config GPIO_SX1509B_DEV_NAME string prompt "SX1509B GPIO chip Device Name" ifGPIO_SX1509B
&& !HAS_DTS_I2C
&&GPIO
default "GPIO_P0" ifGPIO_SX1509B
&& !HAS_DTS_I2C
&&GPIO
depends onGPIO_SX1509B
&& !HAS_DTS_I2C
&&GPIO
help Specify the device name for the SX1509B I2C GPIO chip.
(Definitions include propagated dependencies, including from if’s and menus.)