Browse Source
The boards defconfig enabled CONFIG_(MFD|REGULATOR), which are not stricly needed if the corresponding node is not enabled in the device tree. These options also enable many drivers, which are problematic on the mcuboot bootloader target. By moving them to the Kconfig, we can make them depend on !MCUBOOT which restores the sysboot target. Signed-off-by: Felix Moessbauer <felix.moessbauer@gmail.com>pull/92139/head
2 changed files with 6 additions and 2 deletions
Loading…
Reference in new issue