generic: Enable HPET, HID and AT keyboard support
SVN-Revision: 30309
This commit is contained in:
parent
b5ff8b85d6
commit
42ec97097e
1 changed files with 5 additions and 1 deletions
|
@ -42,7 +42,10 @@ CONFIG_DUMMY_CONSOLE=y
|
|||
# CONFIG_EL2 is not set
|
||||
# CONFIG_EL3 is not set
|
||||
# CONFIG_ELPLUS is not set
|
||||
# CONFIG_HPET is not set
|
||||
CONFIG_HID=y
|
||||
CONFIG_HID_SUPPORT=y
|
||||
CONFIG_HPET=y
|
||||
CONFIG_HPET_MMAP=y
|
||||
# CONFIG_HP_ACCEL is not set
|
||||
CONFIG_HW_CONSOLE=y
|
||||
CONFIG_INPUT=y
|
||||
|
@ -56,6 +59,7 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
|
|||
# CONFIG_INTEL_MENLOW is not set
|
||||
CONFIG_ISA=y
|
||||
CONFIG_ISAPNP=y
|
||||
CONFIG_KEYBOARD_ATKBD=y
|
||||
# CONFIG_LANCE is not set
|
||||
# CONFIG_LEDS_CLEVO_MAIL is not set
|
||||
# CONFIG_MDA_CONSOLE is not set
|
||||
|
|
Loading…
Reference in a new issue