16 lines
320 B
Plaintext
16 lines
320 B
Plaintext
|
# Copyright (c) 2022 Nordic Semiconductor ASA
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
menu "Deprecated"
|
||
|
|
||
|
config CPLUSPLUS
|
||
|
bool "[DEPRECATED] C++ support for the application"
|
||
|
select CPP
|
||
|
select DEPRECATED
|
||
|
help
|
||
|
This option enables the use of applications built with C++.
|
||
|
|
||
|
[DEPRECATED] Select CPP instead.
|
||
|
|
||
|
endmenu
|