]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
led: rename CONFIG_SPL_LED_SUPPORT to CONFIG_SPL_LED
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 11 Aug 2015 22:31:50 +0000 (07:31 +0900)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 08:24:17 +0000 (10:24 +0200)
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/Makefile
drivers/led/Kconfig

index aff0d05225a5b132d34a3daf049fad3ce9520ce0..ddb42152c6c6835515c6c66294e779be17225405 100644 (file)
@@ -14,7 +14,7 @@ obj-$(CONFIG_ALTERA_SDRAM) += ddr/altera/
 obj-$(CONFIG_SPL_SERIAL_SUPPORT) += serial/
 obj-$(CONFIG_SPL_SPI_FLASH_SUPPORT) += mtd/spi/
 obj-$(CONFIG_SPL_SPI_SUPPORT) += spi/
-obj-$(CONFIG_SPL_LED_SUPPORT) += led/
+obj-$(CONFIG_SPL_LED) += led/
 obj-$(CONFIG_SPL_POWER_SUPPORT) += power/ power/pmic/
 obj-$(CONFIG_SPL_POWER_SUPPORT) += power/regulator/
 obj-$(CONFIG_SPL_MTD_SUPPORT) += mtd/
index b21bc9474837f0917b6a3b1e8a84b1b612fa7cd8..2987337219d75d1dd19843d139528fb65aa3f0ec 100644 (file)
@@ -9,7 +9,7 @@ config LED
          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"
        depends on LED
        help