summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorAxel Lin2011-06-23 04:15:51 +0200
committerSamuel Ortiz2011-07-05 10:39:38 +0200
commit8509e142567d69e170a184ecf27d7a6a3239fd72 (patch)
tree904bdbc1dde569b94b2c0cb7ee00cd5aa3f9246e /drivers/mfd/Kconfig
parentmfd: Fix build error for tps65911-comparator.c (diff)
downloadkernel-qcow2-linux-8509e142567d69e170a184ecf27d7a6a3239fd72.tar.gz
kernel-qcow2-linux-8509e142567d69e170a184ecf27d7a6a3239fd72.tar.xz
kernel-qcow2-linux-8509e142567d69e170a184ecf27d7a6a3239fd72.zip
mfd: Add Makefile and Kconfig Entries for tps65911 comparator
Base on Mark's comment [1], I make the Kconfig entry invisible to users. [1] https://lkml.org/lkml/2011/5/14/136 Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 0f09c057e796..6ca938a6bf94 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -728,6 +728,9 @@ config MFD_TPS65910
if you say yes here you get support for the TPS65910 series of
Power Management chips.
+config TPS65911_COMPARATOR
+ tristate
+
endif # MFD_SUPPORT
menu "Multimedia Capabilities Port drivers"