Skip to content

Commit

Permalink
[MFD] Add code UCB1200/UCB1300 touchscreen support
Browse files Browse the repository at this point in the history
Add support for Philips UCB1200 and UCB1300 touchscreen
interfaces found on ARM devices.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Russell King authored and Russell King committed Sep 11, 2005
1 parent 05c45ca commit acb4543
Show file tree
Hide file tree
Showing 3 changed files with 435 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/mfd/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,8 @@ 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
1 change: 1 addition & 0 deletions drivers/mfd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
obj-$(CONFIG_MCP) += mcp-core.o
obj-$(CONFIG_MCP_SA11X0) += mcp-sa11x0.o
obj-$(CONFIG_MCP_UCB1200) += ucb1x00-core.o
obj-$(CONFIG_MCP_UCB1200_TS) += ucb1x00-ts.o
Loading

0 comments on commit acb4543

Please sign in to comment.