aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorDmitry Baryshkov <dbaryshkov@gmail.com>2008-06-27 10:37:19 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-07-07 13:22:06 +0100
commitaa613de676986f136fa6f48a4d709b5d264f4f38 (patch)
tree814591b0c068e5942b70d4fc8c85aff89169db4d /drivers/mfd/Kconfig
parent[ARM] 5099/1: Tosa: support AC-in detection. (diff)
downloadlinux-dev-aa613de676986f136fa6f48a4d709b5d264f4f38.tar.xz
linux-dev-aa613de676986f136fa6f48a4d709b5d264f4f38.zip
[ARM] 5127/1: Core MFD support
This patch provides a common subdevice registration system for MFD type chips, using platfrom device. Signed-off-by: Ian Molton <spyro@f2s.com> Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 1a1ac262fc87..8ebc0be10953 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -5,6 +5,10 @@
menu "Multifunction device drivers"
depends on HAS_IOMEM
+config MFD_CORE
+ tristate
+ default n
+
config MFD_SM501
tristate "Support for Silicon Motion SM501"
---help---