aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input
diff options
context:
space:
mode:
authorAndrew Jones <drjones@redhat.com>2012-01-06 10:43:09 +0100
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2012-03-16 10:49:16 -0400
commit4bc25af79ec54b79266148f8c1b84bb1e7ff2621 (patch)
treebf1d6163820e4c0c3354a2f2949ded6ec9ebe80a /drivers/input
parentxen/acpi-processor: C and P-state driver that uploads said data to hypervisor. (diff)
downloadlinux-dev-4bc25af79ec54b79266148f8c1b84bb1e7ff2621.tar.xz
linux-dev-4bc25af79ec54b79266148f8c1b84bb1e7ff2621.zip
xen kconfig: relax INPUT_XEN_KBDDEV_FRONTEND deps
PV-on-HVM guests may want to use the xen keyboard/mouse frontend, but they don't use the xen frame buffer frontend. For this case it doesn't make much sense for INPUT_XEN_KBDDEV_FRONTEND to depend on XEN_FBDEV_FRONTEND. The opposite direction always makes more sense, i.e. if you're using xenfb, then you'll want xenkbd. Switch the dependencies. Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Signed-off-by: Andrew Jones <drjones@redhat.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'drivers/input')
-rw-r--r--drivers/input/misc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig
index 7b46781c30c9..8f675ae20916 100644
--- a/drivers/input/misc/Kconfig
+++ b/drivers/input/misc/Kconfig
@@ -558,7 +558,7 @@ config INPUT_CMA3000_I2C
config INPUT_XEN_KBDDEV_FRONTEND
tristate "Xen virtual keyboard and mouse support"
- depends on XEN_FBDEV_FRONTEND
+ depends on XEN
default y
select XEN_XENBUS_FRONTEND
help