mirror of
https://xff.cz/git/u-boot/
synced 2025-09-25 20:41:16 +02:00
led: rename CONFIG_SPL_LED_SUPPORT to CONFIG_SPL_LED
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
committed by
Tom Rini
parent
26d5fa805d
commit
f0cd245448
@@ -14,7 +14,7 @@ obj-$(CONFIG_ALTERA_SDRAM) += ddr/altera/
|
|||||||
obj-$(CONFIG_SPL_SERIAL_SUPPORT) += serial/
|
obj-$(CONFIG_SPL_SERIAL_SUPPORT) += serial/
|
||||||
obj-$(CONFIG_SPL_SPI_FLASH_SUPPORT) += mtd/spi/
|
obj-$(CONFIG_SPL_SPI_FLASH_SUPPORT) += mtd/spi/
|
||||||
obj-$(CONFIG_SPL_SPI_SUPPORT) += 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/ power/pmic/
|
||||||
obj-$(CONFIG_SPL_POWER_SUPPORT) += power/regulator/
|
obj-$(CONFIG_SPL_POWER_SUPPORT) += power/regulator/
|
||||||
obj-$(CONFIG_SPL_MTD_SUPPORT) += mtd/
|
obj-$(CONFIG_SPL_MTD_SUPPORT) += mtd/
|
||||||
|
@@ -9,7 +9,7 @@ config LED
|
|||||||
can provide access to board-specific LEDs. Use of the device tree
|
can provide access to board-specific LEDs. Use of the device tree
|
||||||
for configuration is encouraged.
|
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 LED
|
||||||
help
|
help
|
||||||
|
Reference in New Issue
Block a user