choice: TI CC1200 RF preset

TI CC1200 RF preset

Type: bool

Help

Set the RF preset you want to use.

Direct dependencies

IEEE802154_CC1200_RF_PRESET && IEEE802154_CC1200 && IEEE802154

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr>/drivers/ieee802154/Kconfig.cc1200:85

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:10<Zephyr>/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

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.)