|
2 | 2 | # SPDX-License-Identifier: Apache-2.0 |
3 | 3 |
|
4 | 4 | # General config |
5 | | -CONFIG_HEAP_MEM_POOL_SIZE=4096 |
6 | | -CONFIG_NEWLIB_LIBC=y |
7 | | -CONFIG_CBPRINTF_FP_SUPPORT=y |
8 | | - |
9 | | -# Networking |
10 | | -CONFIG_NET_SOCKETS_OFFLOAD=y |
11 | | -CONFIG_NET_IPV6=y |
12 | | -CONFIG_NET_IPV6_NBR_CACHE=n |
13 | | -CONFIG_NET_IPV6_MLD=n |
14 | | - |
15 | | -# Increase native TLS socket implementation, so that it is chosen instead of |
16 | | -# offloaded nRF91 sockets |
17 | | -CONFIG_NET_SOCKETS_TLS_PRIORITY=35 |
18 | | - |
19 | | -# Modem library |
20 | | -CONFIG_NRF_MODEM_LIB=y |
21 | | - |
22 | | -# LTE connectivity with network connection manager |
23 | | -CONFIG_NRF_MODEM_LIB_NET_IF=y |
24 | | -CONFIG_NRF_MODEM_LIB_NET_IF_AUTO_START=y |
25 | | -CONFIG_NRF_MODEM_LIB_NET_IF_AUTO_CONNECT=n |
26 | | -CONFIG_NET_CONNECTION_MANAGER=y |
27 | | -CONFIG_NET_CONNECTION_MANAGER_MONITOR_STACK_SIZE=1024 |
28 | | - |
29 | | -# Add Logs for LTE Link Handler |
30 | | -CONFIG_GOLIOTH_SAMPLE_NRF91_LTE_MONITOR=y |
31 | | - |
32 | | -# Disable options y-selected by NCS for no good reason |
33 | | -CONFIG_MBEDTLS_KEY_EXCHANGE_DHE_PSK_ENABLED=n |
34 | | -CONFIG_MBEDTLS_KEY_EXCHANGE_DHE_RSA_ENABLED=n |
35 | | - |
36 | | -# MbedTLS configuration to support p-384 curve. These options |
37 | | -# enable using the MbedTLS built-in support for operations not |
38 | | -# supported by the default nRF Oberon crypto backend |
39 | | -CONFIG_NORDIC_SECURITY_BACKEND=n |
40 | | -CONFIG_MBEDTLS_LEGACY_CRYPTO_C=y |
41 | | - |
42 | | -# Add Network Info Support |
43 | | -CONFIG_MODEM_INFO=y |
44 | | - |
45 | | -# Generate MCUboot compatible images |
46 | | -CONFIG_BOOTLOADER_MCUBOOT=y |
47 | | - |
48 | | -# Use Golioth Ostentus Faceplate |
49 | | -CONFIG_LIB_OSTENTUS=y |
| 5 | +CONFIG_ALUDEL_BATTERY_MONITOR=y |
50 | 6 |
|
| 7 | +# Turn on regulator to power click headers |
51 | 8 | CONFIG_REGULATOR=y |
0 commit comments