Kconfig (c58310bf4933986513020fa90b4190c7492995ae) Kconfig (4ee36dc08e5c4d16d078f59acd6d9d536f9718dd)
1#
2# Input device configuration
3#
4
5menu "Input device support"
6 depends on !S390
7
8config INPUT

--- 135 unchanged lines hidden (view full) ---

144 Say Y here if you want suspend key events to trigger a user
145 requested suspend through APM. This is useful on embedded
146 systems where such behviour is desired without userspace
147 interaction. If unsure, say N.
148
149 To compile this driver as a module, choose M here: the
150 module will be called apm-power.
151
1#
2# Input device configuration
3#
4
5menu "Input device support"
6 depends on !S390
7
8config INPUT

--- 135 unchanged lines hidden (view full) ---

144 Say Y here if you want suspend key events to trigger a user
145 requested suspend through APM. This is useful on embedded
146 systems where such behviour is desired without userspace
147 interaction. If unsure, say N.
148
149 To compile this driver as a module, choose M here: the
150 module will be called apm-power.
151
152config XEN_KBDDEV_FRONTEND
153 tristate "Xen virtual keyboard and mouse support"
154 depends on XEN_FBDEV_FRONTEND
155 default y
156 help
157 This driver implements the front-end of the Xen virtual
158 keyboard and mouse device driver. It communicates with a back-end
159 in another domain.
160
152comment "Input Device Drivers"
153
154source "drivers/input/keyboard/Kconfig"
155
156source "drivers/input/mouse/Kconfig"
157
158source "drivers/input/joystick/Kconfig"
159

--- 18 unchanged lines hidden ---
161comment "Input Device Drivers"
162
163source "drivers/input/keyboard/Kconfig"
164
165source "drivers/input/mouse/Kconfig"
166
167source "drivers/input/joystick/Kconfig"
168

--- 18 unchanged lines hidden ---