Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220616
b: refs/heads/master
c: 8e00593
h: refs/heads/master
v: v3
  • Loading branch information
Uwe Kleine-König authored and Samuel Ortiz committed Oct 28, 2010
1 parent a520afa commit c4e91ed
Show file tree
Hide file tree
Showing 7 changed files with 1,114 additions and 883 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b4e017e332b873133602f47ae8cacfae64ab82c5
refs/heads/master: 8e00593557c3c5a7bc6f636412a1cadcf4624232
9 changes: 7 additions & 2 deletions trunk/drivers/mfd/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -409,11 +409,16 @@ config MFD_PCF50633
so that function-specific drivers can bind to them.

config MFD_MC13783
tristate "Support Freescale MC13783"
tristate

config MFD_MC13XXX
tristate "Support Freescale MC13783 and MC13892"
depends on SPI_MASTER
select MFD_CORE
select MFD_MC13783
help
Support for the Freescale (Atlas) MC13783 PMIC and audio CODEC.
Support for the Freescale (Atlas) PMIC and audio CODECs
MC13783 and MC13892.
This driver provides common support for accessing the device,
additional drivers must be enabled in order to use the
functionality of the device.
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/mfd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ obj-$(CONFIG_TWL4030_POWER) += twl4030-power.o
obj-$(CONFIG_TWL4030_CODEC) += twl4030-codec.o
obj-$(CONFIG_TWL6030_PWM) += twl6030-pwm.o

obj-$(CONFIG_MFD_MC13783) += mc13783-core.o
obj-$(CONFIG_MFD_MC13XXX) += mc13xxx-core.o

obj-$(CONFIG_MFD_CORE) += mfd-core.o

Expand Down
Loading

0 comments on commit c4e91ed

Please sign in to comment.