1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-28 23:49:47 +01:00

drivers/tps6274x: Update kconfig model

This commit is contained in:
MrKevinWeiss 2022-03-02 14:04:02 +01:00
parent 442f072059
commit 622deb1e55
No known key found for this signature in database
GPG Key ID: 3514539D7808D123

View File

@ -10,3 +10,8 @@ config MODULE_TPS6274X
depends on HAS_PERIPH_GPIO
depends on TEST_KCONFIG
select MODULE_PERIPH_GPIO
config HAVE_TPS6274X
bool
help
Indicates that a TPS6274x DC-DC converter is present.