1# SPDX-License-Identifier: GPL-2.0 2 3if SOC_KENDRYTE 4 5config K210_SYSCTL 6 bool "Kendryte K210 system controller" 7 default y 8 depends on RISCV 9 help 10 Enables controlling the K210 various clocks and to enable 11 general purpose use of the extra 2MB of SRAM normally 12 reserved for the AI engine. 13 14endif 15