From 1bd57ff540fc6734d3a27be170109e891d6664cf Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Tue, 23 Jun 2015 16:01:28 +0200 Subject: arm: socfpga: Enable DWAPB GPIO driver Enable the DWAPB GPIO driver for SoCFPGA Cyclone V and Arria V. Signed-off-by: Marek Vasut Cc: Simon Glass Cc: Dinh Nguyen --- configs/socfpga_arria5_defconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configs/socfpga_arria5_defconfig') diff --git a/configs/socfpga_arria5_defconfig b/configs/socfpga_arria5_defconfig index dcd5cb3..eb3bf1b 100644 --- a/configs/socfpga_arria5_defconfig +++ b/configs/socfpga_arria5_defconfig @@ -9,6 +9,8 @@ CONFIG_SPL=y CONFIG_OF_CONTROL=y CONFIG_SPL_OF_CONTROL=y CONFIG_SPI_FLASH=y +CONFIG_DM_GPIO=y +CONFIG_DWAPB_GPIO=y CONFIG_SPL_DM=y CONFIG_SPL_MMC_SUPPORT=y CONFIG_DM_SEQ_ALIAS=y -- cgit v1.1