diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-12-29 18:08:06 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-12-29 18:08:06 +0000 |
commit | a68e0380aa00119295f9de17f4e77e8ff3214cf7 (patch) | |
tree | 939e1ac409842f05052937de50f548fe7e3c3f48 /target/linux/generic/config-2.6.35 | |
parent | 9ac43f0eb106fcd448ddcdb6d21bb48dc3e22c1d (diff) | |
download | upstream-a68e0380aa00119295f9de17f4e77e8ff3214cf7.tar.gz upstream-a68e0380aa00119295f9de17f4e77e8ff3214cf7.tar.bz2 upstream-a68e0380aa00119295f9de17f4e77e8ff3214cf7.zip |
generic: add missing CONFIG_KEYBOARD_* symbols
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24852 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/config-2.6.35')
-rw-r--r-- | target/linux/generic/config-2.6.35 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/target/linux/generic/config-2.6.35 b/target/linux/generic/config-2.6.35 index 6a520a7008..fbca58a8f3 100644 --- a/target/linux/generic/config-2.6.35 +++ b/target/linux/generic/config-2.6.35 @@ -1231,12 +1231,18 @@ CONFIG_KERNEL_LZMA=y # CONFIG_KERNEL_LZO is not set # CONFIG_KEXEC is not set # CONFIG_KEYBOARD_ADP5588 is not set +# CONFIG_KEYBOARD_ATKBD is not set +# CONFIG_KEYBOARD_LKKBD is not set # CONFIG_KEYBOARD_LM8323 is not set -# CONFIG_KEYBOARD_MAX7359 is not set # CONFIG_KEYBOARD_MATRIX is not set +# CONFIG_KEYBOARD_MAX7359 is not set +# CONFIG_KEYBOARD_NEWTON is not set # CONFIG_KEYBOARD_OPENCORES is not set # CONFIG_KEYBOARD_QT2160 is not set +# CONFIG_KEYBOARD_STOWAWAY is not set +# CONFIG_KEYBOARD_SUNKBD is not set # CONFIG_KEYBOARD_TCA6416 is not set +# CONFIG_KEYBOARD_XTKBD is not set # CONFIG_KEYS is not set # CONFIG_KGDB is not set # CONFIG_KMEMTRACE is not set |