All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xen: fix fbdev frontend kconfig warning
@ 2013-03-26 20:45 Randy Dunlap
  0 siblings, 0 replies; 2+ messages 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] 2+ messages in thread

* [PATCH] xen: fix fbdev frontend kconfig warning
@ 2013-03-26 20:45 Randy Dunlap
  0 siblings, 0 replies; 2+ messages 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] 2+ messages in thread

end of thread, other threads:[~2013-03-26 21:44 UTC | newest]

Thread overview: 2+ messages (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
  -- strict thread matches above, loose matches on Subject: below --
2013-03-26 20:45 Randy Dunlap

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.