CONFIG_ANT_ENCRYPTION_NUM_CHANNELS

Number of encrypted channels to configure. Must be <= CONFIG_ANT_ENCRYPTED_CHANNELS

Type: int

Direct dependencies

ANT_ENCRYPT_CONFIG && ANT

(Includes any dependencies from ifs and menus.)

Default

  • 1

Kconfig definition

At lib\ant_encryption/Kconfig:21

Included via Kconfig:38lib/Kconfig:11

Menu path: (Top) → ANT Wireless → ANT Encrypt Config Library

config ANT_ENCRYPTION_NUM_CHANNELS
    int "Number of encrypted channels to configure. Must be <= CONFIG_ANT_ENCRYPTED_CHANNELS"
    range 1 15
    default 1
    depends on ANT_ENCRYPT_CONFIG && ANT

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