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:
parent
c2bcef4db8
commit
c3307fce6b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user