mirror of
https://github.com/andreili/katapult.git
synced 2025-08-23 19:34:06 +02:00
kconfig: fix page size description
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
2ac0f6be56
commit
b5ff2ce29b
@ -171,9 +171,9 @@ choice
|
||||
depends on MACH_STM32F103
|
||||
prompt "Flash Page Size"
|
||||
config STM32F1_PAGE_SIZE_400
|
||||
bool "Low Density (1024 KiB Page Size)"
|
||||
bool "Low/Medium Density (1024 KiB Page Size)"
|
||||
config STM32F1_PAGE_SIZE_800
|
||||
bool "Medium Density (2048 KiB Page Size)"
|
||||
bool "High Density (2048 KiB Page Size)"
|
||||
endchoice
|
||||
|
||||
config FLASH_PAGE_SIZE
|
||||
|
Loading…
x
Reference in New Issue
Block a user