:orphan: .. title:: BOARD_HSDK .. option:: CONFIG_BOARD_HSDK *ARC HS Development Kit* Type: ``bool`` Help ==== The DesignWare ARC HS Development Kit is a ready-to-use platform for rapid software development on the ARC HS3x family of processors. It supports single- and multi-core ARC HS34, HS36 and HS38 processors and offers a wide range of interfaces Direct dependencies =================== \ :option:`SOC_ARC_HSDK ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``boards/arc/hsdk/Kconfig.board:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``boards/Kconfig:22`` Menu path: (Top) → Board Selection .. parsed-literal:: config BOARD_HSDK bool "ARC HS Development Kit" depends on \ :option:`SOC_ARC_HSDK ` && \ :ref:` ` help The DesignWare ARC HS Development Kit is a ready-to-use platform for rapid software development on the ARC HS3x family of processors. It supports single- and multi-core ARC HS34, HS36 and HS38 processors and offers a wide range of interfaces *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*