CONFIG_NFCT_PINS_AS_GPIOS

NFCT pins as GPIOs

NFCT pins as GPIOs

Type: bool

Help

Two pins are usually reserved for NFC in SoCs that implement the
NFCT peripheral. This option switches them to normal GPIO mode.
HW enabling happens once in the device lifetime, during the first
system startup. Disabling this option will not switch back these
pins to NFCT mode. Doing this requires UICR erase prior to
flashing device using the image which has this option disabled.

NFC pins in nRF52 series: P0.09 and P0.10
NFC pins in nRF5340: P0.02 and P0.03

Help

Two pins are usually reserved for NFC in SoCs that implement the
NFCT peripheral. This option switches them to normal GPIO mode.
HW enabling happens once in the device lifetime, during the first
system startup. Disabling this option will not switch back these
pins to NFCT mode. Doing this requires UICR erase prior to
flashing device using the image which has this option disabled.

NFC pins in nRF52 series: P0.09 and P0.10
NFC pins in nRF5340: P0.02 and P0.03

Direct dependencies

(HAS_HW_NRF_NFCT && SOC_FAMILY_NRF) || (HAS_HW_NRF_NFCT && SOC_FAMILY_NRF)

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definitions

At <Zephyr>/soc/arm/nordic_nrf/Kconfig:41

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:36<Zephyr>/soc/Kconfig:15<nRF>/doc/_build/kconfig/Kconfig.soc.arch:2

Menu path: (Top) → Hardware Configuration

config NFCT_PINS_AS_GPIOS
    bool "NFCT pins as GPIOs"
    depends on HAS_HW_NRF_NFCT && SOC_FAMILY_NRF
    help
      Two pins are usually reserved for NFC in SoCs that implement the
      NFCT peripheral. This option switches them to normal GPIO mode.
      HW enabling happens once in the device lifetime, during the first
      system startup. Disabling this option will not switch back these
      pins to NFCT mode. Doing this requires UICR erase prior to
      flashing device using the image which has this option disabled.

      NFC pins in nRF52 series: P0.09 and P0.10
      NFC pins in nRF5340: P0.02 and P0.03

At <Zephyr>/soc/arm/nordic_nrf/Kconfig:41

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:36<Zephyr>/soc/Kconfig:18

Menu path: (Top) → Hardware Configuration

config NFCT_PINS_AS_GPIOS
    bool "NFCT pins as GPIOs"
    depends on HAS_HW_NRF_NFCT && SOC_FAMILY_NRF
    help
      Two pins are usually reserved for NFC in SoCs that implement the
      NFCT peripheral. This option switches them to normal GPIO mode.
      HW enabling happens once in the device lifetime, during the first
      system startup. Disabling this option will not switch back these
      pins to NFCT mode. Doing this requires UICR erase prior to
      flashing device using the image which has this option disabled.

      NFC pins in nRF52 series: P0.09 and P0.10
      NFC pins in nRF5340: P0.02 and P0.03

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)