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

drivers/bmx055: add saul_default Kconfig selection

This commit is contained in:
Francisco Molina 2021-11-25 12:32:42 +01:00
parent 2ec6a00734
commit 272ebd73f4

View File

@ -52,5 +52,6 @@ endif # KCONFIG_USEMODULE_BMX055
config HAVE_BMX055
bool
select MODULE_BMX055 if MODULE_SAUL_DEFAULT
help
Indicates that a BMX055 9-axis sensor is present.