acb45439a8
Add support for Philips UCB1200 and UCB1300 touchscreen interfaces found on ARM devices. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
25 lines
425 B
Text
25 lines
425 B
Text
#
|
|
# Multifunction miscellaneous devices
|
|
#
|
|
|
|
menu "Multimedia Capabilities Port drivers"
|
|
|
|
config MCP
|
|
tristate
|
|
|
|
# Interface drivers
|
|
config MCP_SA11X0
|
|
tristate "Support SA11x0 MCP interface"
|
|
depends on ARCH_SA1100
|
|
select MCP
|
|
|
|
# Chip drivers
|
|
config MCP_UCB1200
|
|
tristate "Support for UCB1200 / UCB1300"
|
|
depends on MCP
|
|
|
|
config MCP_UCB1200_TS
|
|
tristate "Touchscreen interface support"
|
|
depends on MCP_UCB1200 && INPUT
|
|
|
|
endmenu
|