-
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¶
HAS_HW_NRF_NFCT
&& SOC_FAMILY_NRF
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr>/soc/arm/nordic_nrf/nrf52/Kconfig.soc:463
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:28
→ <Zephyr>/soc/Kconfig:11
→ <BuildDir>/Kconfig/Kconfig.soc.arch:2
→ <Zephyr>/soc/arm/nordic_nrf/Kconfig:17
Menu path: (Top) → Hardware Configuration
config NFCT_PINS_AS_GPIOS bool "NFCT pins as GPIOs" depends onHAS_HW_NRF_NFCT
&&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.)