1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:12:57 +01:00

drivers/lc709203f: add module to Kconfig

This commit is contained in:
Leandro Lanzieri 2020-12-03 17:29:08 +01:00
parent 24968e71eb
commit 5d487d60b7
No known key found for this signature in database
GPG Key ID: F4E9A721761C7593
2 changed files with 17 additions and 0 deletions

View File

@ -78,6 +78,7 @@ rsource "isl29125/Kconfig"
rsource "itg320x/Kconfig"
rsource "jc42/Kconfig"
rsource "l3g4200d/Kconfig"
rsource "lc709203f/Kconfig"
rsource "lpsxxx/Kconfig"
rsource "mag3110/Kconfig"
rsource "mma8x5x/Kconfig"

16
drivers/lc709203f/Kconfig Normal file
View File

@ -0,0 +1,16 @@
# Copyright (c) 2020 HAW Hamburg
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
config MODULE_LC709203F
bool "LC709203F Battery Fuel Gauge"
depends on HAS_PERIPH_I2C
depends on HAS_PERIPH_GPIO
depends on HAS_PERIPH_GPIO_IRQ
depends on TEST_KCONFIG
select MODULE_PERIPH_I2C
select MODULE_PERIPH_GPIO
select MODULE_PERIPH_GPIO_IRQ