xref: /openbmc/linux/drivers/mfd/Kconfig (revision 30250b45)
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"
2030250b45SSamuel Ortiz	depends on GENERIC_HARDIRQS && HAVE_GPIO_LIB && 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"
2778b58e54SAl Viro	depends on GENERIC_HARDIRQS && HAVE_GPIO_LIB && ARM
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
41b6d6454fSBen Dooksendmenu
42b6d6454fSBen Dooks
43a4e137abSRussell Kingmenu "Multimedia Capabilities Port drivers"
44f751d50fSAdrian Bunk	depends on ARCH_SA1100
45a4e137abSRussell King
46a4e137abSRussell Kingconfig MCP
47a4e137abSRussell King	tristate
48a4e137abSRussell King
495e742ad6SRussell King# Interface drivers
505e742ad6SRussell Kingconfig MCP_SA11X0
515e742ad6SRussell King	tristate "Support SA11x0 MCP interface"
525e742ad6SRussell King	depends on ARCH_SA1100
535e742ad6SRussell King	select MCP
545e742ad6SRussell King
5505c45ca9SRussell King# Chip drivers
5605c45ca9SRussell Kingconfig MCP_UCB1200
5705c45ca9SRussell King	tristate "Support for UCB1200 / UCB1300"
5805c45ca9SRussell King	depends on MCP
5905c45ca9SRussell King
60acb45439SRussell Kingconfig MCP_UCB1200_TS
61acb45439SRussell King	tristate "Touchscreen interface support"
62acb45439SRussell King	depends on MCP_UCB1200 && INPUT
63acb45439SRussell King
64a4e137abSRussell Kingendmenu
65