:orphan: .. title:: CONFIG_BOARD_HSDK .. kconfig:: CONFIG_BOARD_HSDK CONFIG_BOARD_HSDK ################# *ARC HS Development Kit* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`SOC_ARC_HSDK ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/arc/hsdk/Kconfig.board:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:37`` → ``/Kconfig:29`` Menu path: (Top) → Board Selection .. code-block:: kconfig config BOARD_HSDK bool "ARC HS Development Kit" depends on SOC_ARC_HSDK && 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.)*