summaryrefslogtreecommitdiff
path: root/drivers/input/Kconfig
diff options
context:
space:
mode:
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2009-10-08 17:23:08 (GMT)
committerJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>2009-10-08 18:55:18 (GMT)
commitba69ea42f8ba8286cbe0e939bd1ce781b7905b84 (patch)
tree6b1d765aa10b2a32ab9e02eb39674a40167ade6d /drivers/input/Kconfig
parent74fca6a42863ffacaf7ba6f1936a9f228950f657 (diff)
downloadlinux-fsl-qoriq-ba69ea42f8ba8286cbe0e939bd1ce781b7905b84.tar.xz
Fix toogle whether xenbus driver should be built as module or part of kernel.
The "select" statement in the Kconfig ensures that all other users of the xenbus will have the same dependency. Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Diffstat (limited to 'drivers/input/Kconfig')
-rw-r--r--drivers/input/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/Kconfig b/drivers/input/Kconfig
index cd50c00..b8e0424 100644
--- a/drivers/input/Kconfig
+++ b/drivers/input/Kconfig
@@ -153,6 +153,7 @@ config XEN_KBDDEV_FRONTEND
tristate "Xen virtual keyboard and mouse support"
depends on XEN_FBDEV_FRONTEND
default y
+ select XEN_XENBUS_FRONTEND
help
This driver implements the front-end of the Xen virtual
keyboard and mouse device driver. It communicates with a back-end