1# 2# Copyright 2022 Huawei France Technologies SASU 3# 4# SPDX-License-Identifier: Apache-2.0 5# 6 7choice 8prompt "Rockchip RK3399 SoC" 9depends on SOC_SERIES_RK3399 10 11config SOC_RK3399 12 bool "Rockchip RK3399" 13 select ARM64 14 select CPU_CORTEX_A53 15 select ARM_ARCH_TIMER if SYS_CLOCK_EXISTS 16 17endchoice 18