diff options
author | rwhitby <rwhitby@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-05-30 10:34:58 +0000 |
---|---|---|
committer | rwhitby <rwhitby@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-05-30 10:34:58 +0000 |
commit | a0dcd51d4e4e43a29e08674cfacec0ca8117cf3a (patch) | |
tree | 599a2dbdac17b6d0bb65c2a3383947cb95aed973 /target/linux/ixp4xx-2.6/config/default | |
parent | 8d38d3e0c222bf9f5a1e75ea86bdc608f05e2a70 (diff) |
Enabled CONFIG_INPUT as a module, and included other default settings to enable oldconfig to complete automatically.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7397 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ixp4xx-2.6/config/default')
-rw-r--r-- | target/linux/ixp4xx-2.6/config/default | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/ixp4xx-2.6/config/default b/target/linux/ixp4xx-2.6/config/default index bf3048e76d..81c4e349b1 100644 --- a/target/linux/ixp4xx-2.6/config/default +++ b/target/linux/ixp4xx-2.6/config/default @@ -122,6 +122,9 @@ CONFIG_HDLC_PPP=m CONFIG_HDLC_RAW=m # CONFIG_HDLC_RAW_ETH is not set # CONFIG_HERMES is not set +CONFIG_HID=m +# CONFIG_HID_DEBUG is not set +# CONFIG_HID_FF is not set CONFIG_HWMON=y # CONFIG_HWMON_DEBUG_CHIP is not set CONFIG_HW_RANDOM=y @@ -163,6 +166,7 @@ CONFIG_I2C_IXP4XX=y # CONFIG_IEEE80211_SOFTMAC is not set # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" +CONFIG_INPUT=m # CONFIG_IP6_NF_MANGLE is not set # CONFIG_IP6_NF_MATCH_EUI64 is not set # CONFIG_IP6_NF_MATCH_FRAG is not set @@ -468,6 +472,7 @@ CONFIG_USB_EHCI_HCD=m # CONFIG_USB_EHCI_ROOT_HUB_TT is not set # CONFIG_USB_EHCI_SPLIT_ISO is not set # CONFIG_USB_EHCI_TT_NEWSCHED is not set +# CONFIG_USB_GTCO is not set # CONFIG_USB_KAWETH is not set CONFIG_USB_OHCI_HCD=m # CONFIG_USB_PEGASUS is not set |