mirror of
https://github.com/apache/nuttx.git
synced 2026-08-15 01:13:29 +00:00
arch/arm/src/stm32h7/kconfig
Remove spaces from Kconfig
This commit is contained in:
parent
5ed2d90c31
commit
8a0729ac18
1 changed files with 10 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue