svn commit: r340632 - head/sys/powerpc/conf

Niclas Zeising zeising at FreeBSD.org
Mon Nov 19 15:36:59 UTC 2018


Author: zeising (doc,ports committer)
Date: Mon Nov 19 15:36:58 2018
New Revision: 340632
URL: https://svnweb.freebsd.org/changeset/base/340632

Log:
  Enable evdev on ppc64
  
  Enable evdev on ppc64 as well, similar to what was done for amd64 and i386
  in r340387.
  
  Evdev can be used by X and is used by wayland to handle input devices.
  
  Approved by:	mmacy
  MFC after:	2 weeks
  Differential Revision:	https://reviews.freebsd.org/D18026

Modified:
  head/sys/powerpc/conf/GENERIC64

Modified: head/sys/powerpc/conf/GENERIC64
==============================================================================
--- head/sys/powerpc/conf/GENERIC64	Mon Nov 19 15:31:54 2018	(r340631)
+++ head/sys/powerpc/conf/GENERIC64	Mon Nov 19 15:36:58 2018	(r340632)
@@ -246,3 +246,8 @@ device		snd_uaudio	# USB Audio
 
 # Netmap provides direct access to TX/RX rings on supported NICs
 device		netmap		# netmap(4) support
+
+# evdev interface
+options 	EVDEV_SUPPORT		# evdev support in legacy drivers
+device		evdev			# input event device support
+device		uinput			# install /dev/uinput cdev


More information about the svn-src-head mailing list