diff options
Diffstat (limited to 'arch/arm/mach-rockchip/rk3036/Kconfig')
-rw-r--r-- | arch/arm/mach-rockchip/rk3036/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-rockchip/rk3036/Kconfig b/arch/arm/mach-rockchip/rk3036/Kconfig index 9263608..c63db34 100644 --- a/arch/arm/mach-rockchip/rk3036/Kconfig +++ b/arch/arm/mach-rockchip/rk3036/Kconfig @@ -2,9 +2,11 @@ if ROCKCHIP_RK3036 config TARGET_EVB_RK3036 bool "EVB_RK3036" + select BOARD_LATE_INIT config TARGET_KYLIN_RK3036 bool "KYLIN_RK3036" + select BOARD_LATE_INIT config SYS_SOC default "rockchip" |