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

drivers/ltc4150/kconfig: add feature

This commit is contained in:
Leandro Lanzieri 2021-11-26 15:04:23 +01:00
parent 5054bdc786
commit 371161548c
No known key found for this signature in database
GPG Key ID: F4E9A721761C7593

View File

@ -16,3 +16,9 @@ config MODULE_LTC4150
help
Driver for the Linear Tech LTC4150 Coulomb Counter (a.k.a. battery
gauge sensor or power consumption sensor).
config HAVE_LTC4150
bool
select MODULE_LTC4150 if MODULE_SAUL_DEFAULT
help
Indicates that an ltc4150 coulomb counter is present.