Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187815
b: refs/heads/master
c: 8d002bd
h: refs/heads/master
i:
  187813: 797e9a8
  187811: 0401d13
  187807: 0e8d997
v: v3
  • Loading branch information
Geert Uytterhoeven authored and Samuel Ortiz committed Mar 12, 2010
1 parent ab24b42 commit 4551bfe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 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: a5300dcbbd5d455a1a5978095b8f78af66c540a6
refs/heads/master: 8d002bdc9f1f9a1220c0d87a7321f0233ace97cd
9 changes: 5 additions & 4 deletions trunk/drivers/mfd/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ config MFD_CORE

config MFD_88PM860X
bool "Support Marvell 88PM8606/88PM8607"
depends on I2C=y
depends on I2C=y && GENERIC_HARDIRQS
select MFD_CORE
help
This supports for Marvell 88PM8606/88PM8607 Power Management IC.
Expand Down Expand Up @@ -205,7 +205,7 @@ config PMIC_ADP5520

config MFD_MAX8925
bool "Maxim Semiconductor MAX8925 PMIC Support"
depends on I2C=y
depends on I2C=y && GENERIC_HARDIRQS
select MFD_CORE
help
Say yes here to support for Maxim Semiconductor MAX8925. This is
Expand All @@ -226,7 +226,7 @@ config MFD_WM8400
config MFD_WM831X
bool "Support Wolfson Microelectronics WM831x/2x PMICs"
select MFD_CORE
depends on I2C=y
depends on I2C=y && GENERIC_HARDIRQS
help
Support for the Wolfson Microelecronics WM831x and WM832x PMICs.
This driver provides common support for accessing the device,
Expand All @@ -235,6 +235,7 @@ config MFD_WM831X

config MFD_WM8350
bool
depends on GENERIC_HARDIRQS

config MFD_WM8350_CONFIG_MODE_0
bool
Expand Down Expand Up @@ -287,7 +288,7 @@ config MFD_WM8352_CONFIG_MODE_3
config MFD_WM8350_I2C
bool "Support Wolfson Microelectronics WM8350 with I2C"
select MFD_WM8350
depends on I2C=y
depends on I2C=y && GENERIC_HARDIRQS
help
The WM8350 is an integrated audio and power management
subsystem with watchdog and RTC functionality for embedded
Expand Down

0 comments on commit 4551bfe

Please sign in to comment.