Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91245
b: refs/heads/master
c: a1635b8
h: refs/heads/master
i:
  91243: db47053
v: v3
  • Loading branch information
Philipp Zabel authored and Russell King committed Apr 19, 2008
1 parent 0ff05c4 commit 401ce35
Show file tree
Hide file tree
Showing 5 changed files with 508 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e6816f34e4ee237fc1b54e0357e9ea31462ad411
refs/heads/master: a1635b8fe59de2c5223cda5ca8397b875c901904
8 changes: 8 additions & 0 deletions trunk/drivers/mfd/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ config MFD_ASIC3
This driver supports the ASIC3 multifunction chip found on many
PDAs (mainly iPAQ and HTC based ones)

config HTC_EGPIO
bool "HTC EGPIO support"
depends on GENERIC_HARDIRQS && HAVE_GPIO_LIB
help
This driver supports the CPLD egpio chip present on
several HTC phones. It provides basic support for input
pins, output pins, and irqs.

endmenu

menu "Multimedia Capabilities Port drivers"
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/mfd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
obj-$(CONFIG_MFD_SM501) += sm501.o
obj-$(CONFIG_MFD_ASIC3) += asic3.o

obj-$(CONFIG_HTC_EGPIO) += htc-egpio.o

obj-$(CONFIG_MCP) += mcp-core.o
obj-$(CONFIG_MCP_SA11X0) += mcp-sa11x0.o
obj-$(CONFIG_MCP_UCB1200) += ucb1x00-core.o
Expand Down
Loading

0 comments on commit 401ce35

Please sign in to comment.