diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index 0d7b47e3476..17c5bffc595 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig @@ -57,6 +57,15 @@ config RGBLED_INVERT each LED), this selection inverts the outputs so that the colors are displayed correctly. +config RGBLED_LIGHTNESS_CORRECTION + bool "Apply Lightness Correction" + depends on RGBLED + default n + ---help--- + This selection enables an approximate CIE 1931 lightness + correction which helps the RGB LED visually fade and blend + in a more linear, smooth, and visually appealing fashion. + config PCA9635PW bool "PCA9635PW I2C LED Driver" default n