:orphan: .. title:: AMG88XX_I2C_MASTER_DEV_NAME .. option:: CONFIG_AMG88XX_I2C_MASTER_DEV_NAME *I2C master where AMG88XX is connected* Type: ``string`` Help ==== The I2C master device's name where the AMG88XX sensor is connected. Direct dependencies =================== \ :option:`AMG88XX ` && \ :option:`SENSOR ` *(Includes any dependencies from if's and menus.)* Defaults ======== - "I2C_0" if \ :option:`AMG88XX ` && \ :option:`SENSOR ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/amg88xx/Kconfig:33`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:35`` → ``drivers/Kconfig:64`` → ``drivers/sensor/Kconfig:36`` Menu path: (top menu) → Device Drivers → Sensor Drivers → AMG88XX Infrared Thermopile Sensor .. parsed-literal:: config AMG88XX_I2C_MASTER_DEV_NAME string prompt "I2C master where AMG88XX is connected" if \ :option:`AMG88XX ` && \ :option:`SENSOR ` default "I2C_0" if \ :option:`AMG88XX ` && \ :option:`SENSOR ` depends on \ :option:`AMG88XX ` && \ :option:`SENSOR ` help The I2C master device's name where the AMG88XX sensor is connected. *(Definitions include propagated dependencies, including from if's and menus.)*