:orphan:

.. title:: ANT_ENCRYPT_CONFIG

.. option:: CONFIG_ANT_ENCRYPT_CONFIG

*ANT Encrypt Config Library*

Type: ``bool``

Help
====

Helper functions for ANT encrypt configuration

Direct dependencies
===================

\ :option:`ANT <CONFIG_ANT>`

*(Includes any dependencies from ifs and menus.)*

Defaults
========

No defaults. Implicitly defaults to ``n``.

Kconfig definition
==================

.. highlight:: kconfig

At ``lib\ant_encryption/Kconfig:10``

Included via ``Kconfig:40`` → ``lib/Kconfig:11``

Menu path: (Top) → ANT Wireless → ANT Wireless

.. parsed-literal::

    menuconfig ANT_ENCRYPT_CONFIG
    	bool "ANT Encrypt Config Library"
    	depends on \ :option:`ANT <CONFIG_ANT>`
    	help
    	  Helper functions for ANT encrypt configuration

*(The 'depends on' condition includes propagated dependencies from ifs and menus.)*