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

drivers/ph_oem: Update kconfig model

This commit is contained in:
MrKevinWeiss 2022-03-02 14:03:52 +01:00
parent 9f918a8ee0
commit 5f85c26f78
No known key found for this signature in database
GPG Key ID: 3514539D7808D123

View File

@ -15,3 +15,9 @@ config MODULE_PH_OEM
select MODULE_PERIPH_GPIO_IRQ
select MODULE_PERIPH_I2C
select MODULE_XTIMER
config HAVE_PH_OEM
bool
select MODULE_PH_OEM if MODULE_SAUL_DEFAULT
help
Indicates that a Atlas Scientific pH OEM sensor is present.