diff options
author | Michael Walle <michael@walle.cc> | 2020-09-14 23:43:31 +0200 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2020-09-17 15:57:26 +0100 |
commit | a538ad229bbee4f8c68204c75b2e1ae43db875d6 (patch) | |
tree | 4f9fc5157e8e4bab493b64e080a449bed70efa7e /drivers/mfd/Kconfig | |
parent | 48e28a249e3bcc31e6a2d27267410a6f5a03e39e (diff) | |
download | linux-a538ad229bbee4f8c68204c75b2e1ae43db875d6.tar.gz linux-a538ad229bbee4f8c68204c75b2e1ae43db875d6.tar.bz2 linux-a538ad229bbee4f8c68204c75b2e1ae43db875d6.zip |
mfd: simple-mfd-i2c: Add sl28cpld support
Add the core support for the board management controller found on the
SMARC-sAL28 board.
Also add a virtual symbol which pulls in the simple-mfd-i2c driver and
provide a common symbol on which the subdevice drivers can depend on.
At the moment, this controller is used on the Kontron SMARC-sAL28 board.
Signed-off-by: Michael Walle <michael@walle.cc>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 6e1a38944d28..ed90eb5bdc83 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -1174,6 +1174,16 @@ config MFD_SIMPLE_MFD_I2C sub-devices represented by child nodes in Device Tree will be subsequently registered. +config MFD_SL28CPLD + tristate "Kontron sl28cpld Board Management Controller" + select MFD_SIMPLE_MFD_I2C + help + Say yes here to enable support for the Kontron sl28cpld board + management controller. + + It can be found on the following boards: + * SMARC-sAL28 + config MFD_SM501 tristate "Silicon Motion SM501" depends on HAS_DMA |