diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-04-29 16:01:28 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-04-29 16:01:28 +0000 |
commit | f8d36d96b857c0e634ea5e49133e550b65b0dc12 (patch) | |
tree | e3b4bb044cfea93adbdd4dcd1b016a9469552db0 | |
parent | 9da99a711190fec34446c68dfc1b832dca76bd95 (diff) | |
download | upstream-f8d36d96b857c0e634ea5e49133e550b65b0dc12.tar.gz upstream-f8d36d96b857c0e634ea5e49133e550b65b0dc12.tar.bz2 upstream-f8d36d96b857c0e634ea5e49133e550b65b0dc12.zip |
target/brcm-2.4: add missing CONFIG_INPUT_* symbols
SVN-Revision: 21261
-rw-r--r-- | target/linux/generic-2.4/config-default | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/target/linux/generic-2.4/config-default b/target/linux/generic-2.4/config-default index 8490f36b39..7871a27885 100644 --- a/target/linux/generic-2.4/config-default +++ b/target/linux/generic-2.4/config-default @@ -176,12 +176,17 @@ CONFIG_HOTPLUG=y CONFIG_IMQ=m # CONFIG_INET_ECN is not set CONFIG_INET=y +# CONFIG_INPUT is not set +# CONFIG_INPUT_DB9 is not set # CONFIG_INPUT_EVDEV is not set +# CONFIG_INPUT_GAMECON is not set # CONFIG_INPUT_GAMEPORT is not set -# CONFIG_INPUT is not set +# CONFIG_INPUT_IFORCE_USB is not set # CONFIG_INPUT_JOYDEV is not set # CONFIG_INPUT_KEYBDEV is not set # CONFIG_INPUT_MOUSEDEV is not set +# CONFIG_INPUT_SERIO is not set +# CONFIG_INPUT_TURBOGRAFX is not set # CONFIG_INPUT_UINPUT is not set # CONFIG_INTERMEZZO_FS is not set CONFIG_IP6_NF_FILTER=m |