c03ebe142c
Changed select NEWLIB_LIBC to select REQUIRES_FULL_LIBC. This fixes #20247 Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
8 lines
213 B
Text
8 lines
213 B
Text
# Copyright (c) 2019 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config MIPI_SYST_LIB
|
|
bool "MIPI SyS-T Library Support"
|
|
select REQUIRES_FULL_LIBC
|
|
help
|
|
This option enables the MIPI SyS-T Library
|