Commit 8509e142567d69e170a184ecf27d7a6a3239fd72

Authored by Axel Lin
Committed by Samuel Ortiz
1 parent 1e8ece5cb8

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>

Showing 2 changed files with 4 additions and 0 deletions Side-by-side Diff

... ... @@ -728,6 +728,9 @@
728 728 if you say yes here you get support for the TPS65910 series of
729 729 Power Management chips.
730 730  
  731 +config TPS65911_COMPARATOR
  732 + tristate
  733 +
731 734 endif # MFD_SUPPORT
732 735  
733 736 menu "Multimedia Capabilities Port drivers"
drivers/mfd/Makefile
... ... @@ -94,4 +94,5 @@
94 94 obj-$(CONFIG_MFD_PM8921_CORE) += pm8921-core.o
95 95 obj-$(CONFIG_MFD_PM8XXX_IRQ) += pm8xxx-irq.o
96 96 obj-$(CONFIG_MFD_TPS65910) += tps65910.o tps65910-irq.o
  97 +obj-$(CONFIG_TPS65911_COMPARATOR) += tps65911-comparator.o