allow multiple emc2101 (#6272)

This commit is contained in:
Samuel Sieb 2024-02-22 18:17:10 -08:00 committed by Jesse Hills
parent db5205931b
commit 5a7759f1c4
No known key found for this signature in database
GPG key ID: BEAAE804EFD8E83A

View file

@ -7,6 +7,8 @@ CODEOWNERS = ["@ellull"]
DEPENDENCIES = ["i2c"]
MULTI_CONF = True
CONF_PWM = "pwm"
CONF_DIVIDER = "divider"
CONF_DAC = "dac"