diff options
| author | Boris Brezillon <boris.brezillon@free-electrons.com> | 2014-12-01 05:52:36 -0500 |
|---|---|---|
| committer | Lee Jones <lee.jones@linaro.org> | 2014-12-01 08:03:30 -0500 |
| commit | 292aabb1da506b53eed904330add3dabfffd96e5 (patch) | |
| tree | 93fe62e0de820bf0b1872c2de4a76dc90cc27d30 /drivers/mfd | |
| parent | 439b8bddaa1ebed9f9f8fb2f6f33f5e639d76ab8 (diff) | |
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/Kconfig | 7 |
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 | |||
| 60 | functionality of the device. | 60 | functionality of the device. |
| 61 | 61 | ||
| 62 | config MFD_ATMEL_HLCDC | 62 | config MFD_ATMEL_HLCDC |
| 63 | tristate | 63 | tristate "Atmel HLCDC (High-end LCD Controller)" |
| 64 | select MFD_CORE | 64 | select MFD_CORE |
| 65 | select REGMAP_MMIO | 65 | select REGMAP_MMIO |
| 66 | depends on OF | 66 | depends on OF |
| 67 | help | ||
| 68 | If you say yes here you get support for the HLCDC block. | ||
| 69 | This driver provides common support for accessing the device, | ||
| 70 | additional drivers must be enabled in order to use the | ||
| 71 | functionality of the device. | ||
| 67 | 72 | ||
| 68 | config MFD_BCM590XX | 73 | config MFD_BCM590XX |
| 69 | tristate "Broadcom BCM590xx PMUs" | 74 | tristate "Broadcom BCM590xx PMUs" |
