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
/
sifive
/
Kconfig
blob
58cf8c40d08d53e86fa27ba482a5cc3b1d1d1a55
1
# SPDX-License-Identifier: GPL-2.0
2
3
if SOC_SIFIVE
4
5
config SIFIVE_L2
6
bool "Sifive L2 Cache controller"
7
help
8
Support for the L2 cache controller on SiFive platforms.
9
10
endif