diff --git a/sys/conf/options.i386 b/sys/conf/options.i386 index 6421e58a525..6d9de82187c 100644 --- a/sys/conf/options.i386 +++ b/sys/conf/options.i386 @@ -50,8 +50,10 @@ PSM_ACCEL opt_psm.h PSM_EMULATION opt_psm.h PSM_CHECKSYNC opt_psm.h PSM_DEBUG opt_psm.h +PSM_NO_RESET opt_psm.h KBD_RESETDELAY opt_kbdio.h +KBD_MAXRETRY opt_kbdio.h KBD_MAXWAIT opt_kbdio.h KBDIO_DEBUG opt_kbdio.h diff --git a/sys/i386/conf/options.i386 b/sys/i386/conf/options.i386 index 6421e58a525..6d9de82187c 100644 --- a/sys/i386/conf/options.i386 +++ b/sys/i386/conf/options.i386 @@ -50,8 +50,10 @@ PSM_ACCEL opt_psm.h PSM_EMULATION opt_psm.h PSM_CHECKSYNC opt_psm.h PSM_DEBUG opt_psm.h +PSM_NO_RESET opt_psm.h KBD_RESETDELAY opt_kbdio.h +KBD_MAXRETRY opt_kbdio.h KBD_MAXWAIT opt_kbdio.h KBDIO_DEBUG opt_kbdio.h