:orphan:

.. title:: ANT_SEARCH_CONFIG

.. option:: CONFIG_ANT_SEARCH_CONFIG

*ANT Search Config Library*

Type: ``bool``

Help
====

Helper functions for ANT search 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_search_config/Kconfig:10``

Included via ``Kconfig:35`` → ``lib/Kconfig:16``

Menu path: (Top) → ANT Wireless

.. parsed-literal::

    menuconfig ANT_SEARCH_CONFIG
    	bool "ANT Search Config Library"
    	depends on \ :option:`ANT <CONFIG_ANT>`
    	help
    	  Helper functions for ANT search configuration

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