From: Philip P. <phi...@re...> - 2008-11-06 19:07:53
|
I've diff'd (original) target/device/net5501/linux.config against the build_i586/linux-2.6.25.19-astlinux/.config file. New capabilities being added in as "+" aren't very suspect. These either default on (+CONFIG_) or default off (+# CONFIG_xxx is not set). There might be some handy new capabilities that I don't recognize, in which case call them out and we'll enable them... Capabilities going away (-CONFIG_xxx) are more important. Some of them are legacy stuff (like ISA bus retirement). Things like CONFIG_HDLC_PPP don't even appear as "# ... is not set" -- presumably they've gone away. Not sure what's going on with CONFIG_OCF_xxx ... I've turned this on, but... it keeps going away. Can someone have a look at the attachment and tell me how it looks? A lot of new capabilities have sprung up. Also, this isn't the trunk version of target/device/net5501/linux.config... it's slightly modified: --- target/device/net5501/linux.config (revision 2043) +++ target/device/net5501/linux.config (working copy) @@ -366,7 +366,7 @@ CONFIG_INET6_AH=m CONFIG_INET6_ESP=m CONFIG_INET6_IPCOMP=m -CONFIG_IPV6_MIP6=m +CONFIG_IPV6_MIP6=y CONFIG_INET6_XFRM_TUNNEL=m CONFIG_INET6_TUNNEL=m CONFIG_INET6_XFRM_MODE_TRANSPORT=m @@ -1061,8 +1061,8 @@ # # Wireless LAN # -# CONFIG_WLAN_PRE80211 is not set -# CONFIG_WLAN_80211 is not set +CONFIG_WLAN_PRE80211=y +CONFIG_WLAN_80211=y # # USB Network Adapters @@ -2106,6 +2106,22 @@ # CONFIG_VIRTIO_BALLOON is not set # +# OCF Configuration +# +CONFIG_OCF_OCF=m +CONFIG_OCF_RANDOMHARVEST=m +CONFIG_OCF_FIPS=m +CONFIG_OCF_CRYPTODEV=m +CONFIG_OCF_CRYPTOSOFT=m +CONFIG_OCF_SAFE=m +# CONFIG_OCF_IXP4XX is not set +CONFIG_OCF_HIFN=m +CONFIG_OCF_HIFNHIPP=m +# CONFIG_OCF_TALITOS is not set +CONFIG_OCF_OCFNULL=m +CONFIG_OCF_BENCH=m + +# # Library routines # CONFIG_BITREVERSE=y Again, notice that the OCF stuff doesn't seem to "stick". Not sure why. -Philip |