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

Niclas Zeising zeising at FreeBSD.org
Tue Nov 20 19:31:04 UTC 2018


Author: zeising (doc,ports committer)
Date: Tue Nov 20 19:31:02 2018
New Revision: 340694
URL: https://svnweb.freebsd.org/changeset/base/340694

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

Modified:
  head/sys/powerpc/conf/GENERIC

Modified: head/sys/powerpc/conf/GENERIC
==============================================================================
--- head/sys/powerpc/conf/GENERIC	Tue Nov 20 19:02:10 2018	(r340693)
+++ head/sys/powerpc/conf/GENERIC	Tue Nov 20 19:31:02 2018	(r340694)
@@ -228,3 +228,8 @@ device		sound		# Generic sound driver (required)
 device		snd_ai2s	# Apple I2S audio
 device		snd_davbus	# Apple DAVBUS audio
 device		snd_uaudio	# USB Audio
+
+# 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