> -----Original Message----- > From: linux-crypto-ow...@vger.kernel.org <linux-crypto- > ow...@vger.kernel.org> On Behalf Of Herbert Xu > > On Tue, Apr 28, 2020 at 12:26:31PM +0000, Hadar Gat wrote: > > > > I've set COMPILE_TEST but couldn't see any problem. > > Would you share what doesn't work? > > I don't have OF in my config. This driver builds just fine without OF.
Yes, it builds, but it is useless. In include/linux/of.h there are definitions for of_property_read*() functions for the case of OF_CONFIG not being defined that simply returns -ENOSYS. > > Cheers, > -- > Email: Herbert Xu <herb...@gondor.apana.org.au> Home Page: > http://gondor.apana.org.au/~herbert/ > PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt