repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
drivers
/
soc
/
kendryte
/
Kconfig
blob
49785b1b0217de19237496f7f5944cbbe212a051
1
# SPDX-License-Identifier: GPL-2.0
2
3
if SOC_KENDRYTE
4
5
config 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
14
endif