Update of /cvsroot/gc-linux/linux/drivers/input
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv4241/drivers/input
Modified Files:
Kconfig
Log Message:
Merge 2.6.26.
Index: Kconfig
===================================================================
RCS file: /cvsroot/gc-linux/linux/drivers/input/Kconfig,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Kconfig 13 Sep 2008 19:42:54 -0000 1.10
+++ Kconfig 14 Sep 2008 19:20:28 -0000 1.11
@@ -149,6 +149,15 @@
To compile this driver as a module, choose M here: the
module will be called apm-power.
+config XEN_KBDDEV_FRONTEND
+ tristate "Xen virtual keyboard and mouse support"
+ depends on XEN_FBDEV_FRONTEND
+ default y
+ help
+ This driver implements the front-end of the Xen virtual
+ keyboard and mouse device driver. It communicates with a back-end
+ in another domain.
+
comment "Input Device Drivers"
source "drivers/input/keyboard/Kconfig"
|