kconfig: fix page size description

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan 2022-04-14 17:22:51 -04:00
parent 2ac0f6be56
commit b5ff2ce29b
No known key found for this signature in database
GPG Key ID: 7027245FBBDDF59A

View File

@ -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