configs/pic32-starterkit/nsh converted to use the kconfig-frontends tools

This commit is contained in:
Gregory Nutt 2014-03-01 11:10:30 -06:00
parent 74c50c12de
commit 07454e9241

View File

@ -1091,7 +1091,8 @@ config PIC32MX_ICESEL
config PIC32MX_PROGFLASHWP
hex "Program FLASH write protect"
default 0xff
default 0x3ff if ARCH_CHIP_PIC32MX1 || ARCH_CHIP_PIC32MX2
default 0xff if !ARCH_CHIP_PIC32MX1 && !ARCH_CHIP_PIC32MX2
---help---
Program FLASH write protect. Default 0xff (disabled)