aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorMattias Wallin <mattias.wallin@stericsson.com>2010-09-13 10:05:04 -0400
committerSamuel Ortiz <sameo@linux.intel.com>2010-10-28 18:29:25 -0400
commit5814fc35e1837e30b82c3d57f41310d4c4c52824 (patch)
treea1af93694c140cb5bf54aff2a194fc084d12d7fb /drivers/mfd/Kconfig
parent38b340527aa44bb8d1b88ef1e5a4e26b27695c2b (diff)
mfd: AB8500 debugfs
This patch adds the possibility to read and write registers via the debug_fs. It also adds ranges of registers sorted by bank which makes it possible to read all defined registers in a bank. Signed-off-by: Mattias Wallin <mattias.wallin@stericsson.com> Acked-by: Linus Walleij <linus.walleij@stericsson.com> Reviewed-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index ec0af47a9058..e310cb26f520 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -483,6 +483,14 @@ config AB8500_CORE
483 read/write functions for the devices to get access to this chip. 483 read/write functions for the devices to get access to this chip.
484 This chip embeds various other multimedia funtionalities as well. 484 This chip embeds various other multimedia funtionalities as well.
485 485
486config AB8500_DEBUG
487 bool "Enable debug info via debugfs"
488 depends on AB8500_CORE && DEBUG_FS
489 default y if DEBUG_FS
490 help
491 Select this option if you want debug information using the debug
492 filesystem, debugfs.
493
486config AB3550_CORE 494config AB3550_CORE
487 bool "ST-Ericsson AB3550 Mixed Signal Circuit core functions" 495 bool "ST-Ericsson AB3550 Mixed Signal Circuit core functions"
488 select MFD_CORE 496 select MFD_CORE