mesa: build panfrost for RK3568 boards

The RK356x SoC family (of which we currently only support RK3568) has a
Bifrost GPU that is supported by open-source Panfrost Linux kernel and
Mesa drivers, therefore let's build mesa with Panfrost support for
RK3568.

Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
This commit is contained in:
Quentin Schulz 2024-05-31 14:48:15 +02:00 committed by Trevor Woerner
parent c3c88f70b5
commit 8a6bfb9be7

View File

@ -1,4 +1,5 @@
PACKAGECONFIG:append:rk3288 = " kmsro panfrost"
PACKAGECONFIG:append:rk3328 = " kmsro lima"
PACKAGECONFIG:append:rk3399 = " kmsro panfrost"
PACKAGECONFIG:append:rk3568 = " kmsro panfrost"
PACKAGECONFIG:append:px30 = " kmsro panfrost"