Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4055 → Rev 4056

/trunk/HelenOS.config
330,23 → 330,23
 
## Hardware support
 
% What is your input device?
% Input device class
@ "generic" Keyboard or serial line
@ "keyboard" Keyboard
@ "serial" Serial line
@ "none" No input device
! [MACHINE!=msim&MACHINE!=ski&MACHINE!=serengeti] CONFIG_HID_IN (choice)
% What is your input device?
% Input device class
@ "serial" Serial line
! [MACHINE=msim|MACHINE=ski|machine=serengeti] CONFIG_HID_IN (choice)
 
% What is your output device?
% Output device class
@ "generic" Monitor or serial line
@ "monitor" Monitor
@ "serial" Serial line
@ "none" No output device
! [MACHINE!=msim&MACHINE!=ski&MACHINE!=serengeti] CONFIG_HID_OUT (choice)
% What is your output device?
% Output device class
@ "serial" Serial line
! [MACHINE=msim|MACHINE=ski&MACHINE=serengeti] CONFIG_HID_OUT (choice)