diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2010-02-01 18:25:21 +0000 |
---|---|---|
committer | Lars-Peter Clausen <lars@metafoo.de> | 2010-02-01 18:25:21 +0000 |
commit | 3b42817ef89a30555e7d6bd5b025808a9b80d607 (patch) | |
tree | 52d3ddb9620ac6b81890588048a47f4fb50218dc /target | |
parent | bdb2cea8b98f3656f9f50b47957b2da6e2ebdaf1 (diff) | |
download | upstream-3b42817ef89a30555e7d6bd5b025808a9b80d607.tar.gz upstream-3b42817ef89a30555e7d6bd5b025808a9b80d607.tar.bz2 upstream-3b42817ef89a30555e7d6bd5b025808a9b80d607.zip |
[kernel] Add some missing symbols to the generic 2.6.32 config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19490 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic-2.6/config-2.6.32 | 3 | ||||
-rw-r--r-- | target/linux/omap35xx/config-2.6.32 | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/generic-2.6/config-2.6.32 b/target/linux/generic-2.6/config-2.6.32 index e24cc8a224..ac2fe66188 100644 --- a/target/linux/generic-2.6/config-2.6.32 +++ b/target/linux/generic-2.6/config-2.6.32 @@ -1055,7 +1055,9 @@ CONFIG_JOLIET=y CONFIG_KERNEL_LZMA=y # CONFIG_KERNEL_LZO is not set # CONFIG_KEXEC is not set +# CONFIG_KEYBOARD_ADP5588 is not set # CONFIG_KEYBOARD_LM8323 is not set +# CONFIG_KEYBOARD_MAX7359 is not set # CONFIG_KEYBOARD_OPENCORES is not set # CONFIG_KEYS is not set # CONFIG_KMEMTRACE is not set @@ -1685,6 +1687,7 @@ CONFIG_PROC_SYSCTL=y # CONFIG_QLA3XXX is not set # CONFIG_QNX4FS_FS is not set # CONFIG_QSEMI_PHY is not set +# CONFIG_QT2160 is not set # CONFIG_QUOTA is not set # CONFIG_R3964 is not set # CONFIG_R6040 is not set diff --git a/target/linux/omap35xx/config-2.6.32 b/target/linux/omap35xx/config-2.6.32 index 5b79b42768..d08ff8900e 100644 --- a/target/linux/omap35xx/config-2.6.32 +++ b/target/linux/omap35xx/config-2.6.32 @@ -674,14 +674,11 @@ CONFIG_INPUT_EVDEV=y # Input Device Drivers # CONFIG_INPUT_KEYBOARD=y -# CONFIG_KEYBOARD_ADP5588 is not set CONFIG_KEYBOARD_ATKBD=y -# CONFIG_QT2160 is not set # CONFIG_KEYBOARD_LKKBD is not set # CONFIG_KEYBOARD_GPIO is not set # CONFIG_KEYBOARD_MATRIX is not set # CONFIG_KEYBOARD_LM8323 is not set -# CONFIG_KEYBOARD_MAX7359 is not set # CONFIG_KEYBOARD_NEWTON is not set # CONFIG_KEYBOARD_OPENCORES is not set # CONFIG_KEYBOARD_STOWAWAY is not set |