:orphan: .. title:: CONFIG_GPIO_NCT38XX .. kconfig:: CONFIG_GPIO_NCT38XX CONFIG_GPIO_NCT38XX ################### *NCT38XX I2C-based GPIO chip* Type: ``bool`` Help ==== .. code-block:: none Enable driver for NCT38XX I2C-based GPIO chip. Direct dependencies =================== \ :kconfig:`I2C ` && \ :kconfig:`GPIO ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/gpio/Kconfig.nct38xx:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:36`` → ``/gpio/Kconfig:118`` Menu path: (Top) → Device Drivers → GPIO Drivers .. code-block:: kconfig config GPIO_NCT38XX bool "NCT38XX I2C-based GPIO chip" depends on I2C && GPIO help Enable driver for NCT38XX I2C-based GPIO chip. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*