mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
drivers/bq2429x: Update kconfig model
This commit is contained in:
parent
b1fdef7fe5
commit
e72c11136f
@ -12,7 +12,6 @@ menuconfig MODULE_BQ2429X
|
||||
depends on TEST_KCONFIG
|
||||
select MODULE_PERIPH_I2C
|
||||
select MODULE_PERIPH_GPIO
|
||||
default y if HAVE_BQ2429X
|
||||
help
|
||||
The driver can be used with Texas Instruments USB charger ICs: BQ24295,
|
||||
BQ24296, BQ24297, BQ24298, BQ24292I, BQ24296M.
|
||||
@ -33,6 +32,7 @@ config HAVE_BQ2429X
|
||||
|
||||
config HAVE_BQ2429X_INT
|
||||
bool
|
||||
select HAVE_BQ2429X
|
||||
help
|
||||
Indicates that a BQ2429x charger and power management IC is present,
|
||||
with interrupt functionality (the INT pin is connected).
|
||||
|
Loading…
Reference in New Issue
Block a user