Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4083 → Rev 4058

/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