From ed746548ca857ad149433a90e7eb8ec44ad84522 Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Sun, 3 May 2026 20:52:13 +0800 Subject: [PATCH] !testing/libc/scanftest: drop CONFIG_LIBC_LONG_LONG from help text CONFIG_LIBC_LONG_LONG has been removed; long long support is now unconditional. Signed-off-by: Xiang Xiao --- testing/libc/scanftest/Kconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/testing/libc/scanftest/Kconfig b/testing/libc/scanftest/Kconfig index 33426dc97..92cc1c81b 100644 --- a/testing/libc/scanftest/Kconfig +++ b/testing/libc/scanftest/Kconfig @@ -11,8 +11,7 @@ config TESTING_SCANFTEST Enable sscanf() test For all tests to be successful, you need to enable - CONFIG_LIBC_FLOATINGPOINT, CONFIG_LIBC_LONG_LONG and - CONFIG_LIBC_SCANSET in addition. + CONFIG_LIBC_FLOATINGPOINT and CONFIG_LIBC_SCANSET in addition. if TESTING_SCANFTEST