Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4050 → Rev 4051

/trunk/HelenOS.config
333,12 → 333,18
% What is your input device?
@ "keyboard" Keyboard
@ "serial" Serial line
! CONFIG_HID_IN (choice)
! [MACHINE!=msim] CONFIG_HID_IN (choice)
% What is your input device?
@ "serial" Serial line
! [MACHINE=msim] CONFIG_HID_IN (choice)
 
% What is your output device?
@ "monitor" Monitor
@ "serial" Serial line
! CONFIG_HID_OUT (choice)
! [MACHINE!=msim] CONFIG_HID_OUT (choice)
% What is your output device?
@ "serial" Serial line
! [MACHINE=msim] CONFIG_HID_OUT (choice)
 
% i8042 controller support
! [CONFIG_HID_IN=keyboard&(PLATFORM=ia32|PLATFORM=amd64)] CONFIG_I8042 (y/n)
421,4 → 427,4
% Keyboard layout
@ "us_qwerty" US QWERTY
@ "us_dvorak" US Dvorak
! [CONFIG_HID_IN=keyboard] KBD_LAYOUT (choice)
! KBD_LAYOUT (choice)