* [PATCH] xen: fix fbdev frontend kconfig warning
@ 2013-03-26 20:45 Randy Dunlap
0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2013-03-26 20:45 UTC (permalink / raw)
To: LKML, Konrad Rzeszutek Wilk, xen-devel
Cc: Jeremy Fitzhardinge, virtualization
From: Randy Dunlap <rdunlap@infradead.org>
Fix kconfig dependency warning for XEN_FBDEV_FRONTEND:
warning: (XEN_FBDEV_FRONTEND) selects INPUT_XEN_KBDDEV_FRONTEND which has unmet direct dependencies (!UML && INPUT && INPUT_MISC && XEN)
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Cc: Jeremy Fitzhardinge <jeremy@goop.org>
Cc: xen-devel@lists.xensource.com
Cc: virtualization@lists.linux-foundation.org
---
drivers/video/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- lnx-39-rc4.orig/drivers/video/Kconfig
+++ lnx-39-rc4/drivers/video/Kconfig
@@ -2277,7 +2277,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
select XEN_XENBUS_FRONTEND
default y
help
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-03-26 20:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-26 20:45 [PATCH] xen: fix fbdev frontend kconfig warning Randy Dunlap
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).