:orphan: .. title:: GPIO_PCAL9535A_2_DEV_NAME .. option:: CONFIG_GPIO_PCAL9535A_2_DEV_NAME *PCAL9535A GPIO chip #2 Device Name* Type: ``string`` Help ==== Specify the device name for the PCAL9535A I2C-based GPIO chip #2. Direct dependencies =================== \ :option:`GPIO_PCAL9535A_2 ` && \ :option:`GPIO_PCAL9535A ` && \ :option:`GPIO ` *(Includes any dependencies from ifs and menus.)* Default ======= - "GPIO_P2" Kconfig definition ================== .. highlight:: kconfig At ``drivers/gpio/Kconfig.pcal9535a:75`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` → ``drivers/Kconfig:30`` → ``drivers/gpio/Kconfig:24`` Menu path: (Top) → Device Drivers → GPIO Drivers → PCAL9535A I2C-based GPIO chip → PCAL9535A GPIO chip #2 .. parsed-literal:: config GPIO_PCAL9535A_2_DEV_NAME string "PCAL9535A GPIO chip #2 Device Name" default "GPIO_P2" depends on \ :option:`GPIO_PCAL9535A_2 ` && \ :option:`GPIO_PCAL9535A ` && \ :option:`GPIO ` help Specify the device name for the PCAL9535A I2C-based GPIO chip #2. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*