diff options
author | Boris BREZILLON <boris.brezillon@free-electrons.com> | 2014-05-09 11:11:47 (GMT) |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-06-03 07:11:40 (GMT) |
commit | d58603cc304b717707e8f8ff05bf6aff9d9c82b5 (patch) | |
tree | e9a93f788e1b07a9db34439decbb64e1c3df7491 /drivers/mfd/Kconfig | |
parent | e4e3d1b03695c458a954954c8efae745517dd44d (diff) | |
download | linux-d58603cc304b717707e8f8ff05bf6aff9d9c82b5.tar.xz |
mfd: Add support for sun6i PRCM (Power/Reset/Clock Management) unit
The PRCM (Power/Reset/Clock Management) block exposes several subdevices
in different subsystems (clk, reset ...)
Add basic support for the PRCM unit with clk (AR100, AHB0, and APB0 clks)
and reset controller subdevices.
Other subdevices might be added later (if needed).
Signed-off-by: Boris BREZILLON <boris.brezillon@free-electrons.com>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index c681741..e56fb37 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -732,6 +732,14 @@ config MFD_STA2X11 select MFD_CORE select REGMAP_MMIO +config MFD_SUN6I_PRCM + bool "Allwinner A31 PRCM controller" + depends on ARCH_SUNXI + select MFD_CORE + help + Support for the PRCM (Power/Reset/Clock Management) unit available + in A31 SoC. + config MFD_SYSCON bool "System Controller Register R/W Based on Regmap" select REGMAP_MMIO |