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

drivers/ad7746: Update kconfig model

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

View File

@ -14,3 +14,9 @@ config MODULE_AD7746
select MODULE_ZTIMER_MSEC
help
AD7746 Capacitance-to-digital converter with temperature sensor driver.
config HAVE_AD7746
bool
select MODULE_AD7746 if MODULE_SAUL_DEFAULT
help
Indicates that an AD7746 capacitance-to-digital converter is present.