blob: f402941f6feea309e816e5f40bdc52a928df0831 (
plain)
1
2
3
4
5
6
7
8
|
// Controls if an i8042 reboot would be attempted
// as a method. Some firmware (e.g., on some laptops)
// may not handle these well and hang.
option I8042_REBOOT yes
// Controls if the i8042 should be polled
// rather than dependent on interrupts
option I8042_POLL no
|