xref: /openbmc/linux/drivers/mfd/Kconfig (revision d6315949)
1a4e137abSRussell King#
2a4e137abSRussell King# Multifunction miscellaneous devices
3a4e137abSRussell King#
4a4e137abSRussell King
5b6d6454fSBen Dooksmenu "Multifunction device drivers"
6e25df120SMartin Schwidefsky	depends on HAS_IOMEM
7b6d6454fSBen Dooks
8b6d6454fSBen Dooksconfig MFD_SM501
9b6d6454fSBen Dooks	tristate "Support for Silicon Motion SM501"
10b6d6454fSBen Dooks	 ---help---
11b6d6454fSBen Dooks	  This is the core driver for the Silicon Motion SM501 multimedia
12b6d6454fSBen Dooks	  companion chip. This device is a multifunction device which may
1301dd2fbfSMatt LaPlante	  provide numerous interfaces including USB host controller, USB gadget,
1401dd2fbfSMatt LaPlante	  asynchronous serial ports, audio functions, and a dual display video
15b6d6454fSBen Dooks	  interface. The device may be connected by PCI or local bus with
16b6d6454fSBen Dooks	  varying functions enabled.
17b6d6454fSBen Dooks
18fa9ff4b1SSamuel Ortizconfig MFD_ASIC3
19fa9ff4b1SSamuel Ortiz	bool "Support for Compaq ASIC3"
20fa9ff4b1SSamuel Ortiz	depends on GENERIC_HARDIRQS && ARM
21fa9ff4b1SSamuel Ortiz	 ---help---
22fa9ff4b1SSamuel Ortiz	  This driver supports the ASIC3 multifunction chip found on many
23fa9ff4b1SSamuel Ortiz	  PDAs (mainly iPAQ and HTC based ones)
24fa9ff4b1SSamuel Ortiz
25a1635b8fSPhilipp Zabelconfig HTC_EGPIO
26a1635b8fSPhilipp Zabel	bool "HTC EGPIO support"
27a1635b8fSPhilipp Zabel	depends on GENERIC_HARDIRQS && HAVE_GPIO_LIB
28a1635b8fSPhilipp Zabel	help
29a1635b8fSPhilipp Zabel	    This driver supports the CPLD egpio chip present on
30a1635b8fSPhilipp Zabel	    several HTC phones.  It provides basic support for input
31a1635b8fSPhilipp Zabel	    pins, output pins, and irqs.
32a1635b8fSPhilipp Zabel
335dc3339aSPhilipp Zabelconfig HTC_PASIC3
345dc3339aSPhilipp Zabel	tristate "HTC PASIC3 LED/DS1WM chip support"
355dc3339aSPhilipp Zabel	help
365dc3339aSPhilipp Zabel	  This core driver provides register access for the LED/DS1WM
375dc3339aSPhilipp Zabel	  chips labeled "AIC2" and "AIC3", found on HTC Blueangel and
385dc3339aSPhilipp Zabel	  HTC Magician devices, respectively. Actual functionality is
395dc3339aSPhilipp Zabel	  handled by the leds-pasic3 and ds1wm drivers.
405dc3339aSPhilipp Zabel
41d6315949SDmitry Baryshkovconfig MFD_TC6393XB
42d6315949SDmitry Baryshkov	bool "Support Toshiba TC6393XB"
43d6315949SDmitry Baryshkov	depends on HAVE_GPIO_LIB
44d6315949SDmitry Baryshkov	help
45d6315949SDmitry Baryshkov	  Support for Toshiba Mobile IO Controller TC6393XB
46d6315949SDmitry Baryshkov
47b6d6454fSBen Dooksendmenu
48b6d6454fSBen Dooks
49a4e137abSRussell Kingmenu "Multimedia Capabilities Port drivers"
50f751d50fSAdrian Bunk	depends on ARCH_SA1100
51a4e137abSRussell King
52a4e137abSRussell Kingconfig MCP
53a4e137abSRussell King	tristate
54a4e137abSRussell King
555e742ad6SRussell King# Interface drivers
565e742ad6SRussell Kingconfig MCP_SA11X0
575e742ad6SRussell King	tristate "Support SA11x0 MCP interface"
585e742ad6SRussell King	depends on ARCH_SA1100
595e742ad6SRussell King	select MCP
605e742ad6SRussell King
6105c45ca9SRussell King# Chip drivers
6205c45ca9SRussell Kingconfig MCP_UCB1200
6305c45ca9SRussell King	tristate "Support for UCB1200 / UCB1300"
6405c45ca9SRussell King	depends on MCP
6505c45ca9SRussell King
66acb45439SRussell Kingconfig MCP_UCB1200_TS
67acb45439SRussell King	tristate "Touchscreen interface support"
68acb45439SRussell King	depends on MCP_UCB1200 && INPUT
69acb45439SRussell King
70a4e137abSRussell Kingendmenu
71