diff options
author | andrew <andrew@FreeBSD.org> | 2013-08-18 11:54:20 +0000 |
---|---|---|
committer | andrew <andrew@FreeBSD.org> | 2013-08-18 11:54:20 +0000 |
commit | 03dd89947b06e337c8099c7d69abd3524d4077c7 (patch) | |
tree | 2753dc87a719d2484cc18c0a200cc8cedff3bb40 /sys/arm | |
parent | 92598e5bb7bceae383734e69877709b2af64aa6a (diff) | |
download | FreeBSD-src-03dd89947b06e337c8099c7d69abd3524d4077c7.zip FreeBSD-src-03dd89947b06e337c8099c7d69abd3524d4077c7.tar.gz |
Enable VFP support on EFIKA MX.
Diffstat (limited to 'sys/arm')
-rw-r--r-- | sys/arm/conf/EFIKA_MX | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arm/conf/EFIKA_MX b/sys/arm/conf/EFIKA_MX index 71edb8c..fdfcb81 100644 --- a/sys/arm/conf/EFIKA_MX +++ b/sys/arm/conf/EFIKA_MX @@ -58,6 +58,7 @@ options SYSVMSG # SYSV-style message queues 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 |