Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1658832

[PATCH 2/5] mfd: tps65218: Add a dependency on OF

From Keerthy <j-keerthy@ti.com>
Newsgroups linux.kernel
Subject [PATCH 2/5] mfd: tps65218: Add a dependency on OF
Date 2017-06-06 16:50 +0200
Message-ID <tPnXX-1DX-1@gated-at.bofh.it> (permalink)
References <tPnXY-1DX-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Currently the driver boots only via device tree hence add a
dependency on OF.

Signed-off-by: Keerthy <j-keerthy@ti.com>
---
 drivers/mfd/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index b845d28..75b59f1 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -1327,7 +1327,7 @@ config MFD_TI_LP873X
 
 config MFD_TPS65218
 	tristate "TI TPS65218 Power Management chips"
-	depends on I2C
+	depends on I2C && OF
 	select MFD_CORE
 	select REGMAP_I2C
 	select REGMAP_IRQ
-- 
1.9.1

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH 2/5] mfd: tps65218: Add a dependency on OF Keerthy <j-keerthy@ti.com> - 2017-06-06 16:50 +0200

csiph-web