The latest development version of this page may be more current than this released 2.7.5 version.

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

SOC_ARC_HSDK && <choice: Board Selection>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At boards/arc/hsdk/Kconfig.board:6

Included via Kconfig:8Kconfig.zephyr:37boards/Kconfig:29

Menu path: (Top) → Board Selection

config BOARD_HSDK
    bool "ARC HS Development Kit"
    depends on SOC_ARC_HSDK && <choice>
    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.)