summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/conf/GENERIC
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-07-13 16:59:33 -0400
committerIan Moffett <ian@osmora.org>2025-07-13 16:59:33 -0400
commitd9b9361f496d5a64a98bbf1335377a8b9573c818 (patch)
treeef91e225b6f3a9d6775bee35ea620349e2b5c565 /sys/arch/amd64/conf/GENERIC
parent2a93cf52e5386eb1b3586565af6a06ade4d32a66 (diff)
kernel/amd64: Add I8042_POLL kconf(9) option
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/arch/amd64/conf/GENERIC')
-rw-r--r--sys/arch/amd64/conf/GENERIC1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC
index 95fe2e0..e407fa9 100644
--- a/sys/arch/amd64/conf/GENERIC
+++ b/sys/arch/amd64/conf/GENERIC
@@ -10,6 +10,7 @@ option SERIAL_DEBUG yes // Enable kmsg serial logging
option USER_KMSG no // Show kmsg in user consoles
option CPU_SMEP yes // Supervisor Memory Exec Protection
option PANIC_SCR no // Clear screen on panic
+option I8042_POLL yes // Use polling for the i8042
// Kernel constants
setval SCHED_NQUEUE 4 // Number of scheduler queues (for MLFQ)