diff options
author | Boris Brezillon <boris.brezillon@free-electrons.com> | 2017-03-16 09:30:28 +0100 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2017-04-27 09:25:05 +0100 |
commit | fe9d7cb22ef3a26a74e49730c0efdbdae4b17d4b (patch) | |
tree | 9d45102f006477482862c93300e356305f30f83c /drivers/mfd/Kconfig | |
parent | 119d53d44cb0da2e3140106a9e359fc53bd6d837 (diff) | |
download | linux-stable-fe9d7cb22ef3a26a74e49730c0efdbdae4b17d4b.tar.gz linux-stable-fe9d7cb22ef3a26a74e49730c0efdbdae4b17d4b.tar.bz2 linux-stable-fe9d7cb22ef3a26a74e49730c0efdbdae4b17d4b.zip |
mfd: syscon: atmel-smc: Add new helpers to ease SMC regs manipulation
These new helpers + macro definitions are meant to replace the old ones
which are unpractical to use.
Note that the macros and function prefixes have been intentionally
changed to ATMEL_[H]SMC_XX and atmel_[h]smc_ to reflect the fact that
this IP is also embedded in avr32 SoCs (and not only in at91 ones).
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index add0c35c38c5..ce3a9180a765 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -121,6 +121,10 @@ config MFD_ATMEL_HLCDC additional drivers must be enabled in order to use the functionality of the device. +config MFD_ATMEL_SMC + bool + select MFD_SYSCON + config MFD_BCM590XX tristate "Broadcom BCM590xx PMUs" select MFD_CORE |