Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163269
b: refs/heads/master
c: 295c08b
h: refs/heads/master
i:
  163267: 8e83378
v: v3
  • Loading branch information
Sascha Hauer authored and Samuel Ortiz committed Sep 17, 2009
1 parent 7b672b0 commit f27c48e
Show file tree
Hide file tree
Showing 4 changed files with 420 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: 8238addcc52c94c59b10c3c1e9850d3a7921f825
refs/heads/master: 295c08bc69a5dd8cef69ceaeaaf551a17f50c34b
8 changes: 8 additions & 0 deletions trunk/drivers/regulator/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,12 @@ config REGULATOR_PCAP
This driver provides support for the voltage regulators of the
PCAP2 PMIC.

config REGULATOR_MC13783
tristate "Support regulators on Freescale MC13783 PMIC"
depends on MFD_MC13783
help
Say y here to support the regulators found on the Freescale MC13783
PMIC.

endif

1 change: 1 addition & 0 deletions trunk/drivers/regulator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ obj-$(CONFIG_REGULATOR_WM8400) += wm8400-regulator.o
obj-$(CONFIG_REGULATOR_DA903X) += da903x.o
obj-$(CONFIG_REGULATOR_PCF50633) += pcf50633-regulator.o
obj-$(CONFIG_REGULATOR_PCAP) += pcap-regulator.o
obj-$(CONFIG_REGULATOR_MC13783) += mc13783.o

ccflags-$(CONFIG_REGULATOR_DEBUG) += -DDEBUG
Loading

0 comments on commit f27c48e

Please sign in to comment.