summaryrefslogtreecommitdiffstats
path: root/sys/arm/conf/BEAGLEBONE
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arm/conf/BEAGLEBONE')
-rw-r--r--sys/arm/conf/BEAGLEBONE9
1 files changed, 2 insertions, 7 deletions
diff --git a/sys/arm/conf/BEAGLEBONE b/sys/arm/conf/BEAGLEBONE
index bee9427..48d7934 100644
--- a/sys/arm/conf/BEAGLEBONE
+++ b/sys/arm/conf/BEAGLEBONE
@@ -26,13 +26,7 @@ ident BEAGLEBONE
include "std.armv6"
include "../ti/am335x/std.am335x"
-makeoptions MODULES_EXTRA="dtb/am335x"
-
-# DTrace support
-options KDTRACE_HOOKS # Kernel DTrace hooks
-options DDB_CTF # all architectures - kernel ELF linker loads CTF data
-makeoptions WITH_CTF=1
-makeoptions MODULES_EXTRA+="opensolaris dtrace dtrace/profile dtrace/fbt"
+makeoptions MODULES_EXTRA="dtb/am335x am335x_dmtpps"
options HZ=100
options SCHED_4BSD # 4BSD scheduler
@@ -78,6 +72,7 @@ device ti_i2c
device am335x_pmic # AM335x Power Management IC (TPC65217)
device am335x_rtc # RTC support (power management only)
+#define am335x_dmtpps # Pulse Per Second capture driver
# Console and misc
device uart
OpenPOWER on IntegriCloud