Skip to content

Commit fc20a3e

Browse files
committed
Merge tag 'for-linus-6.12a-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Pull xen fix from Juergen Gross: "Fix Xen config issue introduced in the merge window" * tag 'for-linus-6.12a-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip: xen: Fix config option reference in XEN_PRIVCMD definition
2 parents fdd0a94 + 9af4821 commit fc20a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/xen/Kconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ config XEN_SCSI_BACKEND
261261
config XEN_PRIVCMD
262262
tristate "Xen hypercall passthrough driver"
263263
depends on XEN
264-
imply CONFIG_XEN_PCIDEV_BACKEND
264+
imply XEN_PCIDEV_BACKEND
265265
default m
266266
help
267267
The hypercall passthrough driver allows privileged user programs to

0 commit comments

Comments
 (0)