]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - README
gpio_led: add support for inverted polarity
[karo-tx-uboot.git] / README
diff --git a/README b/README
index 7b393b79b34c8ffcaf272f23c7259f15a75585a9..5def773ff5aeb73c4e70f83cbbcd6897c4a07cea 100644 (file)
--- a/README
+++ b/README
@@ -1971,6 +1971,13 @@ CBFS (Coreboot Filesystem) support
                status LED backend implementation. Define CONFIG_GPIO_LED
                to include the gpio_led driver in the U-Boot binary.
 
+               CONFIG_GPIO_LED_INVERTED_TABLE
+               Some GPIO connected LEDs may have inverted polarity in which
+               case the GPIO high value corresponds to LED off state and
+               GPIO low value corresponds to LED on state.
+               In such cases CONFIG_GPIO_LED_INVERTED_TABLE may be defined
+               with a list of GPIO LEDs that have inverted polarity.
+
 - CAN Support: CONFIG_CAN_DRIVER
 
                Defining CONFIG_CAN_DRIVER enables CAN driver support