0a02a7adc1
Add a driver for the Arm Ethos-U NPU, including a Devicetree entry for the mps3_an547 platform. Signed-off-by: Kristofer Jonsson <kristofer.jonsson@arm.com> Signed-off-by: Fredrik Knutsson <fredrik.knutsson@arm.com>
6 lines
192 B
CMake
6 lines
192 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
add_subdirectory_ifdef(CONFIG_ARM_ETHOS_U ethos_u)
|
|
add_subdirectory_ifdef(CONFIG_FT800 ft8xx)
|
|
add_subdirectory_ifdef(CONFIG_GROVE_LCD_RGB grove_lcd_rgb)
|