:orphan: .. title:: CONFIG_SOC_ATMEL_SAME70_DISABLE_ERASE_PIN .. kconfig:: CONFIG_SOC_ATMEL_SAME70_DISABLE_ERASE_PIN CONFIG_SOC_ATMEL_SAME70_DISABLE_ERASE_PIN ######################################### *Disable ERASE pin* *Disable ERASE pin* Type: ``bool`` Help ==== .. code-block:: none 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 ==== .. code-block:: none 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 =================== (\ :kconfig:`SOC_SERIES_SAME70 ` && \ :kconfig:`SOC_FAMILY_SAM `) || (\ :kconfig:`SOC_SERIES_SAME70 ` && \ :kconfig:`SOC_FAMILY_SAM `) *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definitions =================== At ``/arm/atmel_sam/same70/Kconfig.soc:159`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` → ``/arm/atmel_sam/Kconfig:17`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig 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 ``/arm/atmel_sam/same70/Kconfig.soc:159`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/arm/atmel_sam/Kconfig:17`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig 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.)*