diff options
author | Andrew Jones <drjones@redhat.com> | 2012-01-06 04:43:09 -0500 |
---|---|---|
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2012-03-16 10:49:16 -0400 |
commit | 4bc25af79ec54b79266148f8c1b84bb1e7ff2621 (patch) | |
tree | bf1d6163820e4c0c3354a2f2949ded6ec9ebe80a /drivers/input | |
parent | 59a56802918100c1e39e68c30a2e5ae9f7d837f0 (diff) |
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/Kconfig | 2 |
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 | |||
558 | 558 | ||
559 | config INPUT_XEN_KBDDEV_FRONTEND | 559 | config INPUT_XEN_KBDDEV_FRONTEND |
560 | tristate "Xen virtual keyboard and mouse support" | 560 | tristate "Xen virtual keyboard and mouse support" |
561 | depends on XEN_FBDEV_FRONTEND | 561 | depends on XEN |
562 | default y | 562 | default y |
563 | select XEN_XENBUS_FRONTEND | 563 | select XEN_XENBUS_FRONTEND |
564 | help | 564 | help |