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 38... | Line 38... | ||
| 38 | CONFIG_LOG = n |
38 | CONFIG_LOG = n |
| 39 | 39 | ||
| 40 | # Compile kernel tests |
40 | # Compile kernel tests |
| 41 | CONFIG_TEST = y |
41 | CONFIG_TEST = y |
| 42 | 42 | ||
| 43 | # What is your input device? |
43 | # Input device class |
| 44 | CONFIG_HID_IN = keyboard |
44 | CONFIG_HID_IN = generic |
| 45 | 45 | ||
| 46 | # What is your output device? |
46 | # Output device class |
| 47 | CONFIG_HID_OUT = monitor |
47 | CONFIG_HID_OUT = generic |
| 48 | - | ||
| 49 | # i8042 controller support |
- | |
| 50 | CONFIG_I8042 = y |
- | |
| 51 | 48 | ||
| 52 | # PC keyboard support |
49 | # PC keyboard support |
| 53 | CONFIG_PC_KBD = y |
50 | CONFIG_PC_KBD = y |
| 54 | 51 | ||
| 55 | # EGA support |
52 | # EGA support |