diff options
Diffstat (limited to 'src/soc/rockchip/rk3399/Kconfig')
-rw-r--r-- | src/soc/rockchip/rk3399/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/rockchip/rk3399/Kconfig b/src/soc/rockchip/rk3399/Kconfig index 0c1f258ded..283f6c2c9e 100644 --- a/src/soc/rockchip/rk3399/Kconfig +++ b/src/soc/rockchip/rk3399/Kconfig @@ -7,9 +7,9 @@ config SOC_ROCKCHIP_RK3399 select ARCH_VERSTAGE_ARMV8_64 select ARM64_A53_ERRATUM_843419 select BOOTBLOCK_CONSOLE + select DRIVERS_UART_8250MEM_32 select GENERIC_UDELAY select HAVE_MONOTONIC_TIMER - select HAVE_UART_SPECIAL select UNCOMPRESSED_RAMSTAGE if SOC_ROCKCHIP_RK3399 |