mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
drivers/adxl345: Model saul_default in kconfig
This commit is contained in:
parent
361d41db05
commit
0861012200
@ -10,3 +10,9 @@ config MODULE_ADXL345
|
||||
depends on HAS_PERIPH_I2C
|
||||
depends on TEST_KCONFIG
|
||||
select MODULE_PERIPH_I2C
|
||||
|
||||
config HAVE_ADXL345
|
||||
bool
|
||||
select MODULE_ADXL345 if MODULE_SAUL_DEFAULT
|
||||
help
|
||||
Indicates that a adxl345 sensor is present.
|
||||
|
Loading…
Reference in New Issue
Block a user