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 Feb 13, 2022
1 parent 5243663 commit d9a4a3d985ace9a7d6edd6f60ed765443f0c8ae5
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 d9a4a3d

Please sign in to comment.