From 5f85c26f780a8c34a52199e603c03c3e0748596f Mon Sep 17 00:00:00 2001 From: MrKevinWeiss Date: Wed, 2 Mar 2022 14:03:52 +0100 Subject: [PATCH] drivers/ph_oem: Update kconfig model --- drivers/ph_oem/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/drivers/ph_oem/Kconfig b/drivers/ph_oem/Kconfig index db65bc035e..a2b0108ebf 100644 --- a/drivers/ph_oem/Kconfig +++ b/drivers/ph_oem/Kconfig @@ -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.