diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2020-06-08 11:17:36 +0200 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2020-06-18 11:23:16 +0100 |
commit | 6c27219e34911601955b72c754adfc11c527ba7b (patch) | |
tree | 20e6092cd0d63f11f00dbcb290b24671c6aeb7b5 /drivers/mfd/Makefile | |
parent | 6bcb330c1f373f314118f772c6e22f1cc36d7683 (diff) | |
download | lwn-6c27219e34911601955b72c754adfc11c527ba7b.tar.gz lwn-6c27219e34911601955b72c754adfc11c527ba7b.zip |
mfd: Add support for the Khadas System control Microcontroller
This Microcontroller is present on the Khadas VIM1, VIM2, VIM3 and Edge
boards.
It has multiple boot control features like password check, power-on
options, power-off control and system FAN control on recent boards.
This implements a very basic MFD driver with the fan control and User
NVMEM cells.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
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 9367a92f795a..1c8d6be3347d 100644 --- a/drivers/mfd/Makefile +++ b/drivers/mfd/Makefile @@ -262,5 +262,6 @@ obj-$(CONFIG_MFD_ROHM_BD70528) += rohm-bd70528.o obj-$(CONFIG_MFD_ROHM_BD71828) += rohm-bd71828.o obj-$(CONFIG_MFD_ROHM_BD718XX) += rohm-bd718x7.o obj-$(CONFIG_MFD_STMFX) += stmfx.o +obj-$(CONFIG_MFD_KHADAS_MCU) += khadas-mcu.o obj-$(CONFIG_SGI_MFD_IOC3) += ioc3.o |