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

drivers/bmp180: Model saul_default in kconfig

This commit is contained in:
MrKevinWeiss 2022-01-10 10:02:53 +01:00
parent 0861012200
commit 0250bf20e3
No known key found for this signature in database
GPG Key ID: 3514539D7808D123

View File

@ -12,3 +12,9 @@ config MODULE_BMP180
select MODULE_PERIPH_I2C
select MODULE_ZTIMER
select MODULE_ZTIMER_MSEC
config HAVE_BMP180
bool
select MODULE_BMP180 if MODULE_SAUL_DEFAULT
help
Indicates that a bmp180 sensor is present.