> > > - */ > > > -int sandbox_read_fdt_from_file(void); > > > - > > > /** > > > * sandbox_reset() - reset sandbox > > > * > > > diff --git a/configs/sandbox64_defconfig b/configs/sandbox64_defconfig > > > index f7098b496983..358a6c168259 100644 > > > --- a/configs/sandbox64_defconfig > > > +++ b/configs/sandbox64_defconfig > > > @@ -86,7 +86,7 @@ CONFIG_MAC_PARTITION=y > > > CONFIG_AMIGA_PARTITION=y > > > CONFIG_OF_CONTROL=y > > > CONFIG_OF_LIVE=y > > > -CONFIG_OF_HOSTFILE=y > > > +CONFIG_OF_BOARD=y > > > > Can we put this in Kconfig instead, so it is enabled for all sandbox boards? > > Sure
Looking at this again, is this doable? I remember 'select' being available only on bool or tristate options. Is there another way? Cheers /Ilias

