summaryrefslogtreecommitdiffstats
path: root/package/x11r7/xdriver_xf86-input-evdev/Config.in
blob: 88d3e6e82d80f1857de5ad0d9bd0bde2254af723 (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
OpenPOWER on IntegriCloud