[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH v4] arm: Add Kconfig entry to select CONFIG_DTB_FILE
On 10.03.2021 07:58, Michal Orzel wrote: > --- a/xen/common/Kconfig > +++ b/xen/common/Kconfig > @@ -400,6 +400,14 @@ config DOM0_MEM > > Leave empty if you are not sure what to specify. > > +config DTB_FILE > + string "Absolute path to device tree blob" > + depends on HAS_DEVICE_TREE > + ---help--- > + When using a bootloader that has no device tree support or when there > + is no bootloader at all, use this option to specify the absolute path > + to a device tree that will be linked directly inside Xen binary. Nit: Linux, iirc, has dropped support for ---help--- (allowing only help now). To limit churn whenever we're going to re-sync our kconfig again, I'd like to avoid introduction of new uses of the old form. I'm sure this could be taken care of while committing. Jan
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |