choice: CLK_OUT frequency

CLK_OUT frequency

Type: bool

Help

Configuration of the MCR20A clock output pin.

Direct dependencies

IEEE802154_MCR20A && IEEE802154

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr>/drivers/ieee802154/Kconfig.mcr20a:25

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:10<Zephyr>/drivers/ieee802154/Kconfig:64

Menu path: (Top) → Device Drivers → IEEE 802.15.4 drivers options → NXP MCR20A Driver support

choice
    bool "CLK_OUT frequency"
    default MCR20A_CLK_OUT_4MHZ if MCR20A_IS_PART_OF_KW2XD_SIP
    default MCR20A_CLK_OUT_DISABLED
    depends on IEEE802154_MCR20A && IEEE802154
    help
      Configuration of the MCR20A clock output pin.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)