mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
xen kconfig: fix select INPUT_XEN_KBDDEV_FRONTEND
A randconfig compile test discovered that we can select INPUT_XEN_KBDDEV_FRONTEND without all of its dependencies being met. Fix this by adding the dependency to the select line. Signed-off-by: Andrew Jones <drjones@redhat.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
This commit is contained in:
parent
dec02dea1c
commit
36c1132e34
1 changed files with 1 additions and 1 deletions
|
@ -2277,7 +2277,7 @@ config XEN_FBDEV_FRONTEND
|
||||||
select FB_SYS_IMAGEBLIT
|
select FB_SYS_IMAGEBLIT
|
||||||
select FB_SYS_FOPS
|
select FB_SYS_FOPS
|
||||||
select FB_DEFERRED_IO
|
select FB_DEFERRED_IO
|
||||||
select INPUT_XEN_KBDDEV_FRONTEND
|
select INPUT_XEN_KBDDEV_FRONTEND if INPUT_MISC
|
||||||
select XEN_XENBUS_FRONTEND
|
select XEN_XENBUS_FRONTEND
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
|
|
Loading…
Reference in a new issue