soc: sifive: ccache: Add StarFive JH7110 support
authorEmil Renner Berthing <kernel@esmil.dk>
Tue, 20 Dec 2022 01:12:45 +0000 (09:12 +0800)
committerConor Dooley <conor.dooley@microchip.com>
Mon, 26 Dec 2022 22:50:15 +0000 (22:50 +0000)
This adds support for the StarFive JH7110 SoC which also
features this SiFive cache controller.

Signed-off-by: Emil Renner Berthing <kernel@esmil.dk>
Signed-off-by: Hal Feng <hal.feng@starfivetech.com>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
drivers/soc/Makefile
drivers/soc/sifive/Kconfig

index fff513bd522dbc539b7383e5e4fd4df0137579ec..129135b3b90d6b2c4ca418daaa7e7be44994c99a 100644 (file)
@@ -27,7 +27,7 @@ obj-y                         += qcom/
 obj-y                          += renesas/
 obj-y                          += 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/
index ed4c571f8771b355f76e079185f38c312b25907a..e86870be34c9562d861587263e5546cf1ebae138 100644 (file)
@@ -1,6 +1,6 @@
 # SPDX-License-Identifier: GPL-2.0
 
-if SOC_SIFIVE
+if SOC_SIFIVE || SOC_STARFIVE
 
 config SIFIVE_CCACHE
        bool "Sifive Composable Cache controller"