The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_MCP9808_GPIO_CONTROLLER

GPIO controller for MCP9808 interrupt

Type: string

Help

The GPIO controller the MCP9808 interrupt is connected to.

Direct dependencies

MCP9808_TRIGGER && MCP9808 && SENSOR

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/sensor/mcp9808/Kconfig:57

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:62drivers/sensor/Kconfig:100

Menu path: (top menu) → Device Drivers → Sensor Drivers → MCP9808 temperature sensor

config MCP9808_GPIO_CONTROLLER
    string
    prompt "GPIO controller for MCP9808 interrupt" if MCP9808_TRIGGER && MCP9808 && SENSOR
    default "GPIO_0" if MCP9808_TRIGGER && MCP9808 && SENSOR
    depends on MCP9808_TRIGGER && MCP9808 && SENSOR
    help
      The GPIO controller the MCP9808 interrupt is connected to.

(Definitions include propagated dependencies, including from if’s and menus.)