We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e8ece5 commit 8509e14Copy full SHA for 8509e14
drivers/mfd/Kconfig
@@ -728,6 +728,9 @@ config MFD_TPS65910
728
if you say yes here you get support for the TPS65910 series of
729
Power Management chips.
730
731
+config TPS65911_COMPARATOR
732
+ tristate
733
+
734
endif # MFD_SUPPORT
735
736
menu "Multimedia Capabilities Port drivers"
drivers/mfd/Makefile
@@ -94,3 +94,4 @@ obj-$(CONFIG_MFD_OMAP_USB_HOST) += omap-usb-host.o
94
obj-$(CONFIG_MFD_PM8921_CORE) += pm8921-core.o
95
obj-$(CONFIG_MFD_PM8XXX_IRQ) += pm8xxx-irq.o
96
obj-$(CONFIG_MFD_TPS65910) += tps65910.o tps65910-irq.o
97
+obj-$(CONFIG_TPS65911_COMPARATOR) += tps65911-comparator.o
0 commit comments