diff options
Diffstat (limited to 'src/soc/rockchip/rk3288/Kconfig')
-rw-r--r-- | src/soc/rockchip/rk3288/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/rockchip/rk3288/Kconfig b/src/soc/rockchip/rk3288/Kconfig index 60d69f678f..ed8001d4db 100644 --- a/src/soc/rockchip/rk3288/Kconfig +++ b/src/soc/rockchip/rk3288/Kconfig @@ -31,6 +31,7 @@ config SOC_ROCKCHIP_RK3288 select HAVE_UART_SPECIAL select BOOTBLOCK_CONSOLE select UNCOMPRESSED_RAMSTAGE + select GENERIC_GPIO_LIB if SOC_ROCKCHIP_RK3288 |