aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/soc/Makefile
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2019-11-07 10:20:39 +0100
committerPaul Walmsley <paul.walmsley@sifive.com>2019-12-20 03:40:24 -0800
commit9209fb51896fe0eef8dfac85afe1f357e9265c0d (patch)
treed169219e01f1c6d347937657ff7404a141531cca /drivers/soc/Makefile
parentriscv: define vmemmap before pfn_to_page calls (diff)
downloadwireguard-linux-9209fb51896fe0eef8dfac85afe1f357e9265c0d.tar.xz
wireguard-linux-9209fb51896fe0eef8dfac85afe1f357e9265c0d.zip
riscv: move sifive_l2_cache.c to drivers/soc
The sifive_l2_cache.c is in no way related to RISC-V architecture memory management. It is a little stub driver working around the fact that the EDAC maintainers prefer their drivers to be structured in a certain way that doesn't fit the SiFive SOCs. Move the file to drivers/soc and add a Kconfig option for it, as well as the whole drivers/soc boilerplate for CONFIG_SOC_SIFIVE. Fixes: a967a289f169 ("RISC-V: sifive_l2_cache: Add L2 cache controller driver for SiFive SoCs") Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Borislav Petkov <bp@suse.de> [paul.walmsley@sifive.com: keep the MAINTAINERS change specific to the L2$ controller code] Signed-off-by: Paul Walmsley <paul.walmsley@sifive.com>
Diffstat (limited to 'drivers/soc/Makefile')
-rw-r--r--drivers/soc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/Makefile b/drivers/soc/Makefile
index 2ec355003524..8b49d782a1ab 100644
--- a/drivers/soc/Makefile
+++ b/drivers/soc/Makefile
@@ -20,6 +20,7 @@ obj-y += qcom/
obj-y += renesas/
obj-$(CONFIG_ARCH_ROCKCHIP) += rockchip/
obj-$(CONFIG_SOC_SAMSUNG) += samsung/
+obj-$(CONFIG_SOC_SIFIVE) += sifive/
obj-y += sunxi/
obj-$(CONFIG_ARCH_TEGRA) += tegra/
obj-y += ti/