summaryrefslogtreecommitdiff
path: root/drivers/soc/kendryte/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/soc/kendryte/Kconfig')
-rw-r--r--drivers/soc/kendryte/Kconfig14
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/soc/kendryte/Kconfig b/drivers/soc/kendryte/Kconfig
deleted file mode 100644
index 49785b1b0217..000000000000
--- a/drivers/soc/kendryte/Kconfig
+++ /dev/null
@@ -1,14 +0,0 @@
-# SPDX-License-Identifier: GPL-2.0
-
-if SOC_KENDRYTE
-
-config K210_SYSCTL
- bool "Kendryte K210 system controller"
- default y
- depends on RISCV
- help
- Enables controlling the K210 various clocks and to enable
- general purpose use of the extra 2MB of SRAM normally
- reserved for the AI engine.
-
-endif