From 6a698f482abab6f371729cc3cfb8e3ef5de02552 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Fri, 10 Feb 2023 11:00:41 -0800 Subject: [PATCH] lib/libc: Move helper symbols above C library menu Restructure the file so that the only elements within 'menu "C Library"' are the library choices. Signed-off-by: Keith Packard --- lib/libc/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/Kconfig b/lib/libc/Kconfig index c33a87e7aaf..592c8ae2861 100644 --- a/lib/libc/Kconfig +++ b/lib/libc/Kconfig @@ -3,8 +3,6 @@ # Copyright (c) 2016 Intel Corporation # SPDX-License-Identifier: Apache-2.0 -menu "C Library" - config REQUIRES_FULL_LIBC bool help @@ -26,6 +24,8 @@ config PICOLIBC_SUPPORTED help Selected when the target has support for picolibc. +menu "C Library" + choice LIBC_IMPLEMENTATION prompt "C Library Implementation" default EXTERNAL_LIBC if NATIVE_APPLICATION