diff options
| author | Masahiro Yamada <[email protected]> | 2015-08-12 07:31:50 +0900 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-08-18 13:46:03 -0400 |
| commit | f0cd2454488fcceacc89bd1214e8a54ff581c2ba (patch) | |
| tree | a50008757c98cf20c108950e71b223362912726f | |
| parent | 26d5fa805d07bc6beec27e235bde1ef3a12ff071 (diff) | |
led: rename CONFIG_SPL_LED_SUPPORT to CONFIG_SPL_LED
Signed-off-by: Masahiro Yamada <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
| -rw-r--r-- | drivers/Makefile | 2 | ||||
| -rw-r--r-- | drivers/led/Kconfig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/Makefile b/drivers/Makefile index aff0d05225a..ddb42152c6c 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -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/ diff --git a/drivers/led/Kconfig b/drivers/led/Kconfig index b21bc947483..2987337219d 100644 --- a/drivers/led/Kconfig +++ b/drivers/led/Kconfig @@ -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 |
