blob: 25716193a534db2d4fb16c00cca5b1a94c481c6a [file] [log] [blame]
Russell Kinga4e137a2005-08-18 10:06:59 +01001#
2# Multifunction miscellaneous devices
3#
4
Ben Dooksb6d64542007-02-20 13:58:01 -08005menu "Multifunction device drivers"
Martin Schwidefskye25df122007-05-10 15:45:57 +02006 depends on HAS_IOMEM
Ben Dooksb6d64542007-02-20 13:58:01 -08007
8config MFD_SM501
9 tristate "Support for Silicon Motion SM501"
10 ---help---
11 This is the core driver for the Silicon Motion SM501 multimedia
12 companion chip. This device is a multifunction device which may
Matt LaPlante01dd2fb2007-10-20 01:34:40 +020013 provide numerous interfaces including USB host controller, USB gadget,
14 asynchronous serial ports, audio functions, and a dual display video
Ben Dooksb6d64542007-02-20 13:58:01 -080015 interface. The device may be connected by PCI or local bus with
16 varying functions enabled.
17
18endmenu
19
Russell Kinga4e137a2005-08-18 10:06:59 +010020menu "Multimedia Capabilities Port drivers"
Adrian Bunkf751d502006-03-24 03:18:21 -080021 depends on ARCH_SA1100
Russell Kinga4e137a2005-08-18 10:06:59 +010022
23config MCP
24 tristate
25
Russell King5e742ad2005-08-18 10:08:15 +010026# Interface drivers
27config MCP_SA11X0
28 tristate "Support SA11x0 MCP interface"
29 depends on ARCH_SA1100
30 select MCP
31
Russell King05c45ca2005-09-11 10:26:31 +010032# Chip drivers
33config MCP_UCB1200
34 tristate "Support for UCB1200 / UCB1300"
35 depends on MCP
36
Russell Kingacb45432005-09-11 10:26:57 +010037config MCP_UCB1200_TS
38 tristate "Touchscreen interface support"
39 depends on MCP_UCB1200 && INPUT
40
Russell Kinga4e137a2005-08-18 10:06:59 +010041endmenu