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

drivers/pca9685: Update kconfig model

This commit is contained in:
MrKevinWeiss 2022-03-02 14:03:50 +01:00
parent 9a3b4f7b9d
commit 6dfe07de17
No known key found for this signature in database
GPG Key ID: 3514539D7808D123

View File

@ -14,3 +14,9 @@ config MODULE_PCA9685
select MODULE_PERIPH_GPIO
select MODULE_PERIPH_I2C
select MODULE_XTIMER
config HAVE_PCA9685
bool
select MODULE_PCA9685 if MODULE_SAUL_DEFAULT
help
Indicates that a PCA9685 I2C PWM controller controller is present.