arch: stm32: Remove unsupported MPU options
Some code was developped around MPU support in ealy stage of feature introduction. This code was gated under MPU_ENABLE flag which does not exist and hence code has never been enabled nor tested. Since there has been futher MPU development since then, it seems safer to simply remove that code and associated Kconfig symbols to avoid that someone starts using it while it was not part of MPU development track. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
9c1a2b515c
commit
9559277094
2 changed files with 0 additions and 25 deletions
|
@ -46,16 +46,3 @@ config SOC_STM32F469XI
|
|||
bool "STM32F469XI"
|
||||
|
||||
endchoice
|
||||
|
||||
|
||||
choice
|
||||
prompt "Configure Bootloader Options"
|
||||
depends on MPU_ENABLE
|
||||
|
||||
config BL_BOOTLOADER
|
||||
bool "Build the Bootloader"
|
||||
|
||||
config BL_APPLICATION
|
||||
bool "Build an Application"
|
||||
|
||||
endchoice
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue