Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4083 → Rev 4082

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