[PATCH 0/2] Devicetree support for UML

Richard Weinberger richard at nod.at
Tue Dec 21 13:13:03 PST 2021


----- Ursprüngliche Mail -----
> Von: "Johannes Berg" <johannes at sipsolutions.net>
> An: "richard" <richard at nod.at>, "Vincent Whitchurch" <vincent.whitchurch at axis.com>
> CC: "Jeff Dike" <jdike at addtoit.com>, "anton ivanov" <anton.ivanov at cambridgegreys.com>, "kernel" <kernel at axis.com>,
> "linux-kernel" <linux-kernel at vger.kernel.org>, "linux-um" <linux-um at lists.infradead.org>, "devicetree"
> <devicetree at vger.kernel.org>
> Gesendet: Dienstag, 21. Dezember 2021 21:56:50
> Betreff: Re: [PATCH 0/2] Devicetree support for UML

> On Tue, 2021-12-21 at 21:55 +0100, Richard Weinberger wrote:
>> Vincent,
>> 
>> ----- Ursprüngliche Mail -----
>> > Von: "Vincent Whitchurch" <vincent.whitchurch at axis.com>
>> > An: "Jeff Dike" <jdike at addtoit.com>, "richard" <richard at nod.at>, "anton ivanov"
>> > <anton.ivanov at cambridgegreys.com>
>> > CC: kernel at axis.com, "linux-kernel" <linux-kernel at vger.kernel.org>, "linux-um"
>> > <linux-um at lists.infradead.org>,
>> > "devicetree" <devicetree at vger.kernel.org>, "Vincent Whitchurch"
>> > <vincent.whitchurch at axis.com>
>> > Gesendet: Mittwoch, 8. Dezember 2021 16:11:21
>> > Betreff: [PATCH 0/2] Devicetree support for UML
>> 
>> > This series add support for passing a devicetree blob to UML.  It can be used
>> > for testing device drivers.
>> 
>> Nice feature.
>> Code looks good so far. But while building I'm facing this warning:
>> 
>> WARNING: unmet direct dependencies detected for OF_EARLY_FLATTREE
>>   Depends on [n]: OF [=n]
>>   Selected by [y]:
>>   - UML [=y]
>> 
>> 
>> Please note that my UML config has CONFIG_OF=n.
>> 
> 
> Hm. So maybe that needs to be
> 
>	select OF_EARLY_FLATTREE if OF

Yeah, IIRC arm and mips use such a pattern too.
Vincent, what do you think?

Thanks,
//richard



More information about the linux-um mailing list