summaryrefslogtreecommitdiffstats
path: root/sys/mips/conf
diff options
context:
space:
mode:
authorjchandra <jchandra@FreeBSD.org>2012-03-27 15:16:38 +0000
committerjchandra <jchandra@FreeBSD.org>2012-03-27 15:16:38 +0000
commit1573bb43e46cd43595ead6424ecadfe6a039a035 (patch)
treeea6dd8ca189ceb4398d96f2cf131c852d6436153 /sys/mips/conf
parent09a699481b726f6f71f1dfe752f843bb0ca3c78e (diff)
downloadFreeBSD-src-1573bb43e46cd43595ead6424ecadfe6a039a035.zip
FreeBSD-src-1573bb43e46cd43595ead6424ecadfe6a039a035.tar.gz
NOR flash driver for XLP.
The NOR interface on the SoC appears on the top level PCI bus. Add a simple driver for this.
Diffstat (limited to 'sys/mips/conf')
-rw-r--r--sys/mips/conf/std.XLP4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/mips/conf/std.XLP b/sys/mips/conf/std.XLP
index 188a2f9..ce71e36 100644
--- a/sys/mips/conf/std.XLP
+++ b/sys/mips/conf/std.XLP
@@ -106,3 +106,7 @@ device nlmrsa
# Options that use crypto
options IPSEC
options GEOM_ELI
+
+# NOR
+device cfi
+device cfid
OpenPOWER on IntegriCloud