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 |
Marti Bolivar | a4818a5 | 2018-04-12 13:02:38 -0400 | [diff] [blame^] | 7 | CONFIG_MBEDTLS_CFG_FILE="mcuboot-mbedtls-cfg.h" |
David Brown | 5153bd6 | 2017-01-06 11:16:53 -0700 | [diff] [blame] | 8 | |
David Brown | 0bae965 | 2017-10-19 16:45:09 -0600 | [diff] [blame] | 9 | ### mbedTLS has its own heap |
| 10 | # CONFIG_HEAP_MEM_POOL_SIZE is not set |
David Brown | 5153bd6 | 2017-01-06 11:16:53 -0700 | [diff] [blame] | 11 | |
Marti Bolivar | a4818a5 | 2018-04-12 13:02:38 -0400 | [diff] [blame^] | 12 | ### We never want Zephyr's copy of tinycrypt. If tinycrypt is needed, |
| 13 | ### MCUboot has its own copy in tree. |
| 14 | # CONFIG_TINYCRYPT is not set |
| 15 | # CONFIG_TINYCRYPT_ECC_DSA is not set |
| 16 | # CONFIG_TINYCRYPT_SHA256 is not set |
| 17 | |
David Brown | 5153bd6 | 2017-01-06 11:16:53 -0700 | [diff] [blame] | 18 | CONFIG_FLASH=y |
David Brown | 0d1b0b9 | 2017-07-26 00:34:56 -0600 | [diff] [blame] | 19 | CONFIG_MPU_ALLOW_FLASH_WRITE=y |
Ricardo Salveti | 3dbf222 | 2017-01-18 11:34:47 -0200 | [diff] [blame] | 20 | |
Andrew Boie | 240ac64 | 2017-03-02 13:40:39 -0800 | [diff] [blame] | 21 | CONFIG_MULTITHREADING=n |
Marti Bolivar | f4d0e1a | 2017-08-30 18:39:07 -0400 | [diff] [blame] | 22 | |
| 23 | ### Zephyr keeps turning on major subsystems by default that we don't want. |
| 24 | # CONFIG_BT is not set |
| 25 | # CONFIG_I2C is not set |