Commit | Line | Data |
---|---|---|
a4e137ab RK |
1 | # |
2 | # Multifunction miscellaneous devices | |
3 | # | |
4 | ||
b6d6454f BD |
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 | ||
a4e137ab | 19 | menu "Multimedia Capabilities Port drivers" |
f751d50f | 20 | depends on ARCH_SA1100 |
a4e137ab RK |
21 | |
22 | config MCP | |
23 | tristate | |
24 | ||
5e742ad6 RK |
25 | # Interface drivers |
26 | config MCP_SA11X0 | |
27 | tristate "Support SA11x0 MCP interface" | |
28 | depends on ARCH_SA1100 | |
29 | select MCP | |
30 | ||
05c45ca9 RK |
31 | # Chip drivers |
32 | config MCP_UCB1200 | |
33 | tristate "Support for UCB1200 / UCB1300" | |
34 | depends on MCP | |
35 | ||
acb45439 RK |
36 | config MCP_UCB1200_TS |
37 | tristate "Touchscreen interface support" | |
38 | depends on MCP_UCB1200 && INPUT | |
39 | ||
a4e137ab | 40 | endmenu |