-
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 <Zephyr>/boards/arc/hsdk/Kconfig.board:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:27
→ <Zephyr>/boards/Kconfig:22
Menu path: (Top) → Board Selection
config BOARD_HSDK
bool "ARC HS Development Kit"
depends on SOC_ARC_HSDK
&& <choice: Board Selection>
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.)