V4L/DVB (5179): Cx2341x encoder documentation update.
[linux-2.6/x86.git] / drivers / mfd / Kconfig
blobab6e985275b28b3ae9e4addba68732deaeea7b7a
2 # Multifunction miscellaneous devices
5 menu "Multifunction device drivers"
7 config 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.
17 endmenu
19 menu "Multimedia Capabilities Port drivers"
20         depends on ARCH_SA1100
22 config MCP
23         tristate
25 # Interface drivers
26 config MCP_SA11X0
27         tristate "Support SA11x0 MCP interface"
28         depends on ARCH_SA1100
29         select MCP
31 # Chip drivers
32 config MCP_UCB1200
33         tristate "Support for UCB1200 / UCB1300"
34         depends on MCP
36 config MCP_UCB1200_TS
37         tristate "Touchscreen interface support"
38         depends on MCP_UCB1200 && INPUT
40 endmenu