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

drivers/mpl3115a2/kconfig: add hardware feature

This commit is contained in:
Leandro Lanzieri 2021-11-19 09:37:02 +01:00
parent a223847621
commit 2d27b993d7
No known key found for this signature in database
GPG Key ID: F4E9A721761C7593

View File

@ -10,3 +10,9 @@ config MODULE_MPL3115A2
depends on HAS_PERIPH_I2C
depends on TEST_KCONFIG
select MODULE_PERIPH_I2C
config HAVE_MPL3115A2
bool
select MODULE_MPL3115A2 if MODULE_SAUL_DEFAULT
help
Indicates that an mpl3115a2 pressure sensor is present.