:orphan: .. title:: BOARD_IOTDK .. option:: CONFIG_BOARD_IOTDK *ARC IoT Development Kit* Type: ``bool`` Help ==== The DesignWare ARC IoT Development Kit board is a versatile platform that includes the necessary hardware and software to accelerate software development and debugging of sensor fusion, voice recognition and face detection designs. It includes a silicon implementation of the ARC Data Fusion IP Subsystem running at 144 MHz on SMIC's 55-nm ultra-low power process, and a rich set of peripherals commonly used in IoT designs such as USB, UART, SPI, I2C, PWM, SDIO and ADCs. Direct dependencies =================== \ :option:`SOC_ARC_IOT ` && \ :ref:` ` *(Includes any dependencies from if's and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``boards/arc/iotdk/Kconfig.board:7`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:25`` → ``boards/Kconfig:21`` Menu path: (top menu) → Board Selection .. parsed-literal:: config BOARD_IOTDK bool prompt "ARC IoT Development Kit" if \ :option:`SOC_ARC_IOT ` && \ :ref:` ` depends on \ :option:`SOC_ARC_IOT ` && \ :ref:` ` help The DesignWare ARC IoT Development Kit board is a versatile platform that includes the necessary hardware and software to accelerate software development and debugging of sensor fusion, voice recognition and face detection designs. It includes a silicon implementation of the ARC Data Fusion IP Subsystem running at 144 MHz on SMIC's 55-nm ultra-low power process, and a rich set of peripherals commonly used in IoT designs such as USB, UART, SPI, I2C, PWM, SDIO and ADCs. *(Definitions include propagated dependencies, including from if's and menus.)*