xref: /linux/drivers/mfd/Kconfig (revision c537b994505099b7197e7d3125b942ecbcc51eb6)
1#
2# Multifunction miscellaneous devices
3#
4
5menu "Multifunction device drivers"
6
7config MFD_SM501
8	tristate "Support for Silicon Motion SM501"
9	 ---help---
10	  This is the core driver for the Silicon Motion SM501 multimedia
11	  companion chip. This device is a multifunction device which may
12	  provide numerous interfaces including USB host controller USB gadget,
13	  Asyncronous Serial ports, Audio functions and a dual display video
14	  interface. The device may be connected by PCI or local bus with
15	  varying functions enabled.
16
17endmenu
18
19menu "Multimedia Capabilities Port drivers"
20	depends on ARCH_SA1100
21
22config MCP
23	tristate
24
25# Interface drivers
26config MCP_SA11X0
27	tristate "Support SA11x0 MCP interface"
28	depends on ARCH_SA1100
29	select MCP
30
31# Chip drivers
32config MCP_UCB1200
33	tristate "Support for UCB1200 / UCB1300"
34	depends on MCP
35
36config MCP_UCB1200_TS
37	tristate "Touchscreen interface support"
38	depends on MCP_UCB1200 && INPUT
39
40endmenu
41