Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4082 → Rev 4083

/trunk/defaults/amd64/Makefile.config
34,15 → 34,12
# Compile kernel tests
CONFIG_TEST = y
 
# What is your input device?
CONFIG_HID_IN = keyboard
# Input device class
CONFIG_HID_IN = generic
 
# What is your output device?
CONFIG_HID_OUT = monitor
# Output device class
CONFIG_HID_OUT = generic
 
# i8042 controller support
CONFIG_I8042 = y
 
# PC keyboard support
CONFIG_PC_KBD = y
 
/trunk/defaults/mips32/GXemul/Makefile.config
1,8 → 1,2
# Machine type
MACHINE = lgxemul
 
# Input device class
CONFIG_HID_IN = keyboard
 
# Output device class
CONFIG_HID_OUT = monitor
/trunk/defaults/mips32/Makefile.config
28,5 → 28,11
# Compile kernel tests
CONFIG_TEST = y
 
# Input device class
CONFIG_HID_IN = generic
 
# Output device class
CONFIG_HID_OUT = generic
 
# Keyboard layout
KBD_LAYOUT = us_qwerty
/trunk/defaults/ia32/Makefile.config
40,15 → 40,12
# Compile kernel tests
CONFIG_TEST = y
 
# What is your input device?
CONFIG_HID_IN = keyboard
# Input device class
CONFIG_HID_IN = generic
 
# What is your output device?
CONFIG_HID_OUT = monitor
# Output device class
CONFIG_HID_OUT = generic
 
# i8042 controller support
CONFIG_I8042 = y
 
# PC keyboard support
CONFIG_PC_KBD = y