From b7e1557355fc091c1b459f7a70343d5585d259dd Mon Sep 17 00:00:00 2001 From: Julius Werner Date: Tue, 5 Dec 2017 14:51:09 -0800 Subject: rockchip/rk3399: Select GENERIC_GPIO_LIB Kconfig This option should've been selected by RK3399 the whole time since the SoC supports the interface. It wasn't really a big deal until now where I'm trying to use a the base2 read helper, though. Change-Id: Ib7a5f00a6680163105fc0598ce77d03f3645f05a Signed-off-by: Julius Werner Reviewed-on: https://review.coreboot.org/22744 Reviewed-by: Aaron Durbin Tested-by: build bot (Jenkins) --- src/soc/rockchip/rk3399/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/rockchip/rk3399/Kconfig') diff --git a/src/soc/rockchip/rk3399/Kconfig b/src/soc/rockchip/rk3399/Kconfig index 5e7c55a7f9..7bc923efce 100644 --- a/src/soc/rockchip/rk3399/Kconfig +++ b/src/soc/rockchip/rk3399/Kconfig @@ -8,6 +8,7 @@ config SOC_ROCKCHIP_RK3399 select ARM64_USE_ARM_TRUSTED_FIRMWARE select BOOTBLOCK_CONSOLE select DRIVERS_UART_8250MEM_32 + select GENERIC_GPIO_LIB select GENERIC_UDELAY select HAVE_MONOTONIC_TIMER select UART_OVERRIDE_REFCLK -- cgit v1.2.3