:orphan: .. title:: AMG88XX .. option:: CONFIG_AMG88XX *AMG88XX Infrared Thermopile Sensor* Type: ``bool`` Help ==== Enable driver for AMG88XX infrared thermopile sensor. Direct dependencies =================== \ :option:`I2C ` && \ :option:`SENSOR ` *(Includes any dependencies from if's and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/amg88xx/Kconfig:9`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:35`` → ``drivers/Kconfig:64`` → ``drivers/sensor/Kconfig:36`` Menu path: (top menu) → Device Drivers → Sensor Drivers .. parsed-literal:: menuconfig AMG88XX bool prompt "AMG88XX Infrared Thermopile Sensor" if \ :option:`I2C ` && \ :option:`SENSOR ` depends on \ :option:`I2C ` && \ :option:`SENSOR ` help Enable driver for AMG88XX infrared thermopile sensor. *(Definitions include propagated dependencies, including from if's and menus.)*