From f5ed3605851abe428e36ceb775bf9a704fc5fe01 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Mon, 16 Jul 2018 14:12:43 +0200 Subject: xilinx: Enable led support for some boards Enable led support for boards which have "gpio-leds" node. And also for microblaze which is converted to DM_GPIO now. Tested on zcu100. Signed-off-by: Michal Simek --- configs/microblaze-generic_defconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configs/microblaze-generic_defconfig') diff --git a/configs/microblaze-generic_defconfig b/configs/microblaze-generic_defconfig index b1d0193393..4917d47cd9 100644 --- a/configs/microblaze-generic_defconfig +++ b/configs/microblaze-generic_defconfig @@ -41,6 +41,8 @@ CONFIG_NETCONSOLE=y CONFIG_SPL_DM=y CONFIG_DM_GPIO=y CONFIG_XILINX_GPIO=y +CONFIG_LED=y +CONFIG_LED_GPIO=y CONFIG_MTD_NOR_FLASH=y CONFIG_PHY_ATHEROS=y CONFIG_PHY_BROADCOM=y -- cgit v1.2.3