aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/conf
diff options
context:
space:
mode:
authorSvatopluk Kraus <skra@FreeBSD.org>2016-04-04 09:23:21 +0000
committerSvatopluk Kraus <skra@FreeBSD.org>2016-04-04 09:23:21 +0000
commit86816217ff74e6bba2cc674575eb03a875b33c0b (patch)
tree1afbe3c8e34fb9fd98fb3ee2dce37cdc791f4fb5 /sys/arm/conf
parentbff6be3e9b2c8d87ee626fa8639fb45044801322 (diff)
downloadsrc-86816217ff74e6bba2cc674575eb03a875b33c0b.tar.gz
src-86816217ff74e6bba2cc674575eb03a875b33c0b.zip
Rework am33xx interrupt controller for INTRNG and enable it
on BEAGLEBONE by default. Reviewed by: gonzo Differential Revision: https://reviews.freebsd.org/D5805
Notes
Notes: svn path=/head/; revision=297540
Diffstat (limited to 'sys/arm/conf')
-rw-r--r--sys/arm/conf/BEAGLEBONE2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arm/conf/BEAGLEBONE b/sys/arm/conf/BEAGLEBONE
index 0ba1f5de7002..1885c0c94437 100644
--- a/sys/arm/conf/BEAGLEBONE
+++ b/sys/arm/conf/BEAGLEBONE
@@ -28,6 +28,8 @@ include "../ti/am335x/std.am335x"
makeoptions MODULES_EXTRA="dtb/am335x am335x_dmtpps"
+options ARM_INTRNG
+
options HZ=100
options SCHED_4BSD # 4BSD scheduler
options PLATFORM