summaryrefslogtreecommitdiffstats
path: root/package/x11r7/xdriver_xf86-input-evdev/Config.in
blob: cc159c9efe6ae6e7094fca694e65c643d5d16df5 (plain)
1
2
3
4
5
6
7
8
9
10
11
config BR2_PACKAGE_XDRIVER_XF86_INPUT_EVDEV
	bool "xf86-input-evdev"
	depends on BR2_PACKAGE_UDEV # libudev is configure dependency
	select BR2_PACKAGE_XPROTO_INPUTPROTO
	select BR2_PACKAGE_XPROTO_RANDRPROTO
	select BR2_PACKAGE_XPROTO_XPROTO
	help
	  Generic Linux input driver

comment "xf86-input-evdev requires udev to be enabled"
        depends on !BR2_PACKAGE_UDEV