cpusets: update_cpumask documentation fix
[deliverable/linux.git] / drivers / mfd / Kconfig
CommitLineData
a4e137ab
RK
1#
2# Multifunction miscellaneous devices
3#
4
b6d6454f 5menu "Multifunction device drivers"
e25df120 6 depends on HAS_IOMEM
b6d6454f
BD
7
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
01dd2fbf
ML
13 provide numerous interfaces including USB host controller, USB gadget,
14 asynchronous serial ports, audio functions, and a dual display video
b6d6454f
BD
15 interface. The device may be connected by PCI or local bus with
16 varying functions enabled.
17
18endmenu
19
a4e137ab 20menu "Multimedia Capabilities Port drivers"
f751d50f 21 depends on ARCH_SA1100
a4e137ab
RK
22
23config MCP
24 tristate
25
5e742ad6
RK
26# Interface drivers
27config MCP_SA11X0
28 tristate "Support SA11x0 MCP interface"
29 depends on ARCH_SA1100
30 select MCP
31
05c45ca9
RK
32# Chip drivers
33config MCP_UCB1200
34 tristate "Support for UCB1200 / UCB1300"
35 depends on MCP
36
acb45439
RK
37config MCP_UCB1200_TS
38 tristate "Touchscreen interface support"
39 depends on MCP_UCB1200 && INPUT
40
a4e137ab 41endmenu
This page took 0.269942 seconds and 5 git commands to generate.