9 lines
206 B
Plaintext
9 lines
206 B
Plaintext
|
# Copyright (c) 2019 Intel Corporation
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
config MIPI_SYST_LIB
|
||
|
bool "MIPI SyS-T Library Support"
|
||
|
select NEWLIB_LIBC
|
||
|
help
|
||
|
This option enables the MIPI SyS-T Library
|