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:
parent
24968e71eb
commit
5d487d60b7
@ -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
16
drivers/lc709203f/Kconfig
Normal 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
|
Loading…
Reference in New Issue
Block a user