From: Tom Rini <trini@konsulko.com>
To: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Cc: Jaehoon Chung <jh80.chung@samsung.com>,
Simon Glass <sjg@chromium.org>,
u-boot@lists.denx.de
Subject: Re: [PATCH 1/1] api: move API related config options into submenu
Date: Sat, 4 Mar 2023 10:32:15 -0500 [thread overview]
Message-ID: <20230304153215.GW968799@bill-the-cat> (raw)
In-Reply-To: <20230303223122.60900-1-heinrich.schuchardt@canonical.com>
[-- Attachment #1: Type: text/plain, Size: 723 bytes --]
On Fri, Mar 03, 2023 at 11:31:22PM +0100, Heinrich Schuchardt wrote:
> Kconfig settings that are related to the API for standalone applications
> should be in the API sub-menu and not on the top level.
>
> CONFIG_STANDALONE_LOAD_ADDR is only relevant if standalone example
> applications are built.
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
> ---
> Kconfig | 8 --------
> api/Kconfig | 11 ++++++++++-
> 2 files changed, 10 insertions(+), 9 deletions(-)
Did you put this through CI? It's possible that some envs don't do
"loadaddr=CONFIG_STANDALONE_LOAD_ADDR" and not enable API stuff anymore,
but I think that's why I did what I did when migrating.
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
next prev parent reply other threads:[~2023-03-04 15:32 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-03 22:31 [PATCH 1/1] api: move API related config options into submenu Heinrich Schuchardt
2023-03-04 15:32 ` Tom Rini [this message]
2023-03-06 10:18 ` Heinrich Schuchardt
2023-03-06 14:34 ` Tom Rini
2023-03-31 14:16 ` Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230304153215.GW968799@bill-the-cat \
--to=trini@konsulko.com \
--cc=heinrich.schuchardt@canonical.com \
--cc=jh80.chung@samsung.com \
--cc=sjg@chromium.org \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.