From: Sagar Shrikant Kadam Date: Tue, 1 Oct 2019 17:00:47 +0000 (-0700) Subject: configs: fu540: enable gpio driver X-Git-Tag: v2020.01-rc1~18^2~1 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b332a897993bbcaa91e4c45fbe39212c1c528be1;p=oweals%2Fu-boot.git configs: fu540: enable gpio driver Enable the DM based GPIO driver for FU540-C000 SoC. Signed-off-by: Sagar Shrikant Kadam Reviewed-by: Bin Meng Tested-by: Bin Meng --- diff --git a/board/sifive/fu540/Kconfig b/board/sifive/fu540/Kconfig index 5d65080429..5ca21474de 100644 --- a/board/sifive/fu540/Kconfig +++ b/board/sifive/fu540/Kconfig @@ -44,6 +44,9 @@ config BOARD_SPECIFIC_OPTIONS # dummy imply MMC_SPI imply MMC_BROKEN_CD imply CMD_MMC + imply DM_GPIO + imply SIFIVE_GPIO + imply CMD_GPIO imply SMP endif