mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
drivers/mpl3115a2/kconfig: add hardware feature
This commit is contained in:
parent
a223847621
commit
2d27b993d7
@ -10,3 +10,9 @@ config MODULE_MPL3115A2
|
||||
depends on HAS_PERIPH_I2C
|
||||
depends on TEST_KCONFIG
|
||||
select MODULE_PERIPH_I2C
|
||||
|
||||
config HAVE_MPL3115A2
|
||||
bool
|
||||
select MODULE_MPL3115A2 if MODULE_SAUL_DEFAULT
|
||||
help
|
||||
Indicates that an mpl3115a2 pressure sensor is present.
|
||||
|
Loading…
Reference in New Issue
Block a user