]>
Commit | Line | Data |
---|---|---|
a4e137ab RK |
1 | # |
2 | # Multifunction miscellaneous devices | |
3 | # | |
4 | ||
5 | menu "Multimedia Capabilities Port drivers" | |
f751d50f | 6 | depends on ARCH_SA1100 |
a4e137ab RK |
7 | |
8 | config MCP | |
9 | tristate | |
10 | ||
5e742ad6 RK |
11 | # Interface drivers |
12 | config MCP_SA11X0 | |
13 | tristate "Support SA11x0 MCP interface" | |
14 | depends on ARCH_SA1100 | |
15 | select MCP | |
16 | ||
05c45ca9 RK |
17 | # Chip drivers |
18 | config MCP_UCB1200 | |
19 | tristate "Support for UCB1200 / UCB1300" | |
20 | depends on MCP | |
21 | ||
acb45439 RK |
22 | config MCP_UCB1200_TS |
23 | tristate "Touchscreen interface support" | |
24 | depends on MCP_UCB1200 && INPUT | |
25 | ||
a4e137ab | 26 | endmenu |