arch/arm/Kconfig: Add ARCH_HAVE_PROGMEM config

The Atmel samv7 implements progmem functionality. However, there is
missing ARCH_HAVE_PROGMEM Kconfig symbol. This add missing symbol.

Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
This commit is contained in:
Gerson Fernando Budke 2021-11-29 23:08:41 -03:00 committed by Xiang Xiao
parent c2bcef4db8
commit c3307fce6b

View File

@ -298,6 +298,7 @@ config ARCH_CHIP_SAMV7
select ARCH_CORTEXM7
select ARCH_HAVE_MPU
select ARCH_HAVE_FETCHADD
select ARCH_HAVE_PROGMEM
select ARCH_HAVE_RAMFUNCS
select ARCH_HAVE_TICKLESS
select ARCH_HAVE_I2CRESET