This commit is contained in:
retic1337 2020-12-30 18:58:16 -08:00
parent 0658e8d865
commit fc1dfed471
2 changed files with 9 additions and 8 deletions

View file

@ -2,3 +2,11 @@
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
rsource "is31fl3733/Kconfig" rsource "is31fl3733/Kconfig"
config LED_INIT_PRIORITY
int "LED initialization priority"
default 90
help
System initialization priority for LED drivers.

View file

@ -11,10 +11,3 @@ config IS31FL3733
programmed via an I2C compatible interface. Each programmed via an I2C compatible interface. Each
LED can be dimmed individually with 8-bit PWM data LED can be dimmed individually with 8-bit PWM data
which allowing 256 steps of linear dimming which allowing 256 steps of linear dimming
config LED_INIT_PRIORITY
int "LED initialization priority"
default 90
help
System initialization priority for LED drivers.