Fix for x86_64 build fail
[platform/upstream/connectedhomeip.git] / examples / shell / nrfconnect / prj.conf
1 #
2 #    Copyright (c) 2020 Project CHIP Authors
3 #
4 #    Licensed under the Apache License, Version 2.0 (the "License");
5 #    you may not use this file except in compliance with the License.
6 #    You may obtain a copy of the License at
7 #
8 #        http://www.apache.org/licenses/LICENSE-2.0
9 #
10 #    Unless required by applicable law or agreed to in writing, software
11 #    distributed under the License is distributed on an "AS IS" BASIS,
12 #    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 #    See the License for the specific language governing permissions and
14 #    limitations under the License.
15 #
16
17 # This sample uses sample-defaults.conf to set options common for all
18 # samples. This file should contain only options specific for this sample
19 # or overrides of default values.
20
21 # Add support for LEDs and buttons on Nordic development kits
22 CONFIG_DK_LIBRARY=y
23
24 # Configure CHIP shell
25 CONFIG_CHIP_LIB_SHELL=y
26 CONFIG_CONSOLE_SUBSYS=y
27 CONFIG_CONSOLE_GETCHAR=y
28 CONFIG_SHELL=n
29 CONFIG_OPENTHREAD_SHELL=n
30
31 # Some shell commands require OpenThread FTD configuration
32 CONFIG_OPENTHREAD_MTD=n
33 CONFIG_OPENTHREAD_FTD=y
34
35 # Additional configs for debbugging experience.
36 CONFIG_THREAD_NAME=y
37 CONFIG_MPU_STACK_GUARD=y
38
39 # CHIP configuration
40 CONFIG_CHIP_PROJECT_CONFIG="CHIPProjectConfig.h"