Subversion Repositories HelenOS

Rev

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

Rev 4346 Rev 4348
Line 23... Line 23...
23
CONFIG_LOG = n
23
CONFIG_LOG = n
24
 
24
 
25
# Compile kernel tests
25
# Compile kernel tests
26
CONFIG_TEST = y
26
CONFIG_TEST = y
27
 
27
 
-
 
28
# Input device class
-
 
29
CONFIG_HID_IN = generic
-
 
30
 
28
# Output device class
31
# Output device class
29
CONFIG_HID_OUT = generic
32
CONFIG_HID_OUT = generic
30
 
33
 
31
# Framebuffer support
34
# Framebuffer support
32
CONFIG_FB = y
35
CONFIG_FB = y
33
 
36
 
34
# Use Block Address Translation by the loader
37
# Use Block Address Translation by the loader
35
CONFIG_BAT = y
38
CONFIG_BAT = y
36
 
-
 
37
# Keyboard layout
-
 
38
KBD_LAYOUT = us_qwerty
-