svn commit: r276182 - projects/arm_intrng/sys/arm/conf

Andrew Turner andrew at FreeBSD.org
Wed Dec 24 15:28:46 UTC 2014


Author: andrew
Date: Wed Dec 24 15:28:45 2014
New Revision: 276182
URL: https://svnweb.freebsd.org/changeset/base/276182

Log:
  Use intrng in IMX6

Modified:
  projects/arm_intrng/sys/arm/conf/IMX6

Modified: projects/arm_intrng/sys/arm/conf/IMX6
==============================================================================
--- projects/arm_intrng/sys/arm/conf/IMX6	Wed Dec 24 15:25:40 2014	(r276181)
+++ projects/arm_intrng/sys/arm/conf/IMX6	Wed Dec 24 15:28:45 2014	(r276182)
@@ -56,6 +56,7 @@ options 	INCLUDE_CONFIG_FILE	# Include t
 options 	FREEBSD_BOOT_LOADER	# Process metadata passed from loader(8)
 options 	VFP			# Enable floating point hardware support
 options 	SMP			# Enable multiple cores
+options 	ARM_INTRNG
 
 # Debugging for use in -current
 makeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols


More information about the svn-src-projects mailing list