Browse Source

generic: Enable HPET, HID and AT keyboard support

SVN-Revision: 30309
Vasilis Tsiligiannis 14 years ago
parent
commit
42ec97097e
1 changed files with 5 additions and 1 deletions
  1. 5 1
      target/linux/x86/generic/config-default

+ 5 - 1
target/linux/x86/generic/config-default

@@ -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