aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/conf/EFIKA_MX
diff options
context:
space:
mode:
authorIan Lepore <ian@FreeBSD.org>2015-05-05 16:09:25 +0000
committerIan Lepore <ian@FreeBSD.org>2015-05-05 16:09:25 +0000
commit65c3de4e620a465cfd7bf067bcc18ec33cc2275b (patch)
tree0640a764db29d4e5bab4054f67c1d36e6fdd445c /sys/arm/conf/EFIKA_MX
parent4b9b2a37810c2e9c046888d7114a39a17efb8b15 (diff)
downloadsrc-65c3de4e620a465cfd7bf067bcc18ec33cc2275b.tar.gz
src-65c3de4e620a465cfd7bf067bcc18ec33cc2275b.zip
Create std.arm and std.armv6 config files and include the right one from
each of the existing kernel configs. This gives a place to put config that applies to the entire arch. Add the ARM_NEW_PMAP option to std.armv6. This is working well in early testing and it's time for wide exposure, but it's still nice to be able to fall back to the old implementation for testing when a problem comes along. Eventually the option and the old implementation will go away. The opportunity now exists to move a whole lot of boilerplate from all the arm kernel config files into std.arm*, but that's a commit for another day.
Notes
Notes: svn path=/head/; revision=282499
Diffstat (limited to 'sys/arm/conf/EFIKA_MX')
-rw-r--r--sys/arm/conf/EFIKA_MX1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arm/conf/EFIKA_MX b/sys/arm/conf/EFIKA_MX
index a4690f6964fc..7eb9ee91b920 100644
--- a/sys/arm/conf/EFIKA_MX
+++ b/sys/arm/conf/EFIKA_MX
@@ -20,6 +20,7 @@
ident EFIKA_MX
+include "std.armv6"
include "../freescale/imx/std.imx51"
makeoptions WITHOUT_MODULES="ahc"