Fix for x86_64 build fail
[platform/upstream/connectedhomeip.git] / examples / lock-app / 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 # Default OpenThread network settings
25 CONFIG_OPENTHREAD_PANID=4660
26 CONFIG_OPENTHREAD_CHANNEL=15
27 CONFIG_OPENTHREAD_NETWORK_NAME="OpenThread"
28 CONFIG_OPENTHREAD_XPANID="11:11:11:11:22:22:22:22"
29
30 # Bluetooth overrides
31 CONFIG_BT_DEVICE_NAME="ChipLock"
32
33 # Additional configs for debbugging experience.
34 CONFIG_THREAD_NAME=y
35 CONFIG_MPU_STACK_GUARD=y
36
37 # CHIP configuration
38 CONFIG_CHIP_PROJECT_CONFIG="main/include/CHIPProjectConfig.h"