Subversion Repositories HelenOS

Rev

Rev 4058 | Rev 4127 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4058 Rev 4083
Line 32... Line 32...
32
CONFIG_LOG = n
32
CONFIG_LOG = n
33
 
33
 
34
# Compile kernel tests
34
# Compile kernel tests
35
CONFIG_TEST = y
35
CONFIG_TEST = y
36
 
36
 
37
# What is your input device?
37
# Input device class
38
CONFIG_HID_IN = keyboard
38
CONFIG_HID_IN = generic
39
 
39
 
40
# What is your output device?
40
# Output device class
41
CONFIG_HID_OUT = monitor
41
CONFIG_HID_OUT = generic
42
 
-
 
43
# i8042 controller support
-
 
44
CONFIG_I8042 = y
-
 
45
 
42
 
46
# PC keyboard support
43
# PC keyboard support
47
CONFIG_PC_KBD = y
44
CONFIG_PC_KBD = y
48
 
45
 
49
# EGA support
46
# EGA support