1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 00:09:46 +01:00

drivers/adt7310: Update kconfig model

This commit is contained in:
MrKevinWeiss 2022-03-02 14:03:28 +01:00
parent af45f94a2f
commit a3e057866c
No known key found for this signature in database
GPG Key ID: 3514539D7808D123

View File

@ -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.