Skip to content
Permalink
Browse files
RISC-V: Enable SIFIVE_L2_FLUSH for StarFive SoCs
Signed-off-by: Emil Renner Berthing <kernel@esmil.dk>
  • Loading branch information
esmil committed Jan 23, 2022
1 parent 69085b1 commit c17f07c367229d46348e9005d004d8b3416637bc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
@@ -23,6 +23,8 @@ config SOC_STARFIVE
bool "StarFive SoCs"
select PINCTRL
select RESET_CONTROLLER
select SIFIVE_L2
select SIFIVE_L2_FLUSH
select SIFIVE_PLIC
help
This enables support for StarFive SoC platform hardware.
@@ -23,7 +23,7 @@ obj-y += qcom/
obj-y += renesas/
obj-$(CONFIG_ARCH_ROCKCHIP) += rockchip/
obj-$(CONFIG_SOC_SAMSUNG) += samsung/
obj-$(CONFIG_SOC_SIFIVE) += sifive/
obj-y += sifive/
obj-y += sunxi/
obj-$(CONFIG_ARCH_TEGRA) += tegra/
obj-y += ti/
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-2.0

if SOC_SIFIVE
if SOC_SIFIVE || SOC_STARFIVE

config SIFIVE_L2
bool "Sifive L2 Cache controller"

0 comments on commit c17f07c

Please sign in to comment.