diff options
author | Conor Dooley | 2022-02-17 10:13:50 +0000 |
---|---|---|
committer | Nicolas Ferre | 2022-02-25 12:50:59 +0100 |
commit | d0054a470c33902f5ae88835ed8a8ecc3cf8faa4 (patch) | |
tree | 910fd52c07c58d0cf3f02763ecdf8ff7b6d704c9 /drivers/soc/Makefile | |
parent | f8e0f301c46112a15d0b9ab792602875f00010ef (diff) |
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/ |