diff options
author | Philippe Reynes <philippe.reynes@softathome.com> | 2022-02-17 17:17:07 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-03-07 11:36:12 -0500 |
commit | 8fb30e3f808e884c10ff6eb88f8b87b425a10fe0 (patch) | |
tree | ed7e5e68dfaf6b69ee3bdbac490f3c3e40e78f7a | |
parent | 3bf5e4343cd6d57d59a315f6f4c5b2874dd01a63 (diff) |
configs: bcm96753ref_ram_defconfig: enable led support
Enable the led support on the refboard bcm96753ref.
Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
-rw-r--r-- | configs/bcm96753ref_ram_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/bcm96753ref_ram_defconfig b/configs/bcm96753ref_ram_defconfig index 4474797e3d6..2c4408313a9 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 |