Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105131
b: refs/heads/master
c: d631594
h: refs/heads/master
i:
  105129: d45908c
  105127: 3f8ccb5
v: v3
  • Loading branch information
Dmitry Baryshkov authored and Russell King committed Jul 7, 2008
1 parent 2192f69 commit 5725978
Show file tree
Hide file tree
Showing 5 changed files with 593 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: b032fccca80cbbedaa80e5a72a202a43f08aa97e
refs/heads/master: d6315949ac5527efd00d48283a9e33361c86e8e9
6 changes: 6 additions & 0 deletions trunk/drivers/mfd/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ config HTC_PASIC3
HTC Magician devices, respectively. Actual functionality is
handled by the leds-pasic3 and ds1wm drivers.

config MFD_TC6393XB
bool "Support Toshiba TC6393XB"
depends on HAVE_GPIO_LIB
help
Support for Toshiba Mobile IO Controller TC6393XB

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 @@ -8,6 +8,8 @@ obj-$(CONFIG_MFD_ASIC3) += asic3.o
obj-$(CONFIG_HTC_EGPIO) += htc-egpio.o
obj-$(CONFIG_HTC_PASIC3) += htc-pasic3.o

obj-$(CONFIG_MFD_TC6393XB) += tc6393xb.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 5725978

Please sign in to comment.