diff options
author | Svatopluk Kraus <skra@FreeBSD.org> | 2016-04-04 09:23:21 +0000 |
---|---|---|
committer | Svatopluk Kraus <skra@FreeBSD.org> | 2016-04-04 09:23:21 +0000 |
commit | 86816217ff74e6bba2cc674575eb03a875b33c0b (patch) | |
tree | 1afbe3c8e34fb9fd98fb3ee2dce37cdc791f4fb5 /sys/arm/conf | |
parent | bff6be3e9b2c8d87ee626fa8639fb45044801322 (diff) | |
download | src-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/BEAGLEBONE | 2 |
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 |