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