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