xref: /openbmc/linux/drivers/soc/canaan/Kconfig (revision 08734e05)
1# SPDX-License-Identifier: GPL-2.0
2
3if SOC_CANAAN
4
5config K210_SYSCTL
6	bool "Canaan Kendryte K210 SoC 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