diff --git a/drivers/adt7310/Kconfig b/drivers/adt7310/Kconfig index 71b202cfaa..6f0c3b9685 100644 --- a/drivers/adt7310/Kconfig +++ b/drivers/adt7310/Kconfig @@ -12,3 +12,8 @@ config MODULE_ADT7310 select MODULE_PERIPH_SPI help Driver for the Analog Devices ADT7310 temperature sensor. + +config HAVE_ADT7310 + bool + help + Indicates that the Analog Devices ADT7310 temperature sensor is present.