:orphan: .. title:: BOARD_IP_K66F .. option:: CONFIG_BOARD_IP_K66F *Segger IP-K66F* Type: ``bool`` Direct dependencies =================== \ :option:`SOC_SERIES_KINETIS_K6X ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :option:`SOC_PART_NUMBER_MK66FN2M0VMD18 ` Kconfig definition ================== At ``/arm/ip_k66f/Kconfig.board:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/Kconfig:22`` Menu path: (Top) → Board Selection .. code-block:: kconfig config BOARD_IP_K66F bool "Segger IP-K66F" select SOC_PART_NUMBER_MK66FN2M0VMD18 depends on SOC_SERIES_KINETIS_K6X && *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*