:orphan: .. title:: NFCT_PINS_AS_GPIOS .. option:: CONFIG_NFCT_PINS_AS_GPIOS *NFCT pins as GPIOs* Type: ``bool`` Help ==== P0.9 and P0.10 are usually reserved for NFC. This option switch 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. Direct dependencies =================== \ :option:`HAS_HW_NRF_NFCT ` && \ :option:`SOC_FAMILY_NRF ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``soc/arm/nordic_nrf/nrf52/Kconfig.soc:463`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``soc/Kconfig:11`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.arch:2`` → ``soc/arm/nordic_nrf/Kconfig:17`` Menu path: (Top) → Hardware Configuration .. parsed-literal:: config NFCT_PINS_AS_GPIOS bool "NFCT pins as GPIOs" depends on \ :option:`HAS_HW_NRF_NFCT ` && \ :option:`SOC_FAMILY_NRF ` help P0.9 and P0.10 are usually reserved for NFC. This option switch 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. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*