Pull percpu-dtc into release branch
[pandora-kernel.git] / drivers / mfd / Kconfig
1 #
2 # Multifunction miscellaneous devices
3 #
4
5 menu "Multifunction device drivers"
6
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.
16
17 endmenu
18
19 menu "Multimedia Capabilities Port drivers"
20         depends on ARCH_SA1100
21
22 config MCP
23         tristate
24
25 # Interface drivers
26 config MCP_SA11X0
27         tristate "Support SA11x0 MCP interface"
28         depends on ARCH_SA1100
29         select MCP
30
31 # Chip drivers
32 config MCP_UCB1200
33         tristate "Support for UCB1200 / UCB1300"
34         depends on MCP
35
36 config MCP_UCB1200_TS
37         tristate "Touchscreen interface support"
38         depends on MCP_UCB1200 && INPUT
39
40 endmenu