arch/arm/src/stm32h7/kconfig

Remove spaces from Kconfig
This commit is contained in:
simbit18 2023-05-08 12:55:03 +02:00 committed by Alan Carvalho de Assis
parent 5ed2d90c31
commit 8a0729ac18

View file

@ -5609,17 +5609,17 @@ if STM32_HAVE_OTA_PARTITION
comment "Application Image OTA Update support"
config STM32_PROGMEM_OTA_PARTITION
bool "MTD driver"
default n
bool "MTD driver"
default n
select BCH
select MTD
select MTD_BYTE_WRITE
select MTD_PARTITION
select MTD_PROGMEM
select STM32H7_PROGMEM
---help---
Initialize an MTD driver for the Flash, which will
add an entry at /dev for application access from userspace.
select MTD
select MTD_BYTE_WRITE
select MTD_PARTITION
select MTD_PROGMEM
select STM32H7_PROGMEM
---help---
Initialize an MTD driver for the Flash, which will
add an entry at /dev for application access from userspace.
if STM32_PROGMEM_OTA_PARTITION
config STM32_MCUBOOT_HEADER_SIZE