CONFIG_NFC_TNEP_TAG

Tag NDEF Exchange Protocol.

Type: bool

Help

Enable TAG NDEF Exchange Protocol

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <nRF>/subsys/nfc/tnep/Kconfig:7

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:25<nRF>/subsys/Kconfig:20<nRF>/subsys/nfc/Kconfig:13

Menu path: (Top) → Modules → Nordic nRF Connect → NFC

config NFC_TNEP_TAG
    bool "Tag NDEF Exchange Protocol."
    select NFC_NDEF
    select NFC_NDEF_MSG
    select NFC_NDEF_TNEP_RECORD
    select NFC_NDEF_PARSER
    select NFC_T4T_NDEF_FILE
    help
      Enable TAG NDEF Exchange Protocol

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