Created
January 24, 2018 15:17
-
-
Save mbolivar/dfabe2de1c4f773c52dabc5b359344b2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| config MCUBOOT_DEVICE_SETTINGS | |
| # Hidden selector for device-specific settings | |
| bool | |
| default y | |
| select MCUBOOT_DEVICE_CPU_CORTEX_M0 if CPU_CORTEX_M0 | |
| config MCUBOOT_DEVICE_CPU_CORTEX_M0 | |
| bool "M0-specific settings" | |
| select create_vector_relay_table if need_to_create_table | |
| default n |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment