Enable support for the Rockchip NPU, which can be used with upstream
mesa on many RK3588 boards, such as the Radxa Rock 5 family or the
Orange Pis.
Signed-off-by: Sebastian Reichel <redacted>
---
arch/arm64/configs/defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 648010c26edb..5faccf00b897 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1065,6 +1065,8 @@ CONFIG_BACKLIGHT_GPIO=m
CONFIG_LOGO=y
# CONFIG_LOGO_LINUX_MONO is not set
# CONFIG_LOGO_LINUX_VGA16 is not set
+CONFIG_DRM_ACCEL=y
+CONFIG_DRM_ACCEL_ROCKET=m
CONFIG_SOUND=m
CONFIG_SND=m
CONFIG_SND_ALOOP=m
--
2.53.0