From 543c564ba18189abbada3a16228a6193c5757213 Mon Sep 17 00:00:00 2001 From: Haojian Zhuang Date: Tue, 6 Oct 2009 08:08:37 -0400 Subject: [PATCH] mfd: fix the dependancy issue on 88PM8607 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 --- drivers/mfd/Kconfig | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index fbe684b..6e9efcd 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -307,8 +307,7 @@ config EZX_PCAP config MFD_88PM8607 bool "Support Marvell 88PM8607" - depends on I2C - select MFD_CORE + depends on I2C=y && MFD_CORE=y help This supports for Marvell 88PM8607 Power Management IC. This includes the I2C driver and the core APIs _only_, you have to select -- 1.5.6.5