diff options
author | Jens Muecke <jens@nons.de> | 2012-03-17 21:32:08 +0000 |
---|---|---|
committer | Jens Muecke <jens@nons.de> | 2012-03-17 21:32:08 +0000 |
commit | deac1c16a1b983a7dddd7d697da9abdd1766ac8a (patch) | |
tree | cc7a97b6fbc672c3f7f30e282935284bcfdc4331 /target | |
parent | 217ea0b04202f1debe18253b39c7ad6b5d8ee1ac (diff) | |
download | upstream-deac1c16a1b983a7dddd7d697da9abdd1766ac8a.tar.gz upstream-deac1c16a1b983a7dddd7d697da9abdd1766ac8a.tar.bz2 upstream-deac1c16a1b983a7dddd7d697da9abdd1766ac8a.zip |
Enable keyboard for x86
This is required for qemu like descripted in
here http://wiki.openwrt.org/doc/howto/qemu
SVN-Revision: 30966
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/x86/config-default | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/x86/config-default b/target/linux/x86/config-default index 9b7b614462..800a3b4abb 100644 --- a/target/linux/x86/config-default +++ b/target/linux/x86/config-default @@ -164,6 +164,8 @@ CONFIG_HW_RANDOM_VIA=y # CONFIG_IBM_RTL is not set CONFIG_ILLEGAL_POINTER_VALUE=0 CONFIG_INITRAMFS_SOURCE="" +CONFIG_INPUT=y +CONFIG_INPUT_KEYBOARD=y CONFIG_INSTRUCTION_DECODER=y # CONFIG_IOMMU_API is not set # CONFIG_IOMMU_HELPER is not set @@ -190,6 +192,7 @@ CONFIG_KALLSYMS=y CONFIG_KERNEL_GZIP=y # CONFIG_KERNEL_LZMA is not set CONFIG_KEXEC=y +CONFIG_KEYBOARD_ATKBD=y CONFIG_KTIME_SCALAR=y # CONFIG_M386 is not set CONFIG_M486=y |