Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114288
b: refs/heads/master
c: 89b4012
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown authored and Liam Girdwood committed Oct 13, 2008
1 parent a7c5539 commit c056109
Show file tree
Hide file tree
Showing 6 changed files with 2,410 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: 213f326810b6852bc54f38fd8bb71793f70f2c7a
refs/heads/master: 89b4012befb1abca5e86d232bc0e2a797b0d9825
19 changes: 19 additions & 0 deletions trunk/drivers/mfd/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,25 @@ config MFD_WM8400
the device, additional drivers must be enabled in order to use
the functionality of the device.

config MFD_WM8350
tristate

config MFD_WM8350_CONFIG_MODE_0
bool
depends on MFD_WM8350

config MFD_WM8350_CONFIG_MODE_1
bool
depends on MFD_WM8350

config MFD_WM8350_CONFIG_MODE_2
bool
depends on MFD_WM8350

config MFD_WM8350_CONFIG_MODE_3
bool
depends on MFD_WM8350

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 @@ -13,6 +13,8 @@ obj-$(CONFIG_MFD_TC6387XB) += tc6387xb.o
obj-$(CONFIG_MFD_TC6393XB) += tc6393xb.o

obj-$(CONFIG_MFD_WM8400) += wm8400-core.o
wm8350-objs := wm8350-core.o wm8350-regmap.o
obj-$(CONFIG_MFD_WM8350) += wm8350.o

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

Expand Down
Loading

0 comments on commit c056109

Please sign in to comment.