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