diff --git a/app/drivers/led/Kconfig b/app/drivers/led/Kconfig index b5c5ed23..5474bcc3 100644 --- a/app/drivers/led/Kconfig +++ b/app/drivers/led/Kconfig @@ -2,3 +2,11 @@ # SPDX-License-Identifier: MIT rsource "is31fl3733/Kconfig" + + +config LED_INIT_PRIORITY + int "LED initialization priority" + default 90 + help + System initialization priority for LED drivers. + \ No newline at end of file diff --git a/app/drivers/led/is31fl3733/Kconfig b/app/drivers/led/is31fl3733/Kconfig index 390a0832..087865e5 100644 --- a/app/drivers/led/is31fl3733/Kconfig +++ b/app/drivers/led/is31fl3733/Kconfig @@ -10,11 +10,4 @@ config IS31FL3733 matrix driver with 1/12 cycle rate. The device can be programmed via an I2C compatible interface. Each LED can be dimmed individually with 8-bit PWM data - which allowing 256 steps of linear dimming - -config LED_INIT_PRIORITY - int "LED initialization priority" - default 90 - help - System initialization priority for LED drivers. - \ No newline at end of file + which allowing 256 steps of linear dimming \ No newline at end of file