CONFIG_MCP9808_GPIO_PIN

GPIO pin for MCP9808 interrupt

Type: int

Help

The GPIO pin 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:67

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_PIN
    int
    prompt "GPIO pin for MCP9808 interrupt" if MCP9808 && MCP9808_TRIGGER && SENSOR
    default 3 if MCP9808 && MCP9808_TRIGGER && SENSOR
    depends on MCP9808 && MCP9808_TRIGGER && SENSOR
    help
      The GPIO pin the MCP9808 interrupt is connected to.

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