Kconfig 303 B

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