diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2020-07-10 01:12:28 +0200 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2020-09-30 16:24:54 +0100 |
commit | ede6b2d1dfc0d6a7b0b3161a2e911d464e28e0ad (patch) | |
tree | fcb5b7640bfff88c4112a40ffe15b39033d37495 /drivers/mfd/Makefile | |
parent | ffa9cda9e62fe0afb5e7899985d615bdb36a2a03 (diff) | |
download | linux-stable-ede6b2d1dfc0d6a7b0b3161a2e911d464e28e0ad.tar.gz linux-stable-ede6b2d1dfc0d6a7b0b3161a2e911d464e28e0ad.tar.bz2 linux-stable-ede6b2d1dfc0d6a7b0b3161a2e911d464e28e0ad.zip |
mfd: ene-kb3930: Add driver for ENE KB3930 Embedded Controller
This driver provides access to the EC RAM of said embedded controller
attached to the I2C bus as well as optionally supporting its slightly weird
power-off/restart protocol.
A particular implementation of the EC firmware can be identified by a
model byte. If this driver identifies the Dell Ariel platform, it
registers the appropriate cells.
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/Makefile')
-rw-r--r-- | drivers/mfd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile index 78d24a3e7c9e..e6c7520ed129 100644 --- a/drivers/mfd/Makefile +++ b/drivers/mfd/Makefile @@ -14,6 +14,7 @@ obj-$(CONFIG_ARCH_BCM2835) += bcm2835-pm.o obj-$(CONFIG_MFD_BCM590XX) += bcm590xx.o obj-$(CONFIG_MFD_BD9571MWV) += bd9571mwv.o obj-$(CONFIG_MFD_CROS_EC_DEV) += cros_ec_dev.o +obj-$(CONFIG_MFD_ENE_KB3930) += ene-kb3930.o obj-$(CONFIG_MFD_EXYNOS_LPASS) += exynos-lpass.o obj-$(CONFIG_MFD_GATEWORKS_GSC) += gateworks-gsc.o |