Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114295
b: refs/heads/master
c: 129eef9
h: refs/heads/master
i:
  114293: ab4d05a
  114291: 0a5c17d
  114287: a7c5539
v: v3
  • Loading branch information
Eric Miao authored and Liam Girdwood committed Oct 13, 2008
1 parent 5883e8e commit 789cbe3
Show file tree
Hide file tree
Showing 4 changed files with 523 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: 9201d38b97c7de1b8e6e40449745acf456cff437
refs/heads/master: 129eef96c9e25ce6516e2ddd5a338a14362b815b
8 changes: 8 additions & 0 deletions trunk/drivers/regulator/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,12 @@ config REGULATOR_WM8400
This driver provides support for the voltage regulators of the
WM8400 AudioPlus PMIC.

config REGULATOR_DA903X
tristate "Support regulators on Dialog Semiconductor DA9030/DA9034 PMIC"
depends on PMIC_DA903X
select REGULATOR
help
Say y here to support the BUCKs and LDOs regulators found on
Dialog Semiconductor DA9030/DA9034 PMIC.

endmenu
1 change: 1 addition & 0 deletions trunk/drivers/regulator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ obj-$(CONFIG_REGULATOR_VIRTUAL_CONSUMER) += virtual.o
obj-$(CONFIG_REGULATOR_BQ24022) += bq24022.o
obj-$(CONFIG_REGULATOR_WM8350) += wm8350-regulator.o
obj-$(CONFIG_REGULATOR_WM8400) += wm8400-regulator.o
obj-$(CONFIG_REGULATOR_DA903X) += da903x.o

ccflags-$(CONFIG_REGULATOR_DEBUG) += -DDEBUG
Loading

0 comments on commit 789cbe3

Please sign in to comment.