|
@@ -74,24 +74,6 @@ config BR2_PACKAGE_XSERVER_XORG_SERVER_KDRIVE
|
|
|
|
|
|
endchoice
|
|
|
|
|
|
-if BR2_PACKAGE_XSERVER_XORG_SERVER_KDRIVE
|
|
|
-
|
|
|
-config BR2_PACKAGE_XSERVER_XORG_SERVER_KDRIVE_EVDEV
|
|
|
- bool "Enable KDrive/TinyX evdev input driver"
|
|
|
- help
|
|
|
- Enable evdev input driver in KDrive. This allows KDrive to
|
|
|
- use input devices that are integrated in the Linux input
|
|
|
- subsystem, i.e have a /dev/input/eventX device file. This is
|
|
|
- most likely the input driver you want to use.
|
|
|
-
|
|
|
- This driver can then be enabled by running the X server
|
|
|
- using:
|
|
|
-
|
|
|
- Xfbdev -keybd evdev,,device=/dev/input/eventX
|
|
|
- -mouse evdev,,device=/dev/input/eventY
|
|
|
-
|
|
|
-endif
|
|
|
-
|
|
|
comment "Optional Servers"
|
|
|
|
|
|
config BR2_PACKAGE_XSERVER_XORG_SERVER_XVFB
|