xref: /OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-input-evdev/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_XDRIVER_XF86_INPUT_EVDEV
2*4882a593Smuzhiyun	bool "xf86-input-evdev"
3*4882a593Smuzhiyun	depends on BR2_PACKAGE_HAS_UDEV # libudev is configure dependency
4*4882a593Smuzhiyun	select BR2_PACKAGE_LIBEVDEV
5*4882a593Smuzhiyun	select BR2_PACKAGE_MTDEV
6*4882a593Smuzhiyun	select BR2_PACKAGE_XORGPROTO
7*4882a593Smuzhiyun	help
8*4882a593Smuzhiyun	  Generic Linux input driver
9*4882a593Smuzhiyun
10*4882a593Smuzhiyuncomment "xf86-input-evdev requires udev to be enabled"
11*4882a593Smuzhiyun	depends on !BR2_PACKAGE_HAS_UDEV
12