Skip to content

Commit fbde4ae

Browse files
jbeulichOleksandr Andrushchenko
authored andcommitted
drm/xen: adjust Kconfig
By having selected DRM_XEN, I was assuming I would build the frontend driver. As it turns out this is a dummy option, and I have really not been building this (because I had DRM disabled). Make it a promptless one, moving the "depends on" to the other, real option, and "select"ing the dummy one. Signed-off-by: Jan Beulich <[email protected]> Reviewed-by: Oleksandr Andrushchenko <[email protected]> Signed-off-by: Oleksandr Andrushchenko <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 817eab2 commit fbde4ae

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

drivers/gpu/drm/xen/Kconfig

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
# SPDX-License-Identifier: GPL-2.0-only
22
config DRM_XEN
3-
bool "DRM Support for Xen guest OS"
4-
depends on XEN
5-
help
6-
Choose this option if you want to enable DRM support
7-
for Xen.
3+
bool
84

95
config DRM_XEN_FRONTEND
106
tristate "Para-virtualized frontend driver for Xen guest OS"
11-
depends on DRM_XEN
12-
depends on DRM
7+
depends on XEN && DRM
8+
select DRM_XEN
139
select DRM_KMS_HELPER
1410
select VIDEOMODE_HELPERS
1511
select XEN_XENBUS_FRONTEND

0 commit comments

Comments
 (0)