diff options
author | Quentin Schulz <quentin.schulz@free-electrons.com> | 2016-09-15 14:44:03 +0200 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2016-11-29 08:21:19 +0000 |
commit | 937d3a0af521ece133a8716c1bf2d8044e15faa0 (patch) | |
tree | d77797522fd23587448d1e037097594a9575d187 /drivers/mfd/Makefile | |
parent | 7fff7d9b15449c317fcc5dcd82ebb17dd0ae53e1 (diff) | |
download | linux-stable-937d3a0af521ece133a8716c1bf2d8044e15faa0.tar.gz linux-stable-937d3a0af521ece133a8716c1bf2d8044e15faa0.tar.bz2 linux-stable-937d3a0af521ece133a8716c1bf2d8044e15faa0.zip |
mfd: Add support for Allwinner SoCs ADC
The Allwinner SoCs all have an ADC that can also act as a touchscreen
controller and a thermal sensor. For now, only the ADC and the thermal
sensor drivers are probed by the MFD, the touchscreen controller support
will be added later.
Signed-off-by: Quentin Schulz <quentin.schulz@free-electrons.com>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Jonathan Cameron <jic23@kernel.org>
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 7bb5a50127cb..dda4d4f73ad7 100644 --- a/drivers/mfd/Makefile +++ b/drivers/mfd/Makefile @@ -211,3 +211,4 @@ obj-$(CONFIG_INTEL_SOC_PMIC) += intel-soc-pmic.o obj-$(CONFIG_MFD_MT6397) += mt6397-core.o obj-$(CONFIG_MFD_ALTERA_A10SR) += altera-a10sr.o +obj-$(CONFIG_MFD_SUN4I_GPADC) += sun4i-gpadc.o |