CONFIG_GPIO_NCT38XX

NCT38XX I2C-based GPIO chip

Type: bool

Help

Enable driver for NCT38XX I2C-based GPIO chip.

Direct dependencies

I2C && GPIO

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/drivers/gpio/Kconfig.nct38xx:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/Kconfig:36<Zephyr>/drivers/gpio/Kconfig:116

Menu path: (Top) → Device Drivers → GPIO Drivers

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.)