aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2015-10-07 13:19:44 +0000
committerAndrew Turner <andrew@FreeBSD.org>2015-10-07 13:19:44 +0000
commitb1bddf403939906e6fddc3c5c1fb8147e52530e1 (patch)
tree20410668e7745fe592870cc4b1ec095b7455adb8 /sys/conf
parent89bc042679fc34eac731ecfc239e04173c30e1a8 (diff)
downloadsrc-b1bddf403939906e6fddc3c5c1fb8147e52530e1.tar.gz
src-b1bddf403939906e6fddc3c5c1fb8147e52530e1.zip
Move pmu.c to files.arm and rename the option to pmu. This is not hwpmc
specific as we may use the pmu registers for other uses. No configs seem to currently build this. This will allow for more use of this device. Discussed with: bz Sponsored by: ABT Systems Ltd
Notes
Notes: svn path=/head/; revision=288992
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files.arm1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files.arm b/sys/conf/files.arm
index 84267a0c8d14..85830bb6717c 100644
--- a/sys/conf/files.arm
+++ b/sys/conf/files.arm
@@ -56,6 +56,7 @@ arm/arm/platform_if.m optional platform
arm/arm/pmap.c optional !armv6
arm/arm/pmap-v6.c optional armv6 !arm_new_pmap
arm/arm/pmap-v6-new.c optional armv6 arm_new_pmap
+arm/arm/pmu.c optional pmu
arm/arm/sc_machdep.c optional sc
arm/arm/setcpsr.S standard
arm/arm/setstack.s standard