[PATCH 019/171] lib: Add a Kconfig for SPL_GENERATE_ACPI_TABLE

Tom Rini trini at konsulko.com
Sun Feb 5 03:01:51 CET 2023


On Sat, Feb 04, 2023 at 06:21:47PM -0700, Simon Glass wrote:
> Hi Tom, Heinrich,
> 
> On Mon, 30 Jan 2023 at 07:52, Tom Rini <trini at konsulko.com> wrote:
> >
> > On Mon, Jan 30, 2023 at 03:50:23PM +0100, Heinrich Schuchardt wrote:
> > > On 1/30/23 15:40, Simon Glass wrote:
> > > > This is implicitly used in the source and seems useful, so add it.
> > >
> > > Please, provide a clear description how this will be used.
> >
> > To follow up on what I just sent, Simon seems to be taking a pass at
> > adding to Kconfig many / most of the options that aren't available today
> > but are implied by the usage of CONFIG_IS_ENABLED(FOO). So, this is
> > another case where IS_ENABLED(CONFIG_FOO) should be used.
> 
> This is needed for coral, which needs to know whether to include the
> code to generate the ACPI tables or not. It needs to be omitted in
> SPL, for code-size reasons.
> 
> If we use IS_ENABLED() then it will be built into SPL.

OK, so then this needs to be part of the split config series as it
relies on CONFIG_IS_ENABLED behavior that is changed by split config.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20230204/47870233/attachment.sig>


More information about the U-Boot mailing list