We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07ece0c commit 4ccc671Copy full SHA for 4ccc671
drivers/flash/Kconfig.stm32
@@ -70,4 +70,11 @@ config FLASH_STM32_BLOCK_REGISTERS
70
registers improves system security, because flash content (or
71
protection settings) can't be changed even when exploit was found.
72
73
+config STM32_XIP
74
+ bool "NOR Flash in MemoryMapped for XiP"
75
+ depends on XIP
76
+ help
77
+ This option enables the XIP mode for the external NOR flash
78
+ mounted on STM32 boards.
79
+
80
endif # SOC_FLASH_STM32
0 commit comments