comment "Legacy options removed in 2021.05"
+config BR2_PACKAGE_XSERVER_XORG_SERVER_KDRIVE_KBD
+ bool "KDrive/TinyX kbd input driver removed"
+ select BR2_LEGACY
+ help
+ The kbd input driver in KDrive was removed.
+
+config BR2_PACKAGE_XSERVER_XORG_SERVER_KDRIVE_MOUSE
+ bool "KDrive/TinyX mouse input driver removed"
+ select BR2_LEGACY
+ help
+ The mouse input driver in KDrive was removed.
+
config BR2_PACKAGE_MESA3D_OSMESA_CLASSIC
bool "mesa OSMesa (classic) option removed"
select BR2_LEGACY
Xfbdev -keybd evdev,,device=/dev/input/eventX
-mouse evdev,,device=/dev/input/eventY
-config BR2_PACKAGE_XSERVER_XORG_SERVER_KDRIVE_KBD
- bool "Enable KDrive/TinyX kbd input driver"
- help
- Enable kbd input driver in KDrive. It uses the console
- keyboard as input device.
-
-config BR2_PACKAGE_XSERVER_XORG_SERVER_KDRIVE_MOUSE
- bool "Enable KDrive/TinyX mouse input driver"
- help
- Enable mouse input driver in KDrive. It supports PS/2 mice
- and serial port mice.
-
endif
comment "Optional Servers"
XSERVER_XORG_SERVER_CONF_OPTS += --disable-kdrive-evdev
endif
-ifeq ($(BR2_PACKAGE_XSERVER_XORG_SERVER_KDRIVE_KBD),y)
-XSERVER_XORG_SERVER_CONF_OPTS += --enable-kdrive-kbd
-else
-XSERVER_XORG_SERVER_CONF_OPTS += --disable-kdrive-kbd
-endif
-
-ifeq ($(BR2_PACKAGE_XSERVER_XORG_SERVER_KDRIVE_MOUSE),y)
-XSERVER_XORG_SERVER_CONF_OPTS += --enable-kdrive-mouse
-else
-XSERVER_XORG_SERVER_CONF_OPTS += --disable-kdrive-mouse
-endif
-
else # modular
XSERVER_XORG_SERVER_CONF_OPTS += --disable-kdrive --disable-xfbdev
endif