cpu/stm32: Model bootloader_stm32 module

This commit is contained in:
MrKevinWeiss 2021-12-10 14:02:33 +01:00
parent be6e671d4c
commit 4ac5ad66db
No known key found for this signature in database
GPG Key ID: 3514539D7808D123

View File

@ -34,6 +34,11 @@ config HAS_BOOTLOADER_STM32
help
Indicates that the stm32 bootloader is being used.
config MODULE_BOOTLOADER_STM32
bool "STM32 DFU/UART/SPI bootloader"
depends on HAS_BOOTLOADER_STM32
depends on TEST_KCONFIG
orsource "kconfigs/Kconfig.clk"
orsource "kconfigs/*/Kconfig"
orsource "kconfigs/*/Kconfig.lines"