summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorQuan Nguyen <quan@os.amperecomputing.com>2022-09-29 11:43:20 +0200
committerLee Jones <lee@kernel.org>2022-12-07 14:28:07 +0100
commitf19fd81ba1ea34a4ddb771cc3b64059f6e666b12 (patch)
tree55f9cc7a39aac3ca4996e2caf0947465fff87ddd /drivers/mfd/Kconfig
parentdt-bindings: mfd: qcom,spmi-pmic: Drop PWM reg dependency (diff)
downloadlinux-f19fd81ba1ea34a4ddb771cc3b64059f6e666b12.tar.xz
linux-f19fd81ba1ea34a4ddb771cc3b64059f6e666b12.zip
mfd: Add Ampere's Altra SMpro MFD driver
Adds Multi-function devices driver for SMpro co-processor found on the Mt.Jade hardware reference platform with Ampere's Altra processor family. Signed-off-by: Quan Nguyen <quan@os.amperecomputing.com> Signed-off-by: Lee Jones <lee@kernel.org> Link: https://lore.kernel.org/r/20220929094321.770125-9-quan@os.amperecomputing.com
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 8b93856de432..9e77f4762999 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -77,6 +77,18 @@ config MFD_AS3711
help
Support for the AS3711 PMIC from AMS
+config MFD_SMPRO
+ tristate "Ampere Computing SMpro core driver"
+ depends on I2C
+ select MFD_CORE
+ select REGMAP_I2C
+ help
+ Say yes here to enable SMpro driver support for Ampere's Altra
+ processor family.
+
+ Ampere's Altra SMpro exposes an I2C regmap interface that can
+ be accessed by child devices.
+
config MFD_AS3722
tristate "ams AS3722 Power Management IC"
select MFD_CORE