[PATCH linux dev-4.13] fsi: core: Depend on OF

Joel Stanley joel at jms.id.au
Fri Feb 9 14:20:48 AEDT 2018


The recent changes to match FSI slaves and engines to device tree nodes
introduced a dependency on 'of_' functions. As all in-tree users of FSI
are ARM OF platforms, make the FSI core depend on OF.

Fixes: 46d6856a33e67 ("fsi: Match fsi slaves and engines to available dt nodes")
Signed-off-by: Joel Stanley <joel at jms.id.au>
---
 drivers/fsi/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/fsi/Kconfig b/drivers/fsi/Kconfig
index 8ed4602d9acf..2c9b32d3127e 100644
--- a/drivers/fsi/Kconfig
+++ b/drivers/fsi/Kconfig
@@ -6,6 +6,7 @@ menu "FSI support"
 
 config FSI
 	tristate "FSI support"
+	depends on OF
 	select CRC4
 	---help---
 	  FSI - the FRU Support Interface - is a simple bus for low-level
-- 
2.15.1



More information about the openbmc mailing list