aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJustin Hibbits <jhibbits@FreeBSD.org>2016-10-24 04:21:06 +0000
committerJustin Hibbits <jhibbits@FreeBSD.org>2016-10-24 04:21:06 +0000
commite7c4ddf5ba06c7055798efaebf42aa12b77af2ae (patch)
tree155ba9da1d0a22ac45050903414f5822a5bdcf04 /sys
parent6827d9497ac05a0eeb3c0dc6146cd73b9a789926 (diff)
downloadsrc-e7c4ddf5ba06c7055798efaebf42aa12b77af2ae.tar.gz
src-e7c4ddf5ba06c7055798efaebf42aa12b77af2ae.zip
Add a bunch of new default options to MPC85XX* configs
These were tested at various points but never merged into the configs at the time.
Notes
Notes: svn path=/head/; revision=307841
Diffstat (limited to 'sys')
-rw-r--r--sys/powerpc/conf/MPC85XX7
-rw-r--r--sys/powerpc/conf/MPC85XXSPE7
2 files changed, 14 insertions, 0 deletions
diff --git a/sys/powerpc/conf/MPC85XX b/sys/powerpc/conf/MPC85XX
index 0e60ceb24e55..b26340fe5397 100644
--- a/sys/powerpc/conf/MPC85XX
+++ b/sys/powerpc/conf/MPC85XX
@@ -58,6 +58,10 @@ options SYSVSEM
options SYSVSHM
options WITNESS
options WITNESS_SKIPSPIN
+options COMPAT_FREEBSD10
+options HWPMC_HOOKS
+options KDTRACE_HOOKS # Kernel DTrace hooks
+options DDB_CTF # Kernel ELF linker loads CTF data
device ata
device bpf
@@ -86,6 +90,7 @@ device scbus
device scc
device sec
device tsec
+device dpaa
device tun
device uart
options USB_DEBUG # enable debug msgs
@@ -98,3 +103,5 @@ device vlan
# P1022 DIU
device diu
device videomode
+device vt
+device fbd
diff --git a/sys/powerpc/conf/MPC85XXSPE b/sys/powerpc/conf/MPC85XXSPE
index 781d6899d316..15470d578bef 100644
--- a/sys/powerpc/conf/MPC85XXSPE
+++ b/sys/powerpc/conf/MPC85XXSPE
@@ -58,6 +58,10 @@ options SYSVSEM
options SYSVSHM
options WITNESS
options WITNESS_SKIPSPIN
+options COMPAT_FREEBSD10
+options HWPMC_HOOKS
+options KDTRACE_HOOKS # Kernel DTrace hooks
+options DDB_CTF # Kernel ELF linker loads CTF data
device ata
device bpf
@@ -86,6 +90,7 @@ device scbus
device scc
device sec
device tsec
+device dpaa
device tun
device uart
options USB_DEBUG # enable debug msgs
@@ -98,3 +103,5 @@ device vlan
# P1022 DIU
device diu
device videomode
+device vt
+device fbd