:orphan: .. title:: CONFIG_ADT7420 .. kconfig:: CONFIG_ADT7420 CONFIG_ADT7420 ############## *ADT7420 Temperature Sensor* Type: ``bool`` Help ==== .. code-block:: none Enable the driver for Analog Devices ADT7420 High-Accuracy 16-bit Digital I2C Temperature Sensors. Direct dependencies =================== \ :kconfig:`I2C ` && \ :kconfig:`HAS_DTS_GPIO ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/sensor/adt7420/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:41`` Menu path: (Top) → Device Drivers → Sensor Drivers .. code-block:: kconfig menuconfig ADT7420 bool "ADT7420 Temperature Sensor" depends on I2C && HAS_DTS_GPIO && 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.)*