:orphan: .. title:: choice: TI CC1200 RF preset .. _choice_195: .. describe:: choice: TI CC1200 RF preset *TI CC1200 RF preset* Type: ``bool`` Help ==== .. code-block:: none Set the RF preset you want to use. Direct dependencies =================== \ :kconfig:`IEEE802154_CC1200_RF_PRESET ` && \ :kconfig:`IEEE802154_CC1200 ` && \ :kconfig:`IEEE802154 ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`IEEE802154_CC1200_RF_SET_0 ` Choice options ============== - \ :kconfig:`IEEE802154_CC1200_RF_SET_0 ` - \ :kconfig:`IEEE802154_CC1200_RF_SET_1 ` - \ :kconfig:`IEEE802154_CC1200_RF_SET_2 ` Kconfig definition ================== At ``/ieee802154/Kconfig.cc1200:85`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:10`` → ``/ieee802154/Kconfig:70`` Menu path: (Top) → Device Drivers → IEEE 802.15.4 drivers options → TI CC1200 Driver support → Use TI CC1200 RF pre-sets .. code-block:: kconfig choice bool "TI CC1200 RF preset" default IEEE802154_CC1200_RF_SET_0 depends on IEEE802154_CC1200_RF_PRESET && IEEE802154_CC1200 && IEEE802154 help Set the RF preset you want to use. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*