summaryrefslogtreecommitdiff
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorLaxman Dewangan <ldewangan@nvidia.com>2011-07-07 20:31:46 +0530
committerVarun Colbert <vcolbert@nvidia.com>2011-08-18 16:40:23 -0700
commitceee35acb43eac80425873f44f18a963747015c4 (patch)
tree680b03ddf2a2bf0e3b733cae4504b2a2a9e079e1 /drivers/mfd/Kconfig
parent401734cc0ab7dbb06c8744a1120f03b18d6d2b84 (diff)
mfd: ricoh583: Add core driver
Adding core driver for the Powermanagement system device RICOH 583. bug 822562 Change-Id: I8a21b42800bd9043f901689ed354618165c42534 Reviewed-on: http://git-master/r/40035 Reviewed-by: Varun Colbert <vcolbert@nvidia.com> Tested-by: Varun Colbert <vcolbert@nvidia.com>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 8c8e4559b9d8..e6837bafdbd1 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -604,6 +604,18 @@ config MFD_TPS80031
additional drivers must be enabled in order to use the
functionality of the device.
+config MFD_RICOH583
+ bool "Ricoh RC5T583 Power Management system device"
+ depends on I2C && GPIOLIB && GENERIC_HARDIRQS
+ select MFD_CORE
+ default n
+ help
+ If you say yes here you get support for the RICOH583 Power
+ Management system device.
+ This driver provides common support for accessing the device,
+ additional drivers must be enabled in order to use the
+ functionality of the device.
+
endif # MFD_SUPPORT
menu "Multimedia Capabilities Port drivers"