diff mbox series

[4/4] configs: bcm96753ref_ram_defconfig: enable led support

Message ID 20220217161707.20212-4-philippe.reynes@softathome.com
State Accepted
Commit 8fb30e3f808e884c10ff6eb88f8b87b425a10fe0
Delegated to: Tom Rini
Headers show
Series [1/4] drivers: led: led_bcm6753: initial support | expand

Commit Message

Philippe REYNES Feb. 17, 2022, 4:17 p.m. UTC
Enable the led support on the refboard bcm96753ref.

Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
---
 configs/bcm96753ref_ram_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini March 7, 2022, 9:23 p.m. UTC | #1
On Thu, Feb 17, 2022 at 05:17:07PM +0100, Philippe Reynes wrote:

> Enable the led support on the refboard bcm96753ref.
> 
> Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>

Applied to u-boot/next, thanks!
diff mbox series

Patch

diff --git a/configs/bcm96753ref_ram_defconfig b/configs/bcm96753ref_ram_defconfig
index 4474797e3d..2c4408313a 100644
--- a/configs/bcm96753ref_ram_defconfig
+++ b/configs/bcm96753ref_ram_defconfig
@@ -58,6 +58,7 @@  CONFIG_CLK=y
 CONFIG_BCM6345_GPIO=y
 # CONFIG_INPUT is not set
 CONFIG_LED=y
+CONFIG_LED_BCM6753=y
 CONFIG_LED_BLINK=y
 CONFIG_LED_GPIO=y
 CONFIG_MISC=y