summaryrefslogtreecommitdiffstats
path: root/sys/conf/options.arm
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2006-07-14 21:59:54 +0000
committerimp <imp@FreeBSD.org>2006-07-14 21:59:54 +0000
commit6f36c78e6bbd28dd2711c23a94695f776c837538 (patch)
treec5ea260d66e6353fa9330789c8aa81b0e4361203 /sys/conf/options.arm
parent3b9505ced7e7b63cd144d9444f9cfca62f4db43f (diff)
downloadFreeBSD-src-6f36c78e6bbd28dd2711c23a94695f776c837538.zip
FreeBSD-src-6f36c78e6bbd28dd2711c23a94695f776c837538.tar.gz
For the moment, make board configuration a compile time option. This
saves space in the final kernel, but at the expense of flexibility to boot the same kernel accross a family of boards.
Diffstat (limited to 'sys/conf/options.arm')
-rw-r--r--sys/conf/options.arm2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/options.arm b/sys/conf/options.arm
index ef01793..387010c 100644
--- a/sys/conf/options.arm
+++ b/sys/conf/options.arm
@@ -16,3 +16,5 @@ STARTUP_PAGETABLE_ADDR opt_global.h
XSCALE_CACHE_READ_WRITE_ALLOCATE opt_global.h
XSACLE_DISABLE_CCNT opt_timer.h
VERBOSE_INIT_ARM opt_global.h
+AT91_TSC opt_at91.h
+AT91_KWIKBYTE opt_at91.h
OpenPOWER on IntegriCloud