Rev 4058 | Rev 4132 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4058 | Rev 4117 | ||
---|---|---|---|
Line 21... | Line 21... | ||
21 | 21 | ||
22 | # Compile kernel tests |
22 | # Compile kernel tests |
23 | CONFIG_TEST = y |
23 | CONFIG_TEST = y |
24 | 24 | ||
25 | # What is your input device? |
25 | # What is your input device? |
26 | CONFIG_HID_IN = keyboard |
26 | CONFIG_HID_IN = generic |
27 | 27 | ||
28 | # What is your output device? |
28 | # What is your output device? |
29 | CONFIG_HID_OUT = monitor |
29 | CONFIG_HID_OUT = generic |
30 | - | ||
31 | # Framebuffer support |
- | |
32 | CONFIG_FB = y |
- | |
33 | 30 | ||
34 | # Keyboard layout |
31 | # Keyboard layout |
35 | KBD_LAYOUT = us_qwerty |
32 | KBD_LAYOUT = us_qwerty |