Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284590
b: refs/heads/master
c: c3d4d69
h: refs/heads/master
v: v3
  • Loading branch information
Sangbeom Kim authored and Samuel Ortiz committed Jan 8, 2012
1 parent 27a37b7 commit a477177
Show file tree
Hide file tree
Showing 3 changed files with 13 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: 5ac2ffa7d73272cd0a5cde74628a1ed63c93911f
refs/heads/master: c3d4d697346e36304a94942ad8ed3e28a0d38a44
11 changes: 11 additions & 0 deletions trunk/drivers/mfd/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,17 @@ config MFD_MAX8998
additional drivers must be enabled in order to use the functionality
of the device.

config MFD_S5M_CORE
bool "SAMSUNG S5M Series Support"
depends on I2C=y && GENERIC_HARDIRQS
select MFD_CORE
select REGMAP_I2C
help
Support for the Samsung Electronics S5M MFD series.
This driver provies common support for accessing the device,
additional drivers must be enabled in order to use the functionality
of the device

config MFD_WM8400
tristate "Support Wolfson Microelectronics WM8400"
select MFD_CORE
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/mfd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,4 @@ obj-$(CONFIG_MFD_PM8XXX_IRQ) += pm8xxx-irq.o
obj-$(CONFIG_TPS65911_COMPARATOR) += tps65911-comparator.o
obj-$(CONFIG_MFD_AAT2870_CORE) += aat2870-core.o
obj-$(CONFIG_MFD_INTEL_MSIC) += intel_msic.o
obj-$(CONFIG_MFD_S5M_CORE) += s5m-core.o s5m-irq.o

0 comments on commit a477177

Please sign in to comment.