David Brown | 5153bd6 | 2017-01-06 11:16:53 -0700 | [diff] [blame] | 1 | CONFIG_CONSOLE_HANDLER=y |
Ricardo Salveti | 7cf3d9e | 2017-01-18 16:38:22 -0200 | [diff] [blame] | 2 | CONFIG_SYS_LOG=y |
David Brown | 5153bd6 | 2017-01-06 11:16:53 -0700 | [diff] [blame] | 3 | CONFIG_DEBUG=y |
Ricardo Salveti | 8e4d44d | 2017-02-27 23:00:31 -0300 | [diff] [blame^] | 4 | CONFIG_SYSTEM_CLOCK_DISABLE=y |
David Brown | 5153bd6 | 2017-01-06 11:16:53 -0700 | [diff] [blame] | 5 | |
| 6 | CONFIG_MAIN_STACK_SIZE=10240 |
| 7 | CONFIG_MBEDTLS=y |
| 8 | CONFIG_MBEDTLS_BUILTIN=y |
| 9 | CONFIG_MBEDTLS_CFG_FILE="config-boot.h" |
| 10 | |
| 11 | ### mbedTLS wants a heap |
| 12 | CONFIG_HEAP_MEM_POOL_SIZE=16384 |
| 13 | |
| 14 | CONFIG_FLASH=y |
Ricardo Salveti | 3dbf222 | 2017-01-18 11:34:47 -0200 | [diff] [blame] | 15 | |
| 16 | ### Disable Bluetooth by default |
| 17 | # CONFIG_BLUETOOTH is not set |
Andrew Boie | 240ac64 | 2017-03-02 13:40:39 -0800 | [diff] [blame] | 18 | |
| 19 | CONFIG_MULTITHREADING=n |