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

drivers/ccs811/kconfig: add feature symbol

This commit is contained in:
Leandro Lanzieri 2021-11-12 14:58:14 +01:00
parent ab84ec5134
commit a8d679062a
No known key found for this signature in database
GPG Key ID: F4E9A721761C7593

View File

@ -26,3 +26,9 @@ config MODULE_CCS811_FULL
- data ready and threshold interrupt handling
- compensate gas readings using an external sensor
- manual baseline handling
config HAVE_CCS811
bool
select MODULE_CCS811 if MODULE_SAUL_DEFAULT
help
Indicates that a ccs811 sensor is present.