:orphan: .. title:: GPIO_PCAL9535A_0_DEV_NAME .. option:: CONFIG_GPIO_PCAL9535A_0_DEV_NAME *PCAL9535A GPIO chip #0 Device Name* Type: ``string`` Help ==== Specify the device name for the PCAL9535A I2C-based GPIO chip #0. Direct dependencies =================== (\ :option:`GPIO_PCAL9535A_0 ` && \ :option:`GPIO_PCAL9535A ` && \ :option:`GPIO ` && \ :option:`I2C ` && \ :option:`BOARD_GALILEO `) || (\ :option:`GPIO_PCAL9535A_0 ` && \ :option:`GPIO_PCAL9535A ` && \ :option:`GPIO `) *(Includes any dependencies from if's and menus.)* Defaults ======== - "EXP0" if \ :option:`GPIO_PCAL9535A_0 ` && \ :option:`GPIO_PCAL9535A ` && \ :option:`GPIO ` && \ :option:`I2C ` && \ :option:`BOARD_GALILEO ` - "GPIO_P0" if \ :option:`GPIO_PCAL9535A_0 ` && \ :option:`GPIO_PCAL9535A ` && \ :option:`GPIO ` Kconfig definitions =================== .. highlight:: kconfig At ``boards/x86/galileo/Kconfig.defconfig:41`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:21`` Menu path: (top menu) .. parsed-literal:: config GPIO_PCAL9535A_0_DEV_NAME string default "EXP0" if \ :option:`GPIO_PCAL9535A_0 ` && \ :option:`GPIO_PCAL9535A ` && \ :option:`GPIO ` && \ :option:`I2C ` && \ :option:`BOARD_GALILEO ` depends on \ :option:`GPIO_PCAL9535A_0 ` && \ :option:`GPIO_PCAL9535A ` && \ :option:`GPIO ` && \ :option:`I2C ` && \ :option:`BOARD_GALILEO ` ---- At ``drivers/gpio/Kconfig.pcal9535a:28`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:35`` → ``drivers/Kconfig:34`` → ``drivers/gpio/Kconfig:27`` Menu path: (top menu) → Device Drivers → GPIO Drivers → PCAL9535A I2C-based GPIO chip → PCAL9535A GPIO chip #0 .. parsed-literal:: config GPIO_PCAL9535A_0_DEV_NAME string prompt "PCAL9535A GPIO chip #0 Device Name" if \ :option:`GPIO_PCAL9535A_0 ` && \ :option:`GPIO_PCAL9535A ` && \ :option:`GPIO ` default "GPIO_P0" if \ :option:`GPIO_PCAL9535A_0 ` && \ :option:`GPIO_PCAL9535A ` && \ :option:`GPIO ` depends on \ :option:`GPIO_PCAL9535A_0 ` && \ :option:`GPIO_PCAL9535A ` && \ :option:`GPIO ` help Specify the device name for the PCAL9535A I2C-based GPIO chip #0. *(Definitions include propagated dependencies, including from if's and menus.)*