CONFIG_MCP9808_GPIO_CONTROLLER

GPIO controller for MCP9808 interrupt

Type: string

Help

The GPIO controller the MCP9808 interrupt is connected to.

Direct dependencies

MCP9808 && MCP9808_TRIGGER && SENSOR

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

Defaults

Kconfig definition

At drivers/sensor/mcp9808/Kconfig:60

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:64drivers/sensor/Kconfig:102

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

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

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