Skip to content

Commit

Permalink
openxt-kmeta: add fragments for radeon/nouveau
Browse files Browse the repository at this point in the history
vGlass can compose guests using radeon/nouveau drivers.
Provide config fragments to include these in installer/dom0 where they
can be used.

Signed-off-by: Eric Chanudet <[email protected]>
  • Loading branch information
Eric Chanudet committed Jul 16, 2021
1 parent 41aeb0d commit 3311586
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CONFIG_DRM_NOUVEAU=m
5 changes: 5 additions & 0 deletions recipes-kernel/linux/files/openxt-kmeta/bsp/gpu/nouveau.scc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# SPDX-License-Identifier: MIT
define KFEATURE_DESCRIPTION "Enable DRM support for Nouveau drivers"
define KFEATURE_COMPATIBILITY board

kconf hardware nouveau.cfg
2 changes: 2 additions & 0 deletions recipes-kernel/linux/files/openxt-kmeta/bsp/gpu/radeon.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CONFIG_DRM_RADEON=m
CONFIG_FB_RADEON=m
5 changes: 5 additions & 0 deletions recipes-kernel/linux/files/openxt-kmeta/bsp/gpu/radeon.scc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# SPDX-License-Identifier: MIT
define KFEATURE_DESCRIPTION "Enable DRM support for Radeon drivers"
define KFEATURE_COMPATIBILITY board

kconf hardware radeon.cfg

0 comments on commit 3311586

Please sign in to comment.