1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:12:57 +01:00

drivers/lpsxxx: Allow SAUL_DEFAULT in kconfig

This commit is contained in:
MrKevinWeiss 2021-12-14 16:18:53 +01:00
parent e6352fd383
commit ac769807c4
No known key found for this signature in database
GPG Key ID: 3514539D7808D123

View File

@ -21,10 +21,10 @@ if MODULE_LPSXXX
choice
bool "sensor variant"
default MODULE_LPS331AP if HAS_LPS331AP
default MODULE_LPS22HB if HAS_LPS22HB
default MODULE_LPS22HH if HAS_LPS22HH
default MODULE_LPS25HB if HAS_LPS25HB
default MODULE_LPS331AP if HAVE_LPS331AP
default MODULE_LPS22HB if HAVE_LPS22HB
default MODULE_LPS22HH if HAVE_LPS22HH
default MODULE_LPS25HB if HAVE_LPS25HB
help
Device driver for the LPSXXX pressure sensor family
(LPS331AP/LPS25HB/LPS22HB/LPS22HH). Select a model.