:orphan: .. title:: ANT_STATE_INDICATOR .. option:: CONFIG_ANT_STATE_INDICATOR *ANT State Indicator Library* Type: ``bool`` Help ==== Controls LEDs based on ANT connection states Direct dependencies =================== \ :option:`ANT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - DK_LIBRARY Kconfig definition ================== .. highlight:: kconfig At ``lib\ant_state_indicator/Kconfig:10`` Included via ``Kconfig:40`` → ``lib/Kconfig:14`` Menu path: (Top) → ANT Wireless → ANT Wireless .. parsed-literal:: menuconfig ANT_STATE_INDICATOR bool "ANT State Indicator Library" select DK_LIBRARY depends on \ :option:`ANT ` help Controls LEDs based on ANT connection states *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*