We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f0aa18 commit 64550d5Copy full SHA for 64550d5
3 files changed
arch/riscv/Kconfig.socs
@@ -23,6 +23,8 @@ config SOC_STARFIVE
23
bool "StarFive SoCs"
24
select PINCTRL
25
select RESET_CONTROLLER
26
+ select SIFIVE_L2
27
+ select SIFIVE_L2_FLUSH
28
select SIFIVE_PLIC
29
help
30
This enables support for StarFive SoC platform hardware.
drivers/soc/Makefile
@@ -22,7 +22,7 @@ obj-y += qcom/
22
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/
drivers/soc/sifive/Kconfig
@@ -1,6 +1,6 @@
1
# SPDX-License-Identifier: GPL-2.0
2
3
-if SOC_SIFIVE
+if SOC_SIFIVE || SOC_STARFIVE
4
5
config SIFIVE_L2
6
bool "Sifive L2 Cache controller"
0 commit comments