CONFIG_ST25R3911B_LIB

NFC ST25R3911B library

Type: bool

Help

Enable the NFC ST25R3911B library.

In order to enable this library, the devicetree must have a node with compatible “st,st25r3911b” enabled. This provides devicetree data which is used to configure board-specific code.

Direct dependencies

n

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <nRF>/lib/st25r3911b/Kconfig:10

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:26<nRF>/lib/Kconfig:14

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

menuconfig ST25R3911B_LIB
    bool "NFC ST25R3911B library"
    depends on n
    help
      Enable the NFC ST25R3911B library.

      In order to enable this library, the devicetree must have a
      node with compatible "st,st25r3911b" enabled. This provides
      devicetree data which is used to configure board-specific
      code.

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