:orphan: .. title:: CONFIG_BOARD_FRDM_K64F .. kconfig:: CONFIG_BOARD_FRDM_K64F CONFIG_BOARD_FRDM_K64F ###################### *Freescale FRDM-K64F* Type: ``bool`` Direct dependencies =================== \ :kconfig:`SOC_SERIES_KINETIS_K6X ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :kconfig:`SOC_PART_NUMBER_MK64FN1M0VLL12 ` Kconfig definition ================== At ``/arm/frdm_k64f/Kconfig.board:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:37`` → ``/Kconfig:29`` Menu path: (Top) → Board Selection .. code-block:: kconfig config BOARD_FRDM_K64F bool "Freescale FRDM-K64F" select SOC_PART_NUMBER_MK64FN1M0VLL12 depends on SOC_SERIES_KINETIS_K6X && *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*