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 <keithp@keithp.com>
This commit is contained in:
Keith Packard 2023-02-10 11:00:41 -08:00 committed by Stephanos Ioannidis
parent 638842c598
commit 6a698f482a

View File

@ -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