diff options
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 856ec00ab787..909d84b1f5c1 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -1004,6 +1004,14 @@ config MFD_ANATOP | |||
1004 | MFD controller. This controller embeds regulator and | 1004 | MFD controller. This controller embeds regulator and |
1005 | thermal devices for Freescale i.MX platforms. | 1005 | thermal devices for Freescale i.MX platforms. |
1006 | 1006 | ||
1007 | config MFD_SYSCON | ||
1008 | bool "System Controller Register R/W Based on Regmap" | ||
1009 | depends on OF | ||
1010 | select REGMAP_MMIO | ||
1011 | help | ||
1012 | Select this option to enable accessing system control registers | ||
1013 | via regmap. | ||
1014 | |||
1007 | config MFD_PALMAS | 1015 | config MFD_PALMAS |
1008 | bool "Support for the TI Palmas series chips" | 1016 | bool "Support for the TI Palmas series chips" |
1009 | select MFD_CORE | 1017 | select MFD_CORE |