-
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¶
- 3 if
MCP9808
&&MCP9808_TRIGGER
&&SENSOR
Kconfig definition¶
At drivers/sensor/mcp9808/Kconfig:67
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:64
→ drivers/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" ifMCP9808
&&MCP9808_TRIGGER
&&SENSOR
default 3 ifMCP9808
&&MCP9808_TRIGGER
&&SENSOR
depends onMCP9808
&&MCP9808_TRIGGER
&&SENSOR
help The GPIO pin the MCP9808 interrupt is connected to.
(Definitions include propagated dependencies, including from if’s and menus.)