drivers:soc:starfive: support driver for starfive soc.
authorsamin <samin.guo@starfivetech.com>
Fri, 15 Apr 2022 01:37:06 +0000 (09:37 +0800)
committersamin <samin.guo@starfivetech.com>
Fri, 15 Apr 2022 08:59:48 +0000 (16:59 +0800)
Add Kconfig/Makefile support for starfive soc.

Signed-off-by: samin <samin.guo@starfivetech.com>
drivers/soc/Kconfig
drivers/soc/Makefile

index e8a30c4..d1540d6 100644 (file)
@@ -17,6 +17,7 @@ source "drivers/soc/renesas/Kconfig"
 source "drivers/soc/rockchip/Kconfig"
 source "drivers/soc/samsung/Kconfig"
 source "drivers/soc/sifive/Kconfig"
+source "drivers/soc/starfive/Kconfig"
 source "drivers/soc/sunxi/Kconfig"
 source "drivers/soc/tegra/Kconfig"
 source "drivers/soc/ti/Kconfig"
index a05e9fb..79f9821 100644 (file)
@@ -23,6 +23,7 @@ obj-y                         += renesas/
 obj-$(CONFIG_ARCH_ROCKCHIP)    += rockchip/
 obj-$(CONFIG_SOC_SAMSUNG)      += samsung/
 obj-$(CONFIG_SOC_SIFIVE)       += sifive/
+obj-$(CONFIG_SOC_STARFIVE)     += starfive/
 obj-y                          += sunxi/
 obj-$(CONFIG_ARCH_TEGRA)       += tegra/
 obj-y                          += ti/