summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-socfpga
diff options
context:
space:
mode:
authorSteffen Trumtrar <s.trumtrar@pengutronix.de>2018-11-15 10:05:30 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2018-11-19 15:36:47 +0100
commit34a9cd2a46511510683863d1b07f691665c00d1b (patch)
treedb9e9d2c2da89b874714b61a347049132c1778be /arch/arm/mach-socfpga
parent783d6ed0a64eccace361e8b2fceae22ac4dbd711 (diff)
downloadbarebox-34a9cd2a46511510683863d1b07f691665c00d1b.tar.gz
barebox-34a9cd2a46511510683863d1b07f691665c00d1b.tar.xz
ARM: socfpga: select GPIOLIB for non-xload
SoCFPGA has GPIOs. Select it for the normal bootloader. For the xload barebox, do not select it to not waste space. Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-socfpga')
-rw-r--r--arch/arm/mach-socfpga/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-socfpga/Kconfig b/arch/arm/mach-socfpga/Kconfig
index 65097b676a..3d8fc8ba42 100644
--- a/arch/arm/mach-socfpga/Kconfig
+++ b/arch/arm/mach-socfpga/Kconfig
@@ -21,6 +21,7 @@ config ARCH_SOCFPGA_CYCLONE5
select HAVE_PBL_MULTI_IMAGES
select OFDEVICE if !ARCH_SOCFPGA_XLOAD
select OFTREE if !ARCH_SOCFPGA_XLOAD
+ select GPIOLIB if !ARCH_SOCFPGA_XLOAD
config ARCH_SOCFPGA_ARRIA10
bool