svn commit: r254487 - head/sys/arm/conf

Andrew Turner andrew at FreeBSD.org
Sun Aug 18 11:54:21 UTC 2013


Author: andrew
Date: Sun Aug 18 11:54:20 2013
New Revision: 254487
URL: http://svnweb.freebsd.org/changeset/base/254487

Log:
  Enable VFP support on EFIKA MX.

Modified:
  head/sys/arm/conf/EFIKA_MX

Modified: head/sys/arm/conf/EFIKA_MX
==============================================================================
--- head/sys/arm/conf/EFIKA_MX	Sun Aug 18 11:25:42 2013	(r254486)
+++ head/sys/arm/conf/EFIKA_MX	Sun Aug 18 11:54:20 2013	(r254487)
@@ -58,6 +58,7 @@ options 	SYSVMSG			# SYSV-style message 
 options 	SYSVSEM			# SYSV-style semaphores
 options 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
 options 	INCLUDE_CONFIG_FILE	# Include this file in kernel
+options 	VFP			# vfp/neon
 
 # required for netbooting
 #options 	BOOTP


More information about the svn-src-all mailing list