:orphan: .. title:: ADT7420 .. option:: CONFIG_ADT7420 *ADT7420 Temperature Sensor* Type: ``bool`` Help ==== Enable the driver for Analog Devices ADT7420 High-Accuracy 16-bit Digital I2C Temperature Sensors. Direct dependencies =================== \ :option:`I2C ` && \ :option:`HAS_DTS_GPIO ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/adt7420/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:41`` Menu path: (Top) → Device Drivers → Sensor Drivers .. parsed-literal:: menuconfig ADT7420 bool "ADT7420 Temperature Sensor" depends on \ :option:`I2C ` && \ :option:`HAS_DTS_GPIO ` && \ :option:`SENSOR ` help Enable the driver for Analog Devices ADT7420 High-Accuracy 16-bit Digital I2C Temperature Sensors. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*