diff options
| author | Philippe Reynes <[email protected]> | 2019-03-22 17:02:04 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-04-23 17:57:22 -0400 |
| commit | 102b2317d85134089f55839df2e6c2129eb7bc6b (patch) | |
| tree | 1a9acd3843d0d16e1ae51677d1ccd98c957ac811 | |
| parent | 96899219216c5740d2aac13fc72de510bb9dea73 (diff) | |
bcm968580xref: enable led support
Enable the led support in the configuration
of the board bcm968580xref.
Signed-off-by: Philippe Reynes <[email protected]>
| -rw-r--r-- | configs/bcm968580xref_ram_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/bcm968580xref_ram_defconfig b/configs/bcm968580xref_ram_defconfig index bfd7f0e9104..62c33d174fb 100644 --- a/configs/bcm968580xref_ram_defconfig +++ b/configs/bcm968580xref_ram_defconfig @@ -28,6 +28,9 @@ CONFIG_BLK=y CONFIG_CLK=y CONFIG_DM_GPIO=y CONFIG_BCM6345_GPIO=y +CONFIG_LED=y +CONFIG_LED_BCM6858=y +CONFIG_LED_BLINK=y # CONFIG_MMC is not set CONFIG_MTD=y CONFIG_NAND=y |
