diff options
author | Conor Dooley <conor.dooley@microchip.com> | 2022-02-17 11:13:50 +0100 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@microchip.com> | 2022-02-25 12:50:59 +0100 |
commit | d0054a470c33902f5ae88835ed8a8ecc3cf8faa4 (patch) | |
tree | 910fd52c07c58d0cf3f02763ecdf8ff7b6d704c9 /drivers/soc/Makefile | |
parent | ARM: at91: Kconfig: select PM_OPP (diff) | |
download | linux-d0054a470c33902f5ae88835ed8a8ecc3cf8faa4.tar.xz linux-d0054a470c33902f5ae88835ed8a8ecc3cf8faa4.zip |
soc: add microchip polarfire soc system controller
This driver provides an interface for other drivers to access the
functions of the system controller on the Microchip PolarFire SoC.
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Link: https://lore.kernel.org/r/20220217101349.2374873-2-conor.dooley@microchip.com
Diffstat (limited to 'drivers/soc/Makefile')
-rw-r--r-- | drivers/soc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/Makefile b/drivers/soc/Makefile index adb30c2d4fea..904eec2a7871 100644 --- a/drivers/soc/Makefile +++ b/drivers/soc/Makefile @@ -18,6 +18,7 @@ obj-y += ixp4xx/ obj-$(CONFIG_SOC_XWAY) += lantiq/ obj-$(CONFIG_LITEX_SOC_CONTROLLER) += litex/ obj-y += mediatek/ +obj-y += microchip/ obj-y += amlogic/ obj-y += qcom/ obj-y += renesas/ |