]> git.sur5r.net Git - u-boot/blobdiff - drivers/led/Kconfig
ARM: keystone2: Refactor MSMC macros to avoid #ifdeffery
[u-boot] / drivers / led / Kconfig
index de5feea8dd3df15cb5418b844ae9979b4aecaccb..fe74403460a94c95914fc5107fc79c667bd736ed 100644 (file)
@@ -1,3 +1,5 @@
+menu "LED Support"
+
 config LED
        bool "Enable LED support"
        depends on DM
 config LED
        bool "Enable LED support"
        depends on DM
@@ -7,9 +9,9 @@ config LED
          can provide access to board-specific LEDs. Use of the device tree
          for configuration is encouraged.
 
          can provide access to board-specific LEDs. Use of the device tree
          for configuration is encouraged.
 
-config SPL_LED_SUPPORT
+config SPL_LED
        bool "Enable LED support in SPL"
        bool "Enable LED support in SPL"
-       depends on LED
+       depends on SPL && SPL_DM
        help
          The LED subsystem adds a small amount of overhead to the image.
          If this is acceptable and you have a need to use LEDs in SPL,
        help
          The LED subsystem adds a small amount of overhead to the image.
          If this is acceptable and you have a need to use LEDs in SPL,
@@ -24,3 +26,12 @@ config LED_GPIO
          GPIOs may be on the SoC or some other device which provides GPIOs.
          The GPIO driver must used driver model. LEDs are configured using
          the device tree.
          GPIOs may be on the SoC or some other device which provides GPIOs.
          The GPIO driver must used driver model. LEDs are configured using
          the device tree.
+
+config SPL_LED_GPIO
+       bool "LED support for GPIO-connected LEDs in SPL"
+        depends on SPL_LED && DM_GPIO
+       help
+         This option is an SPL-variant of the LED_GPIO option.
+         See the help of LED_GPIO for details.
+
+endmenu