:orphan: .. title:: CONFIG_NFC_NDEF_MSG .. kconfig:: CONFIG_NFC_NDEF_MSG CONFIG_NFC_NDEF_MSG ################### *NDEF Message generator library* Type: ``bool`` Direct dependencies =================== \ :kconfig:`NFC_NDEF ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`NFC_TNEP_TAG ` - \ :kconfig:`NFC_TNEP_POLLER ` Symbols that imply this symbol ============================== - \ :kconfig:`CHIP_NFC_COMMISSIONING ` Kconfig definition ================== At ``/subsys/nfc/ndef/Kconfig:25`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:54`` → ``/subsys/Kconfig:20`` → ``/subsys/nfc/Kconfig:9`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → NFC .. code-block:: kconfig config NFC_NDEF_MSG bool "NDEF Message generator library" depends on NFC_NDEF *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*