summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorMichael Brown2008-03-02 03:33:54 +0100
committerMichael Brown2008-03-02 03:33:54 +0100
commit4704abbc5075c13230e00dd30b559c6e8ca07dbb (patch)
tree72d25e1ab16508dd0ea83259e8b29987a502e0f4 /src/config.h
parent[Timers] Do not enable serial console by default; this change should not (diff)
downloadipxe-4704abbc5075c13230e00dd30b559c6e8ca07dbb.tar.gz
ipxe-4704abbc5075c13230e00dd30b559c6e8ca07dbb.tar.xz
ipxe-4704abbc5075c13230e00dd30b559c6e8ca07dbb.zip
[Timers] Move TIMER_BIOS and TIMER_RDTSC to their own config.h section.
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h13
1 files changed, 10 insertions, 3 deletions
diff --git a/src/config.h b/src/config.h
index b3e57269..67fdd64c 100644
--- a/src/config.h
+++ b/src/config.h
@@ -23,9 +23,6 @@
#undef CONSOLE_BTEXT /* Who knows what this does? */
#undef CONSOLE_PC_KBD /* Direct access to PC keyboard */
-#define TIMER_BIOS
-#define TIMER_RDTSC
-
/* @END general.h */
/* @BEGIN serial.h
@@ -54,6 +51,16 @@
/* @END serial.h */
+/* @BEGIN general.h
+ *
+ * Timer configuration
+ *
+ */
+#define TIMER_BIOS /* 18Hz BIOS timer */
+#define TIMER_RDTSC /* CPU TimeStamp Counter timer */
+
+/* @END general.h */
+
/* @BEGIN isa.h
*
* ISA probe address configuration