gustavonihei commented on a change in pull request #4880:
URL: https://github.com/apache/incubator-nuttx/pull/4880#discussion_r756089582



##########
File path: arch/arm/src/samv7/Kconfig
##########
@@ -816,6 +816,13 @@ config SAMV7_PROGMEM_NSECTORS
                flash memory that will be reserved for use with by the 
interfaces
                prototyped in include/nuttx/progmem.h
 
+config SAMV7_PROGMEM_ERASESTATE
+       bool "Flash progmem erasestate ictl support"

Review comment:
       ```suggestion
        bool "Flash progmem erasestate ioctl support"
   ```

##########
File path: arch/arm/src/samv7/Kconfig
##########
@@ -816,6 +816,13 @@ config SAMV7_PROGMEM_NSECTORS
                flash memory that will be reserved for use with by the 
interfaces
                prototyped in include/nuttx/progmem.h
 
+config SAMV7_PROGMEM_ERASESTATE
+       bool "Flash progmem erasestate ictl support"
+       default y
+       select ARCH_HAVE_PROGMEM_ERASESTATE
+       ---help---
+               Add progmem erasestate ictl command.

Review comment:
       ```suggestion
                Add progmem erasestate ioctl command.
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to