* [PATCH] xen kconfig: fix select INPUT_XEN_KBDDEV_FRONTEND
@ 2013-01-09 12:53 Andrew Jones
0 siblings, 0 replies; only message in thread
From: Andrew Jones @ 2013-01-09 12:53 UTC (permalink / raw)
To: konrad.wilk; +Cc: xen-devel
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>
---
drivers/video/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index e7068c5..1969ea1 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -2245,7 +2245,7 @@ config XEN_FBDEV_FRONTEND
select FB_SYS_IMAGEBLIT
select FB_SYS_FOPS
select FB_DEFERRED_IO
- select INPUT_XEN_KBDDEV_FRONTEND
+ select INPUT_XEN_KBDDEV_FRONTEND if INPUT_MISC
select XEN_XENBUS_FRONTEND
default y
help
--
1.7.11.7
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-01-09 12:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-09 12:53 [PATCH] xen kconfig: fix select INPUT_XEN_KBDDEV_FRONTEND Andrew Jones
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).