-
CONFIG_MCP9808_GPIO_PIN
¶
GPIO pin for MCP9808 interrupt
Type: int
Help¶
The GPIO pin the MCP9808 interrupt is connected to.
Direct dependencies¶
MCP9808_TRIGGER
&& MCP9808
&& SENSOR
(Includes any dependencies from if’s and menus.)
Defaults¶
- 3 if
MCP9808_TRIGGER
&&MCP9808
&&SENSOR
Kconfig definition¶
At drivers/sensor/mcp9808/Kconfig:64
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:62
→ drivers/sensor/Kconfig:100
Menu path: (top menu) → Device Drivers → Sensor Drivers → MCP9808 temperature sensor
config MCP9808_GPIO_PIN int prompt "GPIO pin for MCP9808 interrupt" ifMCP9808_TRIGGER
&&MCP9808
&&SENSOR
default 3 ifMCP9808_TRIGGER
&&MCP9808
&&SENSOR
depends onMCP9808_TRIGGER
&&MCP9808
&&SENSOR
help The GPIO pin the MCP9808 interrupt is connected to.
(Definitions include propagated dependencies, including from if’s and menus.)