Skip to content

Commit 3311586

Browse files
author
Eric Chanudet
committed
openxt-kmeta: add fragments for radeon/nouveau
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]>
1 parent 41aeb0d commit 3311586

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_DRM_NOUVEAU=m
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# SPDX-License-Identifier: MIT
2+
define KFEATURE_DESCRIPTION "Enable DRM support for Nouveau drivers"
3+
define KFEATURE_COMPATIBILITY board
4+
5+
kconf hardware nouveau.cfg
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
CONFIG_DRM_RADEON=m
2+
CONFIG_FB_RADEON=m
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# SPDX-License-Identifier: MIT
2+
define KFEATURE_DESCRIPTION "Enable DRM support for Radeon drivers"
3+
define KFEATURE_COMPATIBILITY board
4+
5+
kconf hardware radeon.cfg

0 commit comments

Comments
 (0)