-
CONFIG_SOC_ATMEL_SAME70_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.
Direct dependencies¶
SOC_SERIES_SAME70
&& SOC_FAMILY_SAM
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr>/soc/arm/atmel_sam/same70/Kconfig.soc:159
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:28
→ <Zephyr>/soc/Kconfig:11
→ <BuildDir>/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 onSOC_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.)