diff options
author | andrew <andrew@FreeBSD.org> | 2015-11-21 16:23:56 +0000 |
---|---|---|
committer | andrew <andrew@FreeBSD.org> | 2015-11-21 16:23:56 +0000 |
commit | bfd1f6488e78a8120944cbcf1b3c886903957963 (patch) | |
tree | 0684616dbe39867851ed945d2b39b3f716077f68 /sys/conf | |
parent | d819c2e831a961b786630df17b2d80bcf4c8df2c (diff) | |
download | FreeBSD-src-bfd1f6488e78a8120944cbcf1b3c886903957963.zip FreeBSD-src-bfd1f6488e78a8120944cbcf1b3c886903957963.tar.gz |
Create device options for the two common ARM timers.
Sponsored by: ABT Systems Ltd
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files.arm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/files.arm b/sys/conf/files.arm index de23a6e..bdc4a9c 100644 --- a/sys/conf/files.arm +++ b/sys/conf/files.arm @@ -39,6 +39,7 @@ arm/arm/fiq.c standard arm/arm/fiq_subr.S standard arm/arm/fusu.S standard arm/arm/gdb_machdep.c optional gdb +arm/arm/generic_timer.c optional generic_timer arm/arm/gic.c optional gic arm/arm/identcpu.c standard arm/arm/in_cksum.c optional inet | inet6 @@ -50,6 +51,7 @@ arm/arm/machdep.c standard arm/arm/mem.c optional mem arm/arm/minidump_machdep.c optional mem arm/arm/mp_machdep.c optional smp +arm/arm/mpcore_timer.c optional mpcore_timer arm/arm/nexus.c standard arm/arm/physmem.c standard arm/arm/pic_if.m optional arm_intrng |