From cbc25facdf594e2f67f19ec2ec2a3112f7ad82d7 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 14 Jul 2006 21:59:54 +0000 Subject: [PATCH] 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. --- sys/conf/options.arm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/conf/options.arm b/sys/conf/options.arm index ef0179352e2..387010c01cf 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