Skip to content

Commit 8509e14

Browse files
AxelLinSamuel Ortiz
authored andcommitted
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 <[email protected]> Signed-off-by: Samuel Ortiz <[email protected]>
1 parent 1e8ece5 commit 8509e14

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

drivers/mfd/Kconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -728,6 +728,9 @@ config MFD_TPS65910
728728
if you say yes here you get support for the TPS65910 series of
729729
Power Management chips.
730730

731+
config TPS65911_COMPARATOR
732+
tristate
733+
731734
endif # MFD_SUPPORT
732735

733736
menu "Multimedia Capabilities Port drivers"

drivers/mfd/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,4 @@ obj-$(CONFIG_MFD_OMAP_USB_HOST) += omap-usb-host.o
9494
obj-$(CONFIG_MFD_PM8921_CORE) += pm8921-core.o
9595
obj-$(CONFIG_MFD_PM8XXX_IRQ) += pm8xxx-irq.o
9696
obj-$(CONFIG_MFD_TPS65910) += tps65910.o tps65910-irq.o
97+
obj-$(CONFIG_TPS65911_COMPARATOR) += tps65911-comparator.o

0 commit comments

Comments
 (0)