Commit 15e0ff7a authored by Haojian Zhuang's avatar Haojian Zhuang Committed by Samuel Ortiz

mfd: Fix 88PM8607 I2C dependency

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: default avatarHaojian Zhuang <haojian.zhuang@marvell.com>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent 1e3edaf6
...@@ -321,7 +321,7 @@ config EZX_PCAP ...@@ -321,7 +321,7 @@ config EZX_PCAP
config MFD_88PM8607 config MFD_88PM8607
bool "Support Marvell 88PM8607" bool "Support Marvell 88PM8607"
depends on I2C depends on I2C=y
select MFD_CORE select MFD_CORE
help help
This supports for Marvell 88PM8607 Power Management IC. This includes This supports for Marvell 88PM8607 Power Management IC. This includes
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment