:orphan: .. title:: GPIO_SX1509B .. option:: CONFIG_GPIO_SX1509B *SX1509B I2C GPIO chip* Type: ``bool`` Help ==== Enable driver for SX1509B I2C GPIO chip. Direct dependencies =================== \ :option:`I2C ` && \ :option:`GPIO ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Kconfig definition ================== .. highlight:: kconfig At ``drivers/gpio/Kconfig.sx1509b:9`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:34`` → ``drivers/gpio/Kconfig:58`` Menu path: (Top) → Device Drivers → GPIO Drivers .. parsed-literal:: menuconfig GPIO_SX1509B bool "SX1509B I2C GPIO chip" default n depends on \ :option:`I2C ` && \ :option:`GPIO ` help Enable driver for SX1509B I2C GPIO chip. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*