Skip to content

Commit

Permalink
mfd: Fix 88PM8607 I2C dependency
Browse files Browse the repository at this point in the history
88PM8607 depends on I2C and MFD_CORE. Since 88PM8607 is built-in
kernel, it also requires that I2C and MFD_CORE are built-in
kernel also.

Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
  • Loading branch information
Haojian Zhuang authored and Samuel Ortiz committed Dec 13, 2009
1 parent 1e3edaf commit 15e0ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mfd/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ config EZX_PCAP

config MFD_88PM8607
bool "Support Marvell 88PM8607"
depends on I2C
depends on I2C=y
select MFD_CORE
help
This supports for Marvell 88PM8607 Power Management IC. This includes
Expand Down

0 comments on commit 15e0ff7

Please sign in to comment.