aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd
diff options
context:
space:
mode:
authorBoris Brezillon <boris.brezillon@free-electrons.com>2014-12-01 11:52:36 +0100
committerLee Jones <lee.jones@linaro.org>2014-12-01 13:03:30 +0000
commit292aabb1da506b53eed904330add3dabfffd96e5 (patch)
tree93fe62e0de820bf0b1872c2de4a76dc90cc27d30 /drivers/mfd
parentmfd: da9063: Get irq base dynamically before registering device (diff)
downloadlinux-dev-292aabb1da506b53eed904330add3dabfffd96e5.tar.xz
linux-dev-292aabb1da506b53eed904330add3dabfffd96e5.zip
mfd: atmel-hlcdc: Add Kconfig option description and name
The MFD_ATMEL_HLCDC was first intended to be selected by its sub-devices but these sub-devices now depends on this option, we thus need to add a name and a description so that users can see it. Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/Kconfig7
1 files changed, 6 insertions, 1 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 72d38081f779..2e6b7311fabc 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -60,10 +60,15 @@ config MFD_AAT2870_CORE
functionality of the device.
config MFD_ATMEL_HLCDC
- tristate
+ tristate "Atmel HLCDC (High-end LCD Controller)"
select MFD_CORE
select REGMAP_MMIO
depends on OF
+ help
+ If you say yes here you get support for the HLCDC block.
+ This driver provides common support for accessing the device,
+ additional drivers must be enabled in order to use the
+ functionality of the device.
config MFD_BCM590XX
tristate "Broadcom BCM590xx PMUs"