From: Ahmad Fatoum <ahmad@a3f.at>
To: barebox@lists.infradead.org
Cc: Ahmad Fatoum <ahmad@a3f.at>
Subject: [PATCH] fixup! string: import strverscmp_improved from systemd
Date: Fri, 2 Jun 2023 20:07:45 +0200 [thread overview]
Message-ID: <20230602180745.891623-1-ahmad@a3f.at> (raw)
lib: revert CONFIG_STMP_DEVICE prompt visibility
CONFIG_STMP_DEVICE is unrelated to the strverscmp changes and I touched
it by mistake when I sought to remove VERSION_CMP's prompt. Fix this.
Signed-off-by: Ahmad Fatoum <ahmad@a3f.at>
---
lib/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/Kconfig b/lib/Kconfig
index 84d2a2573625..758197b60866 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -107,7 +107,7 @@ config IMAGE_SPARSE
bool
config STMP_DEVICE
- bool "STMP device support"
+ bool "STMP device support" if COMPILE_TEST
config FSL_QE_FIRMWARE
select CRC32
@@ -168,7 +168,7 @@ config PROGRESS_NOTIFIER
progress, like blinking a LED during an update.
config VERSION_CMP
- bool "version comparison utilities" if COMPILE_TEST
+ bool
help
This is selected by code that needs to compare versions
in a manner compatible with
--
2.38.5
next reply other threads:[~2023-06-02 18:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-02 18:07 Ahmad Fatoum [this message]
2023-06-05 13:49 ` Sascha Hauer
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=20230602180745.891623-1-ahmad@a3f.at \
--to=ahmad@a3f.at \
--cc=barebox@lists.infradead.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox