CONFIG_SOC_ATMEL_SAME70_DISABLE_ERASE_PIN
Disable ERASE pin
Disable ERASE pin
Type: bool
Help
At reset ERASE pin is configured in System IO mode. Asserting the ERASE
pin at '1' will completely erase Flash memory. Setting this option will
switch the pin to general IO mode giving control of the pin to the GPIO
module.
Help
At reset ERASE pin is configured in System IO mode. Asserting the ERASE
pin at '1' will completely erase Flash memory. Setting this option will
switch the pin to general IO mode giving control of the pin to the GPIO
module.
Direct dependencies
(SOC_SERIES_SAME70
&& SOC_FAMILY_SAM
) || (SOC_SERIES_SAME70
&& SOC_FAMILY_SAM
)
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definitions
At <Zephyr>/soc/arm/atmel_sam/same70/Kconfig.soc:159
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:38
→ <Zephyr>/soc/Kconfig:15
→ <nRF>/doc/_build/kconfig/Kconfig.soc.arch:2
→ <Zephyr>/soc/arm/atmel_sam/Kconfig:17
Menu path: (Top) → Hardware Configuration
config SOC_ATMEL_SAME70_DISABLE_ERASE_PIN
bool "Disable ERASE pin"
depends on SOC_SERIES_SAME70 && SOC_FAMILY_SAM
help
At reset ERASE pin is configured in System IO mode. Asserting the ERASE
pin at '1' will completely erase Flash memory. Setting this option will
switch the pin to general IO mode giving control of the pin to the GPIO
module.
At <Zephyr>/soc/arm/atmel_sam/same70/Kconfig.soc:159
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:38
→ <Zephyr>/soc/Kconfig:18
→ <Zephyr>/soc/arm/atmel_sam/Kconfig:17
Menu path: (Top) → Hardware Configuration
config SOC_ATMEL_SAME70_DISABLE_ERASE_PIN
bool "Disable ERASE pin"
depends on SOC_SERIES_SAME70 && SOC_FAMILY_SAM
help
At reset ERASE pin is configured in System IO mode. Asserting the ERASE
pin at '1' will completely erase Flash memory. Setting this option will
switch the pin to general IO mode giving control of the pin to the GPIO
module.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)