xref: /linux/drivers/mfd/Kconfig (revision f024ff10b1ab13da4d626366019fd05c49721af7)
1a4e137abSRussell King#
2a4e137abSRussell King# Multifunction miscellaneous devices
3a4e137abSRussell King#
4a4e137abSRussell King
5b6d6454fSBen Dooksmenu "Multifunction device drivers"
6e25df120SMartin Schwidefsky	depends on HAS_IOMEM
7b6d6454fSBen Dooks
8aa613de6SDmitry Baryshkovconfig MFD_CORE
9aa613de6SDmitry Baryshkov	tristate
10aa613de6SDmitry Baryshkov	default n
11aa613de6SDmitry Baryshkov
12b6d6454fSBen Dooksconfig MFD_SM501
13b6d6454fSBen Dooks	tristate "Support for Silicon Motion SM501"
14b6d6454fSBen Dooks	 ---help---
15b6d6454fSBen Dooks	  This is the core driver for the Silicon Motion SM501 multimedia
16b6d6454fSBen Dooks	  companion chip. This device is a multifunction device which may
1701dd2fbfSMatt LaPlante	  provide numerous interfaces including USB host controller, USB gadget,
1801dd2fbfSMatt LaPlante	  asynchronous serial ports, audio functions, and a dual display video
19b6d6454fSBen Dooks	  interface. The device may be connected by PCI or local bus with
20b6d6454fSBen Dooks	  varying functions enabled.
21b6d6454fSBen Dooks
22fa9ff4b1SSamuel Ortizconfig MFD_ASIC3
23fa9ff4b1SSamuel Ortiz	bool "Support for Compaq ASIC3"
24fa9ff4b1SSamuel Ortiz	depends on GENERIC_HARDIRQS && ARM
25fa9ff4b1SSamuel Ortiz	 ---help---
26fa9ff4b1SSamuel Ortiz	  This driver supports the ASIC3 multifunction chip found on many
27fa9ff4b1SSamuel Ortiz	  PDAs (mainly iPAQ and HTC based ones)
28fa9ff4b1SSamuel Ortiz
29a1635b8fSPhilipp Zabelconfig HTC_EGPIO
30a1635b8fSPhilipp Zabel	bool "HTC EGPIO support"
31a1635b8fSPhilipp Zabel	depends on GENERIC_HARDIRQS && HAVE_GPIO_LIB
32a1635b8fSPhilipp Zabel	help
33a1635b8fSPhilipp Zabel	    This driver supports the CPLD egpio chip present on
34a1635b8fSPhilipp Zabel	    several HTC phones.  It provides basic support for input
35a1635b8fSPhilipp Zabel	    pins, output pins, and irqs.
36a1635b8fSPhilipp Zabel
375dc3339aSPhilipp Zabelconfig HTC_PASIC3
385dc3339aSPhilipp Zabel	tristate "HTC PASIC3 LED/DS1WM chip support"
395dc3339aSPhilipp Zabel	help
405dc3339aSPhilipp Zabel	  This core driver provides register access for the LED/DS1WM
415dc3339aSPhilipp Zabel	  chips labeled "AIC2" and "AIC3", found on HTC Blueangel and
425dc3339aSPhilipp Zabel	  HTC Magician devices, respectively. Actual functionality is
435dc3339aSPhilipp Zabel	  handled by the leds-pasic3 and ds1wm drivers.
445dc3339aSPhilipp Zabel
45d6315949SDmitry Baryshkovconfig MFD_TC6393XB
46d6315949SDmitry Baryshkov	bool "Support Toshiba TC6393XB"
47d6315949SDmitry Baryshkov	depends on HAVE_GPIO_LIB
48*f024ff10SDmitry Baryshkov	select MFD_CORE
49d6315949SDmitry Baryshkov	help
50d6315949SDmitry Baryshkov	  Support for Toshiba Mobile IO Controller TC6393XB
51d6315949SDmitry Baryshkov
52b6d6454fSBen Dooksendmenu
53b6d6454fSBen Dooks
54a4e137abSRussell Kingmenu "Multimedia Capabilities Port drivers"
55f751d50fSAdrian Bunk	depends on ARCH_SA1100
56a4e137abSRussell King
57a4e137abSRussell Kingconfig MCP
58a4e137abSRussell King	tristate
59a4e137abSRussell King
605e742ad6SRussell King# Interface drivers
615e742ad6SRussell Kingconfig MCP_SA11X0
625e742ad6SRussell King	tristate "Support SA11x0 MCP interface"
635e742ad6SRussell King	depends on ARCH_SA1100
645e742ad6SRussell King	select MCP
655e742ad6SRussell King
6605c45ca9SRussell King# Chip drivers
6705c45ca9SRussell Kingconfig MCP_UCB1200
6805c45ca9SRussell King	tristate "Support for UCB1200 / UCB1300"
6905c45ca9SRussell King	depends on MCP
7005c45ca9SRussell King
71acb45439SRussell Kingconfig MCP_UCB1200_TS
72acb45439SRussell King	tristate "Touchscreen interface support"
73acb45439SRussell King	depends on MCP_UCB1200 && INPUT
74acb45439SRussell King
75a4e137abSRussell Kingendmenu
76