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

drivers/mma8x5x: add HAVE_MMA8X5X

This commit is contained in:
Francisco Molina 2021-11-25 12:02:27 +01:00
parent bbda5fabfe
commit dbdaa776e4

View File

@ -32,3 +32,9 @@ config MMA8X5X_I2C_ADDRESS
Default value corresponds to SA0 connected to VCC.
endif # KCONFIG_USEMODULE_MMA8X5X
config HAVE_MMA8X5X
bool
select MODULE_MMA8X5X if MODULE_SAUL_DEFAULT
help
Indicates that a MMA8x5x is present