Update armeb-unknown-linux-uclibc sample:
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon May 07 21:47:38 2007 +0000 (2007-05-07)
changeset 67f502c78444af
parent 66 c77d59891a0d
child 68 3e67311ea429
Update armeb-unknown-linux-uclibc sample:
- no need for the kernel .config file,
- globqlly update to latest set of options.
samples/armeb-unknown-linux-uclibc/crosstool.config
samples/armeb-unknown-linux-uclibc/linux-2.6.20.6.config
     1.1 --- a/samples/armeb-unknown-linux-uclibc/crosstool.config	Mon May 07 21:45:31 2007 +0000
     1.2 +++ b/samples/armeb-unknown-linux-uclibc/crosstool.config	Mon May 07 21:47:38 2007 +0000
     1.3 @@ -1,12 +1,14 @@
     1.4  #
     1.5  # Automatically generated make config: don't edit
     1.6 -# crosstool-NG version: 0.0.1
     1.7 -# Tue Apr 10 17:26:53 2007
     1.8 +# crosstool-NG version: 0.0.2-svn
     1.9 +# Mon May  7 23:45:42 2007
    1.10  #
    1.11  
    1.12  #
    1.13  # Paths and misc options
    1.14  #
    1.15 +# CT_EXPERIMENTAL is not set
    1.16 +# CT_OBSOLETE is not set
    1.17  CT_PARALLEL_JOBS=1
    1.18  CT_LOAD=0
    1.19  CT_NICE=5
    1.20 @@ -21,17 +23,19 @@
    1.21  CT_PREFIX_DIR="/opt/x-tools/${CT_TARGET}"
    1.22  CT_INSTALL_DIR="${CT_PREFIX_DIR}"
    1.23  # CT_CUSTOM_PATCH is not set
    1.24 -# CT_CUSTOM_PATCH_ONLY is not set
    1.25 -CT_CUSTOM_PATCH_DIR=""
    1.26  CT_REMOVE_DOCS=y
    1.27  
    1.28  #
    1.29 -# Downloading and extracting
    1.30 +# Downloading
    1.31  #
    1.32 -# CT_NO_DOWNLOAD is not set
    1.33 +# CT_FORCE_DOWNLOAD is not set
    1.34  # CT_ONLY_DOWNLOAD is not set
    1.35 -# CT_FORCE_DOWNLOAD is not set
    1.36 +
    1.37 +#
    1.38 +# Extracting
    1.39 +#
    1.40  # CT_FORCE_EXTRACT is not set
    1.41 +# CT_ONLY_EXTRACT is not set
    1.42  
    1.43  #
    1.44  # Logging
    1.45 @@ -42,6 +46,7 @@
    1.46  CT_LOG_EXTRA=y
    1.47  # CT_LOG_DEBUG is not set
    1.48  CT_LOG_LEVEL_MAX="EXTRA"
    1.49 +# CT_LOG_SEE_TOOLS_WARN is not set
    1.50  # CT_LOG_PROGRESS_BAR is not set
    1.51  # CT_LOG_USE_COLORS is not set
    1.52  CT_LOG_TO_FILE=y
    1.53 @@ -54,19 +59,23 @@
    1.54  #
    1.55  # General target options
    1.56  #
    1.57 +CT_ARCH="arm"
    1.58  CT_ARCH_ARM=y
    1.59  # CT_ARCH_MIPS is not set
    1.60  # CT_ARCH_x86 is not set
    1.61  # CT_ARCH_x86_64 is not set
    1.62 +CT_ARCH_SUPPORTS_BE=y
    1.63 +CT_ARCH_SUPPORTS_LE=y
    1.64  CT_ARCH_BE=y
    1.65  # CT_ARCH_LE is not set
    1.66  
    1.67  #
    1.68  # Target optimisations
    1.69  #
    1.70 +CT_ARCH_ARCH="armv5te"
    1.71 +CT_ARCH_ABI=""
    1.72  CT_ARCH_CPU="xscale"
    1.73  CT_ARCH_TUNE="xscale"
    1.74 -CT_ARCH_ARCH="armv5te"
    1.75  CT_ARCH_FPU=""
    1.76  # CT_ARCH_FLOAT_HW is not set
    1.77  CT_ARCH_FLOAT_SW=y
    1.78 @@ -76,27 +85,36 @@
    1.79  #
    1.80  # Toolchain options
    1.81  #
    1.82 +
    1.83 +#
    1.84 +# General toolchain options
    1.85 +#
    1.86  CT_USE_SYSROOT=y
    1.87  CT_SHARED_LIBS=y
    1.88  # CT_TARGET_MULTILIB is not set
    1.89  CT_TARGET_VENDOR="unknown"
    1.90  CT_TARGET_ALIAS=""
    1.91 -CT_ARCH="arm"
    1.92 +
    1.93 +#
    1.94 +# Toolchain type
    1.95 +#
    1.96 +# CT_NATIVE is not set
    1.97 +CT_CROSS=y
    1.98 +# CT_CROSS_NATIVE is not set
    1.99 +# CT_CANADIAN is not set
   1.100  CT_BUILD=""
   1.101  CT_CC_NATIVE="gcc"
   1.102 -# CT_CANADIAN is not set
   1.103 -CT_HOST=""
   1.104 -CT_HOST_CC=""
   1.105  
   1.106  #
   1.107  # Kernel
   1.108  #
   1.109  CT_KERNEL_LINUX=y
   1.110  # CT_KERNEL_CYGWIN is not set
   1.111 -CT_KERNEL_VERSION="2.6.20.6"
   1.112 +CT_KERNEL_VERSION="2.6.21.1"
   1.113  CT_KERNEL_LINUX_HEADERS_INSTALL=y
   1.114  # CT_KERNEL_LINUX_HEADERS_SANITISED is not set
   1.115  # CT_KERNEL_LINUX_HEADERS_COPY is not set
   1.116 +# CT_KERNEL_LINUX_HEADERS_USE_CUSTOM_DIR is not set
   1.117  CT_KERNEL="linux"
   1.118  CT_KERNEL_VERSION_SEE_EXTRAVERSION=y
   1.119  # CT_KERNEL_INSTALL_V_2_6_18 is not set
   1.120 @@ -115,137 +133,15 @@
   1.121  # CT_KERNEL_INSTALL_V_2_6_20_3 is not set
   1.122  # CT_KERNEL_INSTALL_V_2_6_20_4 is not set
   1.123  # CT_KERNEL_INSTALL_V_2_6_20_5 is not set
   1.124 -CT_KERNEL_INSTALL_V_2_6_20_6=y
   1.125 -# CT_KERNEL_COPY_V_2_6_0 is not set
   1.126 -# CT_KERNEL_COPY_V_2_6_1 is not set
   1.127 -# CT_KERNEL_COPY_V_2_6_2 is not set
   1.128 -# CT_KERNEL_COPY_V_2_6_3 is not set
   1.129 -# CT_KERNEL_COPY_V_2_6_4 is not set
   1.130 -# CT_KERNEL_COPY_V_2_6_5 is not set
   1.131 -# CT_KERNEL_COPY_V_2_6_6 is not set
   1.132 -# CT_KERNEL_COPY_V_2_6_7 is not set
   1.133 -# CT_KERNEL_COPY_V_2_6_8 is not set
   1.134 -# CT_KERNEL_COPY_V_2_6_8_1 is not set
   1.135 -# CT_KERNEL_COPY_V_2_6_9 is not set
   1.136 -# CT_KERNEL_COPY_V_2_6_10 is not set
   1.137 -# CT_KERNEL_COPY_V_2_6_11 is not set
   1.138 -# CT_KERNEL_COPY_V_2_6_11_1 is not set
   1.139 -# CT_KERNEL_COPY_V_2_6_11_10 is not set
   1.140 -# CT_KERNEL_COPY_V_2_6_11_11 is not set
   1.141 -# CT_KERNEL_COPY_V_2_6_11_12 is not set
   1.142 -# CT_KERNEL_COPY_V_2_6_11_2 is not set
   1.143 -# CT_KERNEL_COPY_V_2_6_11_3 is not set
   1.144 -# CT_KERNEL_COPY_V_2_6_11_4 is not set
   1.145 -# CT_KERNEL_COPY_V_2_6_11_5 is not set
   1.146 -# CT_KERNEL_COPY_V_2_6_11_6 is not set
   1.147 -# CT_KERNEL_COPY_V_2_6_11_7 is not set
   1.148 -# CT_KERNEL_COPY_V_2_6_11_8 is not set
   1.149 -# CT_KERNEL_COPY_V_2_6_11_9 is not set
   1.150 -# CT_KERNEL_COPY_V_2_6_12 is not set
   1.151 -# CT_KERNEL_COPY_V_2_6_12_1 is not set
   1.152 -# CT_KERNEL_COPY_V_2_6_12_2 is not set
   1.153 -# CT_KERNEL_COPY_V_2_6_12_3 is not set
   1.154 -# CT_KERNEL_COPY_V_2_6_12_4 is not set
   1.155 -# CT_KERNEL_COPY_V_2_6_12_5 is not set
   1.156 -# CT_KERNEL_COPY_V_2_6_12_6 is not set
   1.157 -# CT_KERNEL_COPY_V_2_6_13 is not set
   1.158 -# CT_KERNEL_COPY_V_2_6_13_1 is not set
   1.159 -# CT_KERNEL_COPY_V_2_6_13_2 is not set
   1.160 -# CT_KERNEL_COPY_V_2_6_13_3 is not set
   1.161 -# CT_KERNEL_COPY_V_2_6_13_4 is not set
   1.162 -# CT_KERNEL_COPY_V_2_6_13_5 is not set
   1.163 -# CT_KERNEL_COPY_V_2_6_14 is not set
   1.164 -# CT_KERNEL_COPY_V_2_6_14_1 is not set
   1.165 -# CT_KERNEL_COPY_V_2_6_14_2 is not set
   1.166 -# CT_KERNEL_COPY_V_2_6_14_3 is not set
   1.167 -# CT_KERNEL_COPY_V_2_6_14_4 is not set
   1.168 -# CT_KERNEL_COPY_V_2_6_14_5 is not set
   1.169 -# CT_KERNEL_COPY_V_2_6_14_6 is not set
   1.170 -# CT_KERNEL_COPY_V_2_6_14_7 is not set
   1.171 -# CT_KERNEL_COPY_V_2_6_15 is not set
   1.172 -# CT_KERNEL_COPY_V_2_6_15_1 is not set
   1.173 -# CT_KERNEL_COPY_V_2_6_15_2 is not set
   1.174 -# CT_KERNEL_COPY_V_2_6_15_3 is not set
   1.175 -# CT_KERNEL_COPY_V_2_6_15_4 is not set
   1.176 -# CT_KERNEL_COPY_V_2_6_15_5 is not set
   1.177 -# CT_KERNEL_COPY_V_2_6_15_6 is not set
   1.178 -# CT_KERNEL_COPY_V_2_6_15_7 is not set
   1.179 -# CT_KERNEL_COPY_V_2_6_16 is not set
   1.180 -# CT_KERNEL_COPY_V_2_6_16_1 is not set
   1.181 -# CT_KERNEL_COPY_V_2_6_16_10 is not set
   1.182 -# CT_KERNEL_COPY_V_2_6_16_11 is not set
   1.183 -# CT_KERNEL_COPY_V_2_6_16_12 is not set
   1.184 -# CT_KERNEL_COPY_V_2_6_16_13 is not set
   1.185 -# CT_KERNEL_COPY_V_2_6_16_14 is not set
   1.186 -# CT_KERNEL_COPY_V_2_6_16_15 is not set
   1.187 -# CT_KERNEL_COPY_V_2_6_16_16 is not set
   1.188 -# CT_KERNEL_COPY_V_2_6_16_17 is not set
   1.189 -# CT_KERNEL_COPY_V_2_6_16_18 is not set
   1.190 -# CT_KERNEL_COPY_V_2_6_16_19 is not set
   1.191 -# CT_KERNEL_COPY_V_2_6_16_2 is not set
   1.192 -# CT_KERNEL_COPY_V_2_6_16_20 is not set
   1.193 -# CT_KERNEL_COPY_V_2_6_16_21 is not set
   1.194 -# CT_KERNEL_COPY_V_2_6_16_22 is not set
   1.195 -# CT_KERNEL_COPY_V_2_6_16_23 is not set
   1.196 -# CT_KERNEL_COPY_V_2_6_16_24 is not set
   1.197 -# CT_KERNEL_COPY_V_2_6_16_25 is not set
   1.198 -# CT_KERNEL_COPY_V_2_6_16_26 is not set
   1.199 -# CT_KERNEL_COPY_V_2_6_16_27 is not set
   1.200 -# CT_KERNEL_COPY_V_2_6_16_28 is not set
   1.201 -# CT_KERNEL_COPY_V_2_6_16_29 is not set
   1.202 -# CT_KERNEL_COPY_V_2_6_16_3 is not set
   1.203 -# CT_KERNEL_COPY_V_2_6_16_30 is not set
   1.204 -# CT_KERNEL_COPY_V_2_6_16_31 is not set
   1.205 -# CT_KERNEL_COPY_V_2_6_16_32 is not set
   1.206 -# CT_KERNEL_COPY_V_2_6_16_33 is not set
   1.207 -# CT_KERNEL_COPY_V_2_6_16_34 is not set
   1.208 -# CT_KERNEL_COPY_V_2_6_16_35 is not set
   1.209 -# CT_KERNEL_COPY_V_2_6_16_36 is not set
   1.210 -# CT_KERNEL_COPY_V_2_6_16_4 is not set
   1.211 -# CT_KERNEL_COPY_V_2_6_16_5 is not set
   1.212 -# CT_KERNEL_COPY_V_2_6_16_6 is not set
   1.213 -# CT_KERNEL_COPY_V_2_6_16_7 is not set
   1.214 -# CT_KERNEL_COPY_V_2_6_16_8 is not set
   1.215 -# CT_KERNEL_COPY_V_2_6_16_9 is not set
   1.216 -# CT_KERNEL_COPY_V_2_6_17 is not set
   1.217 -# CT_KERNEL_COPY_V_2_6_17_1 is not set
   1.218 -# CT_KERNEL_COPY_V_2_6_17_10 is not set
   1.219 -# CT_KERNEL_COPY_V_2_6_17_11 is not set
   1.220 -# CT_KERNEL_COPY_V_2_6_17_12 is not set
   1.221 -# CT_KERNEL_COPY_V_2_6_17_13 is not set
   1.222 -# CT_KERNEL_COPY_V_2_6_17_14 is not set
   1.223 -# CT_KERNEL_COPY_V_2_6_17_2 is not set
   1.224 -# CT_KERNEL_COPY_V_2_6_17_3 is not set
   1.225 -# CT_KERNEL_COPY_V_2_6_17_4 is not set
   1.226 -# CT_KERNEL_COPY_V_2_6_17_5 is not set
   1.227 -# CT_KERNEL_COPY_V_2_6_17_6 is not set
   1.228 -# CT_KERNEL_COPY_V_2_6_17_7 is not set
   1.229 -# CT_KERNEL_COPY_V_2_6_17_8 is not set
   1.230 -# CT_KERNEL_COPY_V_2_6_17_9 is not set
   1.231 -# CT_KERNEL_COPY_V_2_6_18 is not set
   1.232 -# CT_KERNEL_COPY_V_2_6_18_1 is not set
   1.233 -# CT_KERNEL_COPY_V_2_6_18_2 is not set
   1.234 -# CT_KERNEL_COPY_V_2_6_18_3 is not set
   1.235 -# CT_KERNEL_COPY_V_2_6_18_4 is not set
   1.236 -# CT_KERNEL_COPY_V_2_6_18_5 is not set
   1.237 -# CT_KERNEL_COPY_V_2_6_18_6 is not set
   1.238 -# CT_KERNEL_COPY_V_2_6_19 is not set
   1.239 -# CT_KERNEL_COPY_V_2_6_19_1 is not set
   1.240 -# CT_KERNEL_SANITISED_V_2_6_7_0 is not set
   1.241 -# CT_KERNEL_SANITISED_V_2_6_8_0 is not set
   1.242 -# CT_KERNEL_SANITISED_V_2_6_8_1 is not set
   1.243 -# CT_KERNEL_SANITISED_V_2_6_9_0 is not set
   1.244 -# CT_KERNEL_SANITISED_V_2_6_9_1 is not set
   1.245 -# CT_KERNEL_SANITISED_V_2_6_10_0 is not set
   1.246 -# CT_KERNEL_SANITISED_V_2_6_11_0 is not set
   1.247 -# CT_KERNEL_SANITISED_V_2_6_11_1 is not set
   1.248 -# CT_KERNEL_SANITISED_V_2_6_11_2 is not set
   1.249 -# CT_KERNEL_SANITISED_V_2_6_12_0 is not set
   1.250 +# CT_KERNEL_INSTALL_V_2_6_20_6 is not set
   1.251 +# CT_KERNEL_INSTALL_V_2_6_20_7 is not set
   1.252 +# CT_KERNEL_INSTALL_V_2_6_21 is not set
   1.253 +CT_KERNEL_INSTALL_V_2_6_21_1=y
   1.254  CT_KERNEL_LINUX_VERBOSITY_0=y
   1.255  # CT_KERNEL_LINUX_VERBOSITY_1 is not set
   1.256  # CT_KERNEL_LINUX_VERBOSITY_2 is not set
   1.257  CT_KERNEL_LINUX_VERBOSE_LEVEL=0
   1.258 -CT_KERNEL_LINUX_CONFIG_FILE="${CT_TOP_DIR}/samples/${CT_TARGET}/${CT_KERNEL}-${CT_KERNEL_VERSION}.config"
   1.259 +# CT_KERNEL_LINUX_NEEDS_CONFIG is not set
   1.260  
   1.261  #
   1.262  # binutils
   1.263 @@ -288,33 +184,7 @@
   1.264  # CT_CC_USE_CORE is not set
   1.265  CT_CC_CORE_GCC=y
   1.266  # CT_CC_CORE_TCC is not set
   1.267 -CT_CC_CORE_VERSION=""
   1.268  CT_CC_CORE="gcc"
   1.269 -# CT_CC_CORE_V_2_95_3 is not set
   1.270 -# CT_CC_CORE_V_3_2_3 is not set
   1.271 -# CT_CC_CORE_V_3_3 is not set
   1.272 -# CT_CC_CORE_V_3_3_1 is not set
   1.273 -# CT_CC_CORE_V_3_3_2 is not set
   1.274 -# CT_CC_CORE_V_3_3_3 is not set
   1.275 -# CT_CC_CORE_V_3_3_4 is not set
   1.276 -# CT_CC_CORE_V_3_3_5 is not set
   1.277 -# CT_CC_CORE_V_3_3_6 is not set
   1.278 -# CT_CC_CORE_V_3_4_0 is not set
   1.279 -# CT_CC_CORE_V_3_4_1 is not set
   1.280 -# CT_CC_CORE_V_3_4_2 is not set
   1.281 -# CT_CC_CORE_V_3_4_3 is not set
   1.282 -# CT_CC_CORE_V_3_4_4 is not set
   1.283 -# CT_CC_CORE_V_3_4_5 is not set
   1.284 -# CT_CC_CORE_V_3_4_6 is not set
   1.285 -# CT_CC_CORE_V_4_0_0 is not set
   1.286 -# CT_CC_CORE_V_4_0_1 is not set
   1.287 -# CT_CC_CORE_V_4_0_2 is not set
   1.288 -# CT_CC_CORE_V_4_0_3 is not set
   1.289 -# CT_CC_CORE_V_4_0_4 is not set
   1.290 -# CT_CC_CORE_V_4_1_0 is not set
   1.291 -# CT_CC_CORE_V_4_1_1 is not set
   1.292 -# CT_CC_CORE_V_4_1_2 is not set
   1.293 -CT_CC_CORE_EXTRA_CONFIG=""
   1.294  
   1.295  #
   1.296  # Final C compiler
   1.297 @@ -337,6 +207,7 @@
   1.298  # CT_CC_V_3_4_3 is not set
   1.299  # CT_CC_V_3_4_4 is not set
   1.300  # CT_CC_V_3_4_5 is not set
   1.301 +# CT_CC_V_3_4_6 is not set
   1.302  # CT_CC_V_4_0_0 is not set
   1.303  # CT_CC_V_4_0_1 is not set
   1.304  # CT_CC_V_4_0_2 is not set
   1.305 @@ -357,7 +228,7 @@
   1.306  #
   1.307  # Additionnal supported languages:
   1.308  #
   1.309 -# CT_CC_LANG_CXX is not set
   1.310 +CT_CC_LANG_CXX=y
   1.311  # CT_CC_LANG_FORTRAN is not set
   1.312  # CT_CC_LANG_JAVA is not set
   1.313  # CT_CC_LANG_ADA is not set
   1.314 @@ -372,37 +243,6 @@
   1.315  CT_LIBC_UCLIBC=y
   1.316  CT_LIBC_VERSION="0.9.28.3"
   1.317  CT_LIBC="uClibc"
   1.318 -# CT_LIBC_V_1_09_1 is not set
   1.319 -# CT_LIBC_V_2_0_1 is not set
   1.320 -# CT_LIBC_V_2_0_6 is not set
   1.321 -# CT_LIBC_V_2_1_1 is not set
   1.322 -# CT_LIBC_V_2_1_2 is not set
   1.323 -# CT_LIBC_V_2_1_3 is not set
   1.324 -# CT_LIBC_V_2_2 is not set
   1.325 -# CT_LIBC_V_2_2_1 is not set
   1.326 -# CT_LIBC_V_2_2_2 is not set
   1.327 -# CT_LIBC_V_2_2_3 is not set
   1.328 -# CT_LIBC_V_2_2_4 is not set
   1.329 -# CT_LIBC_V_2_2_5 is not set
   1.330 -# CT_LIBC_V_2_3 is not set
   1.331 -# CT_LIBC_V_2_3_1 is not set
   1.332 -# CT_LIBC_V_2_3_2 is not set
   1.333 -# CT_LIBC_V_2_3_3 is not set
   1.334 -# CT_LIBC_V_2_3_4 is not set
   1.335 -# CT_LIBC_V_2_3_5 is not set
   1.336 -# CT_LIBC_V_2_3_6 is not set
   1.337 -# CT_LIBC_V_2_4 is not set
   1.338 -# CT_LIBC_V_2_5 is not set
   1.339 -# CT_LIBC_GLIBC_THREADS_NPTL is not set
   1.340 -# CT_LIBC_GLIBC_THREADS_LINUXTHREADS is not set
   1.341 -# CT_LIBC_GLIBC_THREADS_NONE is not set
   1.342 -CT_LIBC_GLIBC_EXTRA_CONFIG=""
   1.343 -CT_LIBC_GLIBC_EXTRA_CFLAGS=""
   1.344 -CT_LIBC_EXTRA_CC_ARGS=""
   1.345 -CT_LIBC_GLIBC_CONFIGPARMS=""
   1.346 -# CT_LIBC_GLIBC_USE_PORTS is not set
   1.347 -# CT_LIBC_ADDONS is not set
   1.348 -CT_LIBC_ADDONS_LIST=""
   1.349  # CT_LIBC_V_snapshot is not set
   1.350  # CT_LIBC_V_specific_date is not set
   1.351  # CT_LIBC_V_0_9_26 is not set
   1.352 @@ -411,9 +251,10 @@
   1.353  # CT_LIBC_V_0_9_28_1 is not set
   1.354  # CT_LIBC_V_0_9_28_2 is not set
   1.355  CT_LIBC_V_0_9_28_3=y
   1.356 +# CT_LIBC_V_0_9_29 is not set
   1.357  CT_LIBC_UCLIBC_DEBUG_LEVEL_0=y
   1.358  # CT_LIBC_UCLIBC_DEBUG_LEVEL_1 is not set
   1.359  # CT_LIBC_UCLIBC_DEBUG_LEVEL_2 is not set
   1.360  CT_LIBC_UCLIBC_DEBUG_LEVEL=0
   1.361  CT_LIBC_UCLIBC_CONFIG_FILE="${CT_TOP_DIR}/samples/${CT_TARGET}/${CT_LIBC}-${CT_LIBC_VERSION}.config"
   1.362 -CT_LIBC_UCLIBC_LOCALES=y
   1.363 +# CT_LIBC_UCLIBC_LOCALES is not set
     2.1 --- a/samples/armeb-unknown-linux-uclibc/linux-2.6.20.6.config	Mon May 07 21:45:31 2007 +0000
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,1215 +0,0 @@
     2.4 -#
     2.5 -# Automatically generated make config: don't edit
     2.6 -# Linux kernel version: 2.6.20.1
     2.7 -# Sun Mar  4 21:35:31 2007
     2.8 -#
     2.9 -CONFIG_ARM=y
    2.10 -CONFIG_GENERIC_TIME=y
    2.11 -CONFIG_MMU=y
    2.12 -CONFIG_GENERIC_HARDIRQS=y
    2.13 -CONFIG_TRACE_IRQFLAGS_SUPPORT=y
    2.14 -CONFIG_HARDIRQS_SW_RESEND=y
    2.15 -CONFIG_GENERIC_IRQ_PROBE=y
    2.16 -CONFIG_RWSEM_GENERIC_SPINLOCK=y
    2.17 -# CONFIG_ARCH_HAS_ILOG2_U32 is not set
    2.18 -# CONFIG_ARCH_HAS_ILOG2_U64 is not set
    2.19 -CONFIG_GENERIC_HWEIGHT=y
    2.20 -CONFIG_GENERIC_CALIBRATE_DELAY=y
    2.21 -CONFIG_VECTORS_BASE=0xffff0000
    2.22 -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
    2.23 -
    2.24 -#
    2.25 -# Code maturity level options
    2.26 -#
    2.27 -CONFIG_EXPERIMENTAL=y
    2.28 -CONFIG_BROKEN_ON_SMP=y
    2.29 -CONFIG_INIT_ENV_ARG_LIMIT=32
    2.30 -
    2.31 -#
    2.32 -# General setup
    2.33 -#
    2.34 -CONFIG_LOCALVERSION="-nslu2"
    2.35 -# CONFIG_LOCALVERSION_AUTO is not set
    2.36 -CONFIG_SWAP=y
    2.37 -CONFIG_SYSVIPC=y
    2.38 -# CONFIG_IPC_NS is not set
    2.39 -# CONFIG_POSIX_MQUEUE is not set
    2.40 -# CONFIG_BSD_PROCESS_ACCT is not set
    2.41 -# CONFIG_TASKSTATS is not set
    2.42 -# CONFIG_UTS_NS is not set
    2.43 -# CONFIG_AUDIT is not set
    2.44 -# CONFIG_IKCONFIG is not set
    2.45 -# CONFIG_SYSFS_DEPRECATED is not set
    2.46 -# CONFIG_RELAY is not set
    2.47 -CONFIG_INITRAMFS_SOURCE=""
    2.48 -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
    2.49 -CONFIG_SYSCTL=y
    2.50 -# CONFIG_EMBEDDED is not set
    2.51 -CONFIG_UID16=y
    2.52 -CONFIG_SYSCTL_SYSCALL=y
    2.53 -CONFIG_KALLSYMS=y
    2.54 -# CONFIG_KALLSYMS_ALL is not set
    2.55 -# CONFIG_KALLSYMS_EXTRA_PASS is not set
    2.56 -CONFIG_HOTPLUG=y
    2.57 -CONFIG_PRINTK=y
    2.58 -CONFIG_BUG=y
    2.59 -CONFIG_ELF_CORE=y
    2.60 -CONFIG_BASE_FULL=y
    2.61 -CONFIG_FUTEX=y
    2.62 -CONFIG_EPOLL=y
    2.63 -CONFIG_SHMEM=y
    2.64 -CONFIG_SLAB=y
    2.65 -CONFIG_VM_EVENT_COUNTERS=y
    2.66 -CONFIG_RT_MUTEXES=y
    2.67 -# CONFIG_TINY_SHMEM is not set
    2.68 -CONFIG_BASE_SMALL=0
    2.69 -# CONFIG_SLOB is not set
    2.70 -
    2.71 -#
    2.72 -# Loadable module support
    2.73 -#
    2.74 -CONFIG_MODULES=y
    2.75 -CONFIG_MODULE_UNLOAD=y
    2.76 -CONFIG_MODULE_FORCE_UNLOAD=y
    2.77 -# CONFIG_MODVERSIONS is not set
    2.78 -# CONFIG_MODULE_SRCVERSION_ALL is not set
    2.79 -CONFIG_KMOD=y
    2.80 -
    2.81 -#
    2.82 -# Block layer
    2.83 -#
    2.84 -CONFIG_BLOCK=y
    2.85 -# CONFIG_LBD is not set
    2.86 -# CONFIG_BLK_DEV_IO_TRACE is not set
    2.87 -# CONFIG_LSF is not set
    2.88 -
    2.89 -#
    2.90 -# IO Schedulers
    2.91 -#
    2.92 -CONFIG_IOSCHED_NOOP=y
    2.93 -CONFIG_IOSCHED_AS=y
    2.94 -CONFIG_IOSCHED_DEADLINE=y
    2.95 -CONFIG_IOSCHED_CFQ=y
    2.96 -CONFIG_DEFAULT_AS=y
    2.97 -# CONFIG_DEFAULT_DEADLINE is not set
    2.98 -# CONFIG_DEFAULT_CFQ is not set
    2.99 -# CONFIG_DEFAULT_NOOP is not set
   2.100 -CONFIG_DEFAULT_IOSCHED="anticipatory"
   2.101 -
   2.102 -#
   2.103 -# System Type
   2.104 -#
   2.105 -# CONFIG_ARCH_AAEC2000 is not set
   2.106 -# CONFIG_ARCH_INTEGRATOR is not set
   2.107 -# CONFIG_ARCH_REALVIEW is not set
   2.108 -# CONFIG_ARCH_VERSATILE is not set
   2.109 -# CONFIG_ARCH_AT91 is not set
   2.110 -# CONFIG_ARCH_CLPS7500 is not set
   2.111 -# CONFIG_ARCH_CLPS711X is not set
   2.112 -# CONFIG_ARCH_CO285 is not set
   2.113 -# CONFIG_ARCH_EBSA110 is not set
   2.114 -# CONFIG_ARCH_EP93XX is not set
   2.115 -# CONFIG_ARCH_FOOTBRIDGE is not set
   2.116 -# CONFIG_ARCH_NETX is not set
   2.117 -# CONFIG_ARCH_H720X is not set
   2.118 -# CONFIG_ARCH_IMX is not set
   2.119 -# CONFIG_ARCH_IOP32X is not set
   2.120 -# CONFIG_ARCH_IOP33X is not set
   2.121 -# CONFIG_ARCH_IOP13XX is not set
   2.122 -CONFIG_ARCH_IXP4XX=y
   2.123 -# CONFIG_ARCH_IXP2000 is not set
   2.124 -# CONFIG_ARCH_IXP23XX is not set
   2.125 -# CONFIG_ARCH_L7200 is not set
   2.126 -# CONFIG_ARCH_PNX4008 is not set
   2.127 -# CONFIG_ARCH_PXA is not set
   2.128 -# CONFIG_ARCH_RPC is not set
   2.129 -# CONFIG_ARCH_SA1100 is not set
   2.130 -# CONFIG_ARCH_S3C2410 is not set
   2.131 -# CONFIG_ARCH_SHARK is not set
   2.132 -# CONFIG_ARCH_LH7A40X is not set
   2.133 -# CONFIG_ARCH_OMAP is not set
   2.134 -CONFIG_ARCH_SUPPORTS_BIG_ENDIAN=y
   2.135 -
   2.136 -#
   2.137 -# Intel IXP4xx Implementation Options
   2.138 -#
   2.139 -
   2.140 -#
   2.141 -# IXP4xx Platforms
   2.142 -#
   2.143 -CONFIG_MACH_NSLU2=y
   2.144 -# CONFIG_ARCH_AVILA is not set
   2.145 -# CONFIG_ARCH_ADI_COYOTE is not set
   2.146 -# CONFIG_ARCH_IXDP425 is not set
   2.147 -# CONFIG_MACH_IXDPG425 is not set
   2.148 -# CONFIG_MACH_IXDP465 is not set
   2.149 -# CONFIG_ARCH_PRPMC1100 is not set
   2.150 -# CONFIG_MACH_NAS100D is not set
   2.151 -# CONFIG_MACH_GTWX5715 is not set
   2.152 -
   2.153 -#
   2.154 -# IXP4xx Options
   2.155 -#
   2.156 -CONFIG_DMABOUNCE=y
   2.157 -# CONFIG_IXP4XX_INDIRECT_PCI is not set
   2.158 -
   2.159 -#
   2.160 -# Processor Type
   2.161 -#
   2.162 -CONFIG_CPU_32=y
   2.163 -CONFIG_CPU_XSCALE=y
   2.164 -CONFIG_CPU_32v5=y
   2.165 -CONFIG_CPU_ABRT_EV5T=y
   2.166 -CONFIG_CPU_CACHE_VIVT=y
   2.167 -CONFIG_CPU_TLB_V4WBI=y
   2.168 -CONFIG_CPU_CP15=y
   2.169 -CONFIG_CPU_CP15_MMU=y
   2.170 -
   2.171 -#
   2.172 -# Processor Features
   2.173 -#
   2.174 -CONFIG_ARM_THUMB=y
   2.175 -CONFIG_CPU_BIG_ENDIAN=y
   2.176 -# CONFIG_CPU_DCACHE_DISABLE is not set
   2.177 -# CONFIG_IWMMXT is not set
   2.178 -CONFIG_XSCALE_PMU=y
   2.179 -
   2.180 -#
   2.181 -# Bus support
   2.182 -#
   2.183 -CONFIG_PCI=y
   2.184 -# CONFIG_PCI_DEBUG is not set
   2.185 -
   2.186 -#
   2.187 -# PCCARD (PCMCIA/CardBus) support
   2.188 -#
   2.189 -# CONFIG_PCCARD is not set
   2.190 -
   2.191 -#
   2.192 -# Kernel Features
   2.193 -#
   2.194 -# CONFIG_PREEMPT is not set
   2.195 -# CONFIG_NO_IDLE_HZ is not set
   2.196 -CONFIG_HZ=100
   2.197 -# CONFIG_AEABI is not set
   2.198 -# CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set
   2.199 -CONFIG_SELECT_MEMORY_MODEL=y
   2.200 -CONFIG_FLATMEM_MANUAL=y
   2.201 -# CONFIG_DISCONTIGMEM_MANUAL is not set
   2.202 -# CONFIG_SPARSEMEM_MANUAL is not set
   2.203 -CONFIG_FLATMEM=y
   2.204 -CONFIG_FLAT_NODE_MEM_MAP=y
   2.205 -# CONFIG_SPARSEMEM_STATIC is not set
   2.206 -CONFIG_SPLIT_PTLOCK_CPUS=4096
   2.207 -# CONFIG_RESOURCES_64BIT is not set
   2.208 -CONFIG_ALIGNMENT_TRAP=y
   2.209 -
   2.210 -#
   2.211 -# Boot options
   2.212 -#
   2.213 -CONFIG_ZBOOT_ROM_TEXT=0x0
   2.214 -CONFIG_ZBOOT_ROM_BSS=0x0
   2.215 -CONFIG_CMDLINE="root=1f03 mem=32M"
   2.216 -# CONFIG_XIP_KERNEL is not set
   2.217 -
   2.218 -#
   2.219 -# Floating point emulation
   2.220 -#
   2.221 -
   2.222 -#
   2.223 -# At least one emulation must be selected
   2.224 -#
   2.225 -CONFIG_FPE_NWFPE=y
   2.226 -# CONFIG_FPE_NWFPE_XP is not set
   2.227 -# CONFIG_FPE_FASTFPE is not set
   2.228 -
   2.229 -#
   2.230 -# Userspace binary formats
   2.231 -#
   2.232 -CONFIG_BINFMT_ELF=y
   2.233 -# CONFIG_BINFMT_AOUT is not set
   2.234 -# CONFIG_BINFMT_MISC is not set
   2.235 -# CONFIG_ARTHUR is not set
   2.236 -
   2.237 -#
   2.238 -# Power management options
   2.239 -#
   2.240 -CONFIG_PM=y
   2.241 -# CONFIG_PM_LEGACY is not set
   2.242 -# CONFIG_PM_DEBUG is not set
   2.243 -# CONFIG_PM_SYSFS_DEPRECATED is not set
   2.244 -# CONFIG_APM is not set
   2.245 -
   2.246 -#
   2.247 -# Networking
   2.248 -#
   2.249 -CONFIG_NET=y
   2.250 -
   2.251 -#
   2.252 -# Networking options
   2.253 -#
   2.254 -# CONFIG_NETDEBUG is not set
   2.255 -CONFIG_PACKET=y
   2.256 -CONFIG_PACKET_MMAP=y
   2.257 -CONFIG_UNIX=y
   2.258 -CONFIG_XFRM=y
   2.259 -# CONFIG_XFRM_USER is not set
   2.260 -# CONFIG_XFRM_SUB_POLICY is not set
   2.261 -# CONFIG_NET_KEY is not set
   2.262 -CONFIG_INET=y
   2.263 -CONFIG_IP_MULTICAST=y
   2.264 -# CONFIG_IP_ADVANCED_ROUTER is not set
   2.265 -CONFIG_IP_FIB_HASH=y
   2.266 -CONFIG_IP_PNP=y
   2.267 -# CONFIG_IP_PNP_DHCP is not set
   2.268 -CONFIG_IP_PNP_BOOTP=y
   2.269 -# CONFIG_IP_PNP_RARP is not set
   2.270 -# CONFIG_NET_IPIP is not set
   2.271 -# CONFIG_NET_IPGRE is not set
   2.272 -# CONFIG_IP_MROUTE is not set
   2.273 -# CONFIG_ARPD is not set
   2.274 -# CONFIG_SYN_COOKIES is not set
   2.275 -# CONFIG_INET_AH is not set
   2.276 -# CONFIG_INET_ESP is not set
   2.277 -# CONFIG_INET_IPCOMP is not set
   2.278 -# CONFIG_INET_XFRM_TUNNEL is not set
   2.279 -# CONFIG_INET_TUNNEL is not set
   2.280 -CONFIG_INET_XFRM_MODE_TRANSPORT=y
   2.281 -CONFIG_INET_XFRM_MODE_TUNNEL=y
   2.282 -CONFIG_INET_XFRM_MODE_BEET=y
   2.283 -# CONFIG_INET_DIAG is not set
   2.284 -# CONFIG_TCP_CONG_ADVANCED is not set
   2.285 -CONFIG_TCP_CONG_CUBIC=y
   2.286 -CONFIG_DEFAULT_TCP_CONG="cubic"
   2.287 -# CONFIG_TCP_MD5SIG is not set
   2.288 -# CONFIG_IPV6 is not set
   2.289 -# CONFIG_INET6_XFRM_TUNNEL is not set
   2.290 -# CONFIG_INET6_TUNNEL is not set
   2.291 -# CONFIG_NETWORK_SECMARK is not set
   2.292 -# CONFIG_NETFILTER is not set
   2.293 -
   2.294 -#
   2.295 -# DCCP Configuration (EXPERIMENTAL)
   2.296 -#
   2.297 -# CONFIG_IP_DCCP is not set
   2.298 -
   2.299 -#
   2.300 -# SCTP Configuration (EXPERIMENTAL)
   2.301 -#
   2.302 -# CONFIG_IP_SCTP is not set
   2.303 -
   2.304 -#
   2.305 -# TIPC Configuration (EXPERIMENTAL)
   2.306 -#
   2.307 -# CONFIG_TIPC is not set
   2.308 -# CONFIG_ATM is not set
   2.309 -# CONFIG_BRIDGE is not set
   2.310 -# CONFIG_VLAN_8021Q is not set
   2.311 -# CONFIG_DECNET is not set
   2.312 -# CONFIG_LLC2 is not set
   2.313 -# CONFIG_IPX is not set
   2.314 -# CONFIG_ATALK is not set
   2.315 -# CONFIG_X25 is not set
   2.316 -# CONFIG_LAPB is not set
   2.317 -# CONFIG_ECONET is not set
   2.318 -# CONFIG_WAN_ROUTER is not set
   2.319 -
   2.320 -#
   2.321 -# QoS and/or fair queueing
   2.322 -#
   2.323 -# CONFIG_NET_SCHED is not set
   2.324 -
   2.325 -#
   2.326 -# Network testing
   2.327 -#
   2.328 -# CONFIG_NET_PKTGEN is not set
   2.329 -# CONFIG_HAMRADIO is not set
   2.330 -# CONFIG_IRDA is not set
   2.331 -# CONFIG_BT is not set
   2.332 -# CONFIG_IEEE80211 is not set
   2.333 -
   2.334 -#
   2.335 -# Device Drivers
   2.336 -#
   2.337 -
   2.338 -#
   2.339 -# Generic Driver Options
   2.340 -#
   2.341 -CONFIG_STANDALONE=y
   2.342 -CONFIG_PREVENT_FIRMWARE_BUILD=y
   2.343 -# CONFIG_FW_LOADER is not set
   2.344 -# CONFIG_DEBUG_DRIVER is not set
   2.345 -# CONFIG_SYS_HYPERVISOR is not set
   2.346 -
   2.347 -#
   2.348 -# Connector - unified userspace <-> kernelspace linker
   2.349 -#
   2.350 -# CONFIG_CONNECTOR is not set
   2.351 -
   2.352 -#
   2.353 -# Memory Technology Devices (MTD)
   2.354 -#
   2.355 -CONFIG_MTD=y
   2.356 -# CONFIG_MTD_DEBUG is not set
   2.357 -# CONFIG_MTD_CONCAT is not set
   2.358 -CONFIG_MTD_PARTITIONS=y
   2.359 -# CONFIG_MTD_REDBOOT_PARTS is not set
   2.360 -CONFIG_MTD_CMDLINE_PARTS=y
   2.361 -# CONFIG_MTD_AFS_PARTS is not set
   2.362 -
   2.363 -#
   2.364 -# User Modules And Translation Layers
   2.365 -#
   2.366 -CONFIG_MTD_CHAR=y
   2.367 -CONFIG_MTD_BLKDEVS=y
   2.368 -CONFIG_MTD_BLOCK=y
   2.369 -# CONFIG_FTL is not set
   2.370 -# CONFIG_NFTL is not set
   2.371 -# CONFIG_INFTL is not set
   2.372 -# CONFIG_RFD_FTL is not set
   2.373 -# CONFIG_SSFDC is not set
   2.374 -
   2.375 -#
   2.376 -# RAM/ROM/Flash chip drivers
   2.377 -#
   2.378 -CONFIG_MTD_CFI=y
   2.379 -# CONFIG_MTD_JEDECPROBE is not set
   2.380 -CONFIG_MTD_GEN_PROBE=y
   2.381 -CONFIG_MTD_CFI_ADV_OPTIONS=y
   2.382 -CONFIG_MTD_CFI_NOSWAP=y
   2.383 -# CONFIG_MTD_CFI_BE_BYTE_SWAP is not set
   2.384 -# CONFIG_MTD_CFI_LE_BYTE_SWAP is not set
   2.385 -# CONFIG_MTD_CFI_GEOMETRY is not set
   2.386 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
   2.387 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
   2.388 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
   2.389 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
   2.390 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
   2.391 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
   2.392 -CONFIG_MTD_CFI_I1=y
   2.393 -CONFIG_MTD_CFI_I2=y
   2.394 -# CONFIG_MTD_CFI_I4 is not set
   2.395 -# CONFIG_MTD_CFI_I8 is not set
   2.396 -# CONFIG_MTD_OTP is not set
   2.397 -CONFIG_MTD_CFI_INTELEXT=y
   2.398 -# CONFIG_MTD_CFI_AMDSTD is not set
   2.399 -# CONFIG_MTD_CFI_STAA is not set
   2.400 -CONFIG_MTD_CFI_UTIL=y
   2.401 -# CONFIG_MTD_RAM is not set
   2.402 -# CONFIG_MTD_ROM is not set
   2.403 -# CONFIG_MTD_ABSENT is not set
   2.404 -# CONFIG_MTD_OBSOLETE_CHIPS is not set
   2.405 -
   2.406 -#
   2.407 -# Mapping drivers for chip access
   2.408 -#
   2.409 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
   2.410 -# CONFIG_MTD_PHYSMAP is not set
   2.411 -CONFIG_MTD_ARM_INTEGRATOR=y
   2.412 -# CONFIG_MTD_PLATRAM is not set
   2.413 -
   2.414 -#
   2.415 -# Self-contained MTD device drivers
   2.416 -#
   2.417 -# CONFIG_MTD_PMC551 is not set
   2.418 -# CONFIG_MTD_SLRAM is not set
   2.419 -# CONFIG_MTD_PHRAM is not set
   2.420 -# CONFIG_MTD_MTDRAM is not set
   2.421 -# CONFIG_MTD_BLOCK2MTD is not set
   2.422 -
   2.423 -#
   2.424 -# Disk-On-Chip Device Drivers
   2.425 -#
   2.426 -# CONFIG_MTD_DOC2000 is not set
   2.427 -# CONFIG_MTD_DOC2001 is not set
   2.428 -# CONFIG_MTD_DOC2001PLUS is not set
   2.429 -
   2.430 -#
   2.431 -# NAND Flash Device Drivers
   2.432 -#
   2.433 -# CONFIG_MTD_NAND is not set
   2.434 -# CONFIG_MTD_NAND_CAFE is not set
   2.435 -
   2.436 -#
   2.437 -# OneNAND Flash Device Drivers
   2.438 -#
   2.439 -# CONFIG_MTD_ONENAND is not set
   2.440 -
   2.441 -#
   2.442 -# Parallel port support
   2.443 -#
   2.444 -# CONFIG_PARPORT is not set
   2.445 -
   2.446 -#
   2.447 -# Plug and Play support
   2.448 -#
   2.449 -
   2.450 -#
   2.451 -# Block devices
   2.452 -#
   2.453 -# CONFIG_BLK_CPQ_DA is not set
   2.454 -# CONFIG_BLK_CPQ_CISS_DA is not set
   2.455 -# CONFIG_BLK_DEV_DAC960 is not set
   2.456 -# CONFIG_BLK_DEV_UMEM is not set
   2.457 -# CONFIG_BLK_DEV_COW_COMMON is not set
   2.458 -# CONFIG_BLK_DEV_LOOP is not set
   2.459 -# CONFIG_BLK_DEV_NBD is not set
   2.460 -# CONFIG_BLK_DEV_SX8 is not set
   2.461 -CONFIG_BLK_DEV_RAM=y
   2.462 -CONFIG_BLK_DEV_RAM_COUNT=16
   2.463 -CONFIG_BLK_DEV_RAM_SIZE=4096
   2.464 -CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
   2.465 -CONFIG_BLK_DEV_INITRD=y
   2.466 -# CONFIG_CDROM_PKTCDVD is not set
   2.467 -# CONFIG_ATA_OVER_ETH is not set
   2.468 -
   2.469 -#
   2.470 -# ATA/ATAPI/MFM/RLL support
   2.471 -#
   2.472 -# CONFIG_IDE is not set
   2.473 -
   2.474 -#
   2.475 -# SCSI device support
   2.476 -#
   2.477 -# CONFIG_RAID_ATTRS is not set
   2.478 -# CONFIG_SCSI is not set
   2.479 -# CONFIG_SCSI_NETLINK is not set
   2.480 -
   2.481 -#
   2.482 -# Serial ATA (prod) and Parallel ATA (experimental) drivers
   2.483 -#
   2.484 -# CONFIG_ATA is not set
   2.485 -
   2.486 -#
   2.487 -# Multi-device support (RAID and LVM)
   2.488 -#
   2.489 -# CONFIG_MD is not set
   2.490 -
   2.491 -#
   2.492 -# Fusion MPT device support
   2.493 -#
   2.494 -# CONFIG_FUSION is not set
   2.495 -
   2.496 -#
   2.497 -# IEEE 1394 (FireWire) support
   2.498 -#
   2.499 -# CONFIG_IEEE1394 is not set
   2.500 -
   2.501 -#
   2.502 -# I2O device support
   2.503 -#
   2.504 -# CONFIG_I2O is not set
   2.505 -
   2.506 -#
   2.507 -# Network device support
   2.508 -#
   2.509 -CONFIG_NETDEVICES=y
   2.510 -# CONFIG_DUMMY is not set
   2.511 -# CONFIG_BONDING is not set
   2.512 -# CONFIG_EQUALIZER is not set
   2.513 -# CONFIG_TUN is not set
   2.514 -
   2.515 -#
   2.516 -# ARCnet devices
   2.517 -#
   2.518 -# CONFIG_ARCNET is not set
   2.519 -
   2.520 -#
   2.521 -# PHY device support
   2.522 -#
   2.523 -# CONFIG_PHYLIB is not set
   2.524 -
   2.525 -#
   2.526 -# Ethernet (10 or 100Mbit)
   2.527 -#
   2.528 -CONFIG_NET_ETHERNET=y
   2.529 -CONFIG_MII=y
   2.530 -# CONFIG_HAPPYMEAL is not set
   2.531 -# CONFIG_SUNGEM is not set
   2.532 -# CONFIG_CASSINI is not set
   2.533 -# CONFIG_NET_VENDOR_3COM is not set
   2.534 -CONFIG_SMC91X=y
   2.535 -# CONFIG_DM9000 is not set
   2.536 -
   2.537 -#
   2.538 -# Tulip family network device support
   2.539 -#
   2.540 -# CONFIG_NET_TULIP is not set
   2.541 -# CONFIG_HP100 is not set
   2.542 -# CONFIG_NET_PCI is not set
   2.543 -
   2.544 -#
   2.545 -# Ethernet (1000 Mbit)
   2.546 -#
   2.547 -# CONFIG_ACENIC is not set
   2.548 -# CONFIG_DL2K is not set
   2.549 -# CONFIG_E1000 is not set
   2.550 -# CONFIG_NS83820 is not set
   2.551 -# CONFIG_HAMACHI is not set
   2.552 -# CONFIG_YELLOWFIN is not set
   2.553 -# CONFIG_R8169 is not set
   2.554 -# CONFIG_SIS190 is not set
   2.555 -# CONFIG_SKGE is not set
   2.556 -# CONFIG_SKY2 is not set
   2.557 -# CONFIG_SK98LIN is not set
   2.558 -# CONFIG_TIGON3 is not set
   2.559 -# CONFIG_BNX2 is not set
   2.560 -# CONFIG_QLA3XXX is not set
   2.561 -
   2.562 -#
   2.563 -# Ethernet (10000 Mbit)
   2.564 -#
   2.565 -# CONFIG_CHELSIO_T1 is not set
   2.566 -# CONFIG_IXGB is not set
   2.567 -# CONFIG_S2IO is not set
   2.568 -# CONFIG_MYRI10GE is not set
   2.569 -# CONFIG_NETXEN_NIC is not set
   2.570 -
   2.571 -#
   2.572 -# Token Ring devices
   2.573 -#
   2.574 -# CONFIG_TR is not set
   2.575 -
   2.576 -#
   2.577 -# Wireless LAN (non-hamradio)
   2.578 -#
   2.579 -# CONFIG_NET_RADIO is not set
   2.580 -
   2.581 -#
   2.582 -# Wan interfaces
   2.583 -#
   2.584 -# CONFIG_WAN is not set
   2.585 -# CONFIG_FDDI is not set
   2.586 -# CONFIG_HIPPI is not set
   2.587 -# CONFIG_PPP is not set
   2.588 -# CONFIG_SLIP is not set
   2.589 -# CONFIG_SHAPER is not set
   2.590 -# CONFIG_NETCONSOLE is not set
   2.591 -# CONFIG_NETPOLL is not set
   2.592 -# CONFIG_NET_POLL_CONTROLLER is not set
   2.593 -
   2.594 -#
   2.595 -# ISDN subsystem
   2.596 -#
   2.597 -# CONFIG_ISDN is not set
   2.598 -
   2.599 -#
   2.600 -# Input device support
   2.601 -#
   2.602 -CONFIG_INPUT=y
   2.603 -# CONFIG_INPUT_FF_MEMLESS is not set
   2.604 -
   2.605 -#
   2.606 -# Userland interfaces
   2.607 -#
   2.608 -CONFIG_INPUT_MOUSEDEV=y
   2.609 -CONFIG_INPUT_MOUSEDEV_PSAUX=y
   2.610 -CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
   2.611 -CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
   2.612 -# CONFIG_INPUT_JOYDEV is not set
   2.613 -# CONFIG_INPUT_TSDEV is not set
   2.614 -# CONFIG_INPUT_EVDEV is not set
   2.615 -# CONFIG_INPUT_EVBUG is not set
   2.616 -
   2.617 -#
   2.618 -# Input Device Drivers
   2.619 -#
   2.620 -CONFIG_INPUT_KEYBOARD=y
   2.621 -CONFIG_KEYBOARD_ATKBD=y
   2.622 -# CONFIG_KEYBOARD_SUNKBD is not set
   2.623 -# CONFIG_KEYBOARD_LKKBD is not set
   2.624 -# CONFIG_KEYBOARD_XTKBD is not set
   2.625 -# CONFIG_KEYBOARD_NEWTON is not set
   2.626 -# CONFIG_KEYBOARD_STOWAWAY is not set
   2.627 -CONFIG_INPUT_MOUSE=y
   2.628 -CONFIG_MOUSE_PS2=y
   2.629 -# CONFIG_MOUSE_SERIAL is not set
   2.630 -# CONFIG_MOUSE_VSXXXAA is not set
   2.631 -# CONFIG_INPUT_JOYSTICK is not set
   2.632 -# CONFIG_INPUT_TOUCHSCREEN is not set
   2.633 -# CONFIG_INPUT_MISC is not set
   2.634 -
   2.635 -#
   2.636 -# Hardware I/O ports
   2.637 -#
   2.638 -CONFIG_SERIO=y
   2.639 -# CONFIG_SERIO_SERPORT is not set
   2.640 -# CONFIG_SERIO_PCIPS2 is not set
   2.641 -CONFIG_SERIO_LIBPS2=y
   2.642 -# CONFIG_SERIO_RAW is not set
   2.643 -# CONFIG_GAMEPORT is not set
   2.644 -
   2.645 -#
   2.646 -# Character devices
   2.647 -#
   2.648 -CONFIG_VT=y
   2.649 -CONFIG_VT_CONSOLE=y
   2.650 -CONFIG_HW_CONSOLE=y
   2.651 -# CONFIG_VT_HW_CONSOLE_BINDING is not set
   2.652 -# CONFIG_SERIAL_NONSTANDARD is not set
   2.653 -
   2.654 -#
   2.655 -# Serial drivers
   2.656 -#
   2.657 -CONFIG_SERIAL_8250=m
   2.658 -CONFIG_SERIAL_8250_PCI=m
   2.659 -CONFIG_SERIAL_8250_NR_UARTS=4
   2.660 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4
   2.661 -CONFIG_SERIAL_8250_EXTENDED=y
   2.662 -CONFIG_SERIAL_8250_MANY_PORTS=y
   2.663 -CONFIG_SERIAL_8250_SHARE_IRQ=y
   2.664 -# CONFIG_SERIAL_8250_DETECT_IRQ is not set
   2.665 -CONFIG_SERIAL_8250_RSA=y
   2.666 -
   2.667 -#
   2.668 -# Non-8250 serial port support
   2.669 -#
   2.670 -CONFIG_SERIAL_CORE=m
   2.671 -# CONFIG_SERIAL_JSM is not set
   2.672 -CONFIG_UNIX98_PTYS=y
   2.673 -CONFIG_LEGACY_PTYS=y
   2.674 -CONFIG_LEGACY_PTY_COUNT=16
   2.675 -
   2.676 -#
   2.677 -# IPMI
   2.678 -#
   2.679 -# CONFIG_IPMI_HANDLER is not set
   2.680 -
   2.681 -#
   2.682 -# Watchdog Cards
   2.683 -#
   2.684 -# CONFIG_WATCHDOG is not set
   2.685 -CONFIG_HW_RANDOM=y
   2.686 -CONFIG_HW_RANDOM_IXP4XX=y
   2.687 -# CONFIG_NVRAM is not set
   2.688 -# CONFIG_DTLK is not set
   2.689 -# CONFIG_R3964 is not set
   2.690 -# CONFIG_APPLICOM is not set
   2.691 -# CONFIG_DRM is not set
   2.692 -# CONFIG_RAW_DRIVER is not set
   2.693 -
   2.694 -#
   2.695 -# TPM devices
   2.696 -#
   2.697 -# CONFIG_TCG_TPM is not set
   2.698 -
   2.699 -#
   2.700 -# I2C support
   2.701 -#
   2.702 -CONFIG_I2C=y
   2.703 -CONFIG_I2C_CHARDEV=m
   2.704 -
   2.705 -#
   2.706 -# I2C Algorithms
   2.707 -#
   2.708 -CONFIG_I2C_ALGOBIT=y
   2.709 -# CONFIG_I2C_ALGOPCF is not set
   2.710 -# CONFIG_I2C_ALGOPCA is not set
   2.711 -
   2.712 -#
   2.713 -# I2C Hardware Bus support
   2.714 -#
   2.715 -# CONFIG_I2C_ALI1535 is not set
   2.716 -# CONFIG_I2C_ALI1563 is not set
   2.717 -# CONFIG_I2C_ALI15X3 is not set
   2.718 -# CONFIG_I2C_AMD756 is not set
   2.719 -# CONFIG_I2C_AMD8111 is not set
   2.720 -# CONFIG_I2C_I801 is not set
   2.721 -# CONFIG_I2C_I810 is not set
   2.722 -# CONFIG_I2C_PIIX4 is not set
   2.723 -# CONFIG_I2C_IOP3XX is not set
   2.724 -# CONFIG_I2C_IXP4XX is not set
   2.725 -# CONFIG_I2C_NFORCE2 is not set
   2.726 -# CONFIG_I2C_OCORES is not set
   2.727 -# CONFIG_I2C_PARPORT_LIGHT is not set
   2.728 -# CONFIG_I2C_PROSAVAGE is not set
   2.729 -# CONFIG_I2C_SAVAGE4 is not set
   2.730 -# CONFIG_I2C_SIS5595 is not set
   2.731 -# CONFIG_I2C_SIS630 is not set
   2.732 -# CONFIG_I2C_SIS96X is not set
   2.733 -# CONFIG_I2C_STUB is not set
   2.734 -# CONFIG_I2C_VIA is not set
   2.735 -# CONFIG_I2C_VIAPRO is not set
   2.736 -# CONFIG_I2C_VOODOO3 is not set
   2.737 -# CONFIG_I2C_PCA_ISA is not set
   2.738 -
   2.739 -#
   2.740 -# Miscellaneous I2C Chip support
   2.741 -#
   2.742 -# CONFIG_SENSORS_DS1337 is not set
   2.743 -# CONFIG_SENSORS_DS1374 is not set
   2.744 -CONFIG_SENSORS_EEPROM=m
   2.745 -# CONFIG_SENSORS_PCF8574 is not set
   2.746 -# CONFIG_SENSORS_PCA9539 is not set
   2.747 -# CONFIG_SENSORS_PCF8591 is not set
   2.748 -# CONFIG_SENSORS_MAX6875 is not set
   2.749 -# CONFIG_I2C_DEBUG_CORE is not set
   2.750 -# CONFIG_I2C_DEBUG_ALGO is not set
   2.751 -# CONFIG_I2C_DEBUG_BUS is not set
   2.752 -# CONFIG_I2C_DEBUG_CHIP is not set
   2.753 -
   2.754 -#
   2.755 -# SPI support
   2.756 -#
   2.757 -# CONFIG_SPI is not set
   2.758 -# CONFIG_SPI_MASTER is not set
   2.759 -
   2.760 -#
   2.761 -# Dallas's 1-wire bus
   2.762 -#
   2.763 -# CONFIG_W1 is not set
   2.764 -
   2.765 -#
   2.766 -# Hardware Monitoring support
   2.767 -#
   2.768 -# CONFIG_HWMON is not set
   2.769 -# CONFIG_HWMON_VID is not set
   2.770 -
   2.771 -#
   2.772 -# Misc devices
   2.773 -#
   2.774 -# CONFIG_SGI_IOC4 is not set
   2.775 -# CONFIG_TIFM_CORE is not set
   2.776 -
   2.777 -#
   2.778 -# LED devices
   2.779 -#
   2.780 -# CONFIG_NEW_LEDS is not set
   2.781 -
   2.782 -#
   2.783 -# LED drivers
   2.784 -#
   2.785 -
   2.786 -#
   2.787 -# LED Triggers
   2.788 -#
   2.789 -
   2.790 -#
   2.791 -# Multimedia devices
   2.792 -#
   2.793 -# CONFIG_VIDEO_DEV is not set
   2.794 -
   2.795 -#
   2.796 -# Digital Video Broadcasting Devices
   2.797 -#
   2.798 -# CONFIG_DVB is not set
   2.799 -
   2.800 -#
   2.801 -# Graphics support
   2.802 -#
   2.803 -CONFIG_FIRMWARE_EDID=y
   2.804 -CONFIG_FB=y
   2.805 -# CONFIG_FB_DDC is not set
   2.806 -# CONFIG_FB_CFB_FILLRECT is not set
   2.807 -# CONFIG_FB_CFB_COPYAREA is not set
   2.808 -# CONFIG_FB_CFB_IMAGEBLIT is not set
   2.809 -# CONFIG_FB_MACMODES is not set
   2.810 -# CONFIG_FB_BACKLIGHT is not set
   2.811 -# CONFIG_FB_MODE_HELPERS is not set
   2.812 -# CONFIG_FB_TILEBLITTING is not set
   2.813 -# CONFIG_FB_CIRRUS is not set
   2.814 -# CONFIG_FB_PM2 is not set
   2.815 -# CONFIG_FB_CYBER2000 is not set
   2.816 -# CONFIG_FB_ASILIANT is not set
   2.817 -# CONFIG_FB_IMSTT is not set
   2.818 -# CONFIG_FB_S1D13XXX is not set
   2.819 -# CONFIG_FB_NVIDIA is not set
   2.820 -# CONFIG_FB_RIVA is not set
   2.821 -# CONFIG_FB_MATROX is not set
   2.822 -# CONFIG_FB_RADEON is not set
   2.823 -# CONFIG_FB_ATY128 is not set
   2.824 -# CONFIG_FB_ATY is not set
   2.825 -# CONFIG_FB_SAVAGE is not set
   2.826 -# CONFIG_FB_SIS is not set
   2.827 -# CONFIG_FB_NEOMAGIC is not set
   2.828 -# CONFIG_FB_KYRO is not set
   2.829 -# CONFIG_FB_3DFX is not set
   2.830 -# CONFIG_FB_VOODOO1 is not set
   2.831 -# CONFIG_FB_TRIDENT is not set
   2.832 -# CONFIG_FB_VIRTUAL is not set
   2.833 -
   2.834 -#
   2.835 -# Console display driver support
   2.836 -#
   2.837 -CONFIG_VGA_CONSOLE=y
   2.838 -# CONFIG_VGACON_SOFT_SCROLLBACK is not set
   2.839 -CONFIG_DUMMY_CONSOLE=y
   2.840 -CONFIG_FRAMEBUFFER_CONSOLE=y
   2.841 -# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
   2.842 -CONFIG_FONTS=y
   2.843 -# CONFIG_FONT_8x8 is not set
   2.844 -# CONFIG_FONT_8x16 is not set
   2.845 -# CONFIG_FONT_6x11 is not set
   2.846 -# CONFIG_FONT_7x14 is not set
   2.847 -# CONFIG_FONT_PEARL_8x8 is not set
   2.848 -CONFIG_FONT_ACORN_8x8=y
   2.849 -# CONFIG_FONT_MINI_4x6 is not set
   2.850 -# CONFIG_FONT_SUN8x16 is not set
   2.851 -# CONFIG_FONT_SUN12x22 is not set
   2.852 -# CONFIG_FONT_10x18 is not set
   2.853 -
   2.854 -#
   2.855 -# Logo configuration
   2.856 -#
   2.857 -# CONFIG_LOGO is not set
   2.858 -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
   2.859 -
   2.860 -#
   2.861 -# Sound
   2.862 -#
   2.863 -CONFIG_SOUND=y
   2.864 -
   2.865 -#
   2.866 -# Advanced Linux Sound Architecture
   2.867 -#
   2.868 -CONFIG_SND=m
   2.869 -CONFIG_SND_TIMER=m
   2.870 -CONFIG_SND_PCM=m
   2.871 -# CONFIG_SND_SEQUENCER is not set
   2.872 -CONFIG_SND_OSSEMUL=y
   2.873 -CONFIG_SND_MIXER_OSS=m
   2.874 -CONFIG_SND_PCM_OSS=m
   2.875 -CONFIG_SND_PCM_OSS_PLUGINS=y
   2.876 -# CONFIG_SND_DYNAMIC_MINORS is not set
   2.877 -CONFIG_SND_SUPPORT_OLD_API=y
   2.878 -CONFIG_SND_VERBOSE_PROCFS=y
   2.879 -# CONFIG_SND_VERBOSE_PRINTK is not set
   2.880 -# CONFIG_SND_DEBUG is not set
   2.881 -
   2.882 -#
   2.883 -# Generic devices
   2.884 -#
   2.885 -# CONFIG_SND_DUMMY is not set
   2.886 -# CONFIG_SND_MTPAV is not set
   2.887 -# CONFIG_SND_SERIAL_U16550 is not set
   2.888 -# CONFIG_SND_MPU401 is not set
   2.889 -
   2.890 -#
   2.891 -# PCI devices
   2.892 -#
   2.893 -# CONFIG_SND_AD1889 is not set
   2.894 -# CONFIG_SND_ALS300 is not set
   2.895 -# CONFIG_SND_ALI5451 is not set
   2.896 -# CONFIG_SND_ATIIXP is not set
   2.897 -# CONFIG_SND_ATIIXP_MODEM is not set
   2.898 -# CONFIG_SND_AU8810 is not set
   2.899 -# CONFIG_SND_AU8820 is not set
   2.900 -# CONFIG_SND_AU8830 is not set
   2.901 -# CONFIG_SND_AZT3328 is not set
   2.902 -# CONFIG_SND_BT87X is not set
   2.903 -# CONFIG_SND_CA0106 is not set
   2.904 -# CONFIG_SND_CMIPCI is not set
   2.905 -# CONFIG_SND_CS4281 is not set
   2.906 -# CONFIG_SND_CS46XX is not set
   2.907 -# CONFIG_SND_EMU10K1 is not set
   2.908 -# CONFIG_SND_EMU10K1X is not set
   2.909 -# CONFIG_SND_ENS1370 is not set
   2.910 -# CONFIG_SND_ENS1371 is not set
   2.911 -# CONFIG_SND_ES1938 is not set
   2.912 -# CONFIG_SND_ES1968 is not set
   2.913 -# CONFIG_SND_FM801 is not set
   2.914 -# CONFIG_SND_HDA_INTEL is not set
   2.915 -# CONFIG_SND_HDSP is not set
   2.916 -# CONFIG_SND_HDSPM is not set
   2.917 -# CONFIG_SND_ICE1712 is not set
   2.918 -# CONFIG_SND_ICE1724 is not set
   2.919 -# CONFIG_SND_INTEL8X0 is not set
   2.920 -# CONFIG_SND_INTEL8X0M is not set
   2.921 -# CONFIG_SND_KORG1212 is not set
   2.922 -# CONFIG_SND_MAESTRO3 is not set
   2.923 -# CONFIG_SND_MIXART is not set
   2.924 -# CONFIG_SND_NM256 is not set
   2.925 -# CONFIG_SND_PCXHR is not set
   2.926 -# CONFIG_SND_RME32 is not set
   2.927 -# CONFIG_SND_RME96 is not set
   2.928 -# CONFIG_SND_RME9652 is not set
   2.929 -# CONFIG_SND_SONICVIBES is not set
   2.930 -# CONFIG_SND_TRIDENT is not set
   2.931 -# CONFIG_SND_VIA82XX is not set
   2.932 -# CONFIG_SND_VIA82XX_MODEM is not set
   2.933 -# CONFIG_SND_VX222 is not set
   2.934 -# CONFIG_SND_YMFPCI is not set
   2.935 -
   2.936 -#
   2.937 -# ALSA ARM devices
   2.938 -#
   2.939 -
   2.940 -#
   2.941 -# Open Sound System
   2.942 -#
   2.943 -# CONFIG_SOUND_PRIME is not set
   2.944 -
   2.945 -#
   2.946 -# HID Devices
   2.947 -#
   2.948 -# CONFIG_HID is not set
   2.949 -
   2.950 -#
   2.951 -# USB support
   2.952 -#
   2.953 -CONFIG_USB_ARCH_HAS_HCD=y
   2.954 -CONFIG_USB_ARCH_HAS_OHCI=y
   2.955 -CONFIG_USB_ARCH_HAS_EHCI=y
   2.956 -# CONFIG_USB is not set
   2.957 -
   2.958 -#
   2.959 -# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
   2.960 -#
   2.961 -
   2.962 -#
   2.963 -# USB Gadget Support
   2.964 -#
   2.965 -# CONFIG_USB_GADGET is not set
   2.966 -
   2.967 -#
   2.968 -# MMC/SD Card support
   2.969 -#
   2.970 -CONFIG_MMC=y
   2.971 -# CONFIG_MMC_DEBUG is not set
   2.972 -CONFIG_MMC_BLOCK=y
   2.973 -# CONFIG_MMC_SDHCI is not set
   2.974 -# CONFIG_MMC_TIFM_SD is not set
   2.975 -
   2.976 -#
   2.977 -# Real Time Clock
   2.978 -#
   2.979 -CONFIG_RTC_LIB=y
   2.980 -# CONFIG_RTC_CLASS is not set
   2.981 -
   2.982 -#
   2.983 -# File systems
   2.984 -#
   2.985 -CONFIG_EXT2_FS=y
   2.986 -# CONFIG_EXT2_FS_XATTR is not set
   2.987 -# CONFIG_EXT2_FS_XIP is not set
   2.988 -# CONFIG_EXT3_FS is not set
   2.989 -# CONFIG_EXT4DEV_FS is not set
   2.990 -# CONFIG_REISERFS_FS is not set
   2.991 -# CONFIG_JFS_FS is not set
   2.992 -# CONFIG_FS_POSIX_ACL is not set
   2.993 -# CONFIG_XFS_FS is not set
   2.994 -# CONFIG_GFS2_FS is not set
   2.995 -# CONFIG_OCFS2_FS is not set
   2.996 -CONFIG_MINIX_FS=y
   2.997 -CONFIG_ROMFS_FS=y
   2.998 -# CONFIG_INOTIFY is not set
   2.999 -# CONFIG_QUOTA is not set
  2.1000 -CONFIG_DNOTIFY=y
  2.1001 -# CONFIG_AUTOFS_FS is not set
  2.1002 -# CONFIG_AUTOFS4_FS is not set
  2.1003 -# CONFIG_FUSE_FS is not set
  2.1004 -
  2.1005 -#
  2.1006 -# CD-ROM/DVD Filesystems
  2.1007 -#
  2.1008 -# CONFIG_ISO9660_FS is not set
  2.1009 -# CONFIG_UDF_FS is not set
  2.1010 -
  2.1011 -#
  2.1012 -# DOS/FAT/NT Filesystems
  2.1013 -#
  2.1014 -CONFIG_FAT_FS=m
  2.1015 -# CONFIG_MSDOS_FS is not set
  2.1016 -CONFIG_VFAT_FS=m
  2.1017 -CONFIG_FAT_DEFAULT_CODEPAGE=437
  2.1018 -CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
  2.1019 -# CONFIG_NTFS_FS is not set
  2.1020 -
  2.1021 -#
  2.1022 -# Pseudo filesystems
  2.1023 -#
  2.1024 -CONFIG_PROC_FS=y
  2.1025 -CONFIG_PROC_SYSCTL=y
  2.1026 -CONFIG_SYSFS=y
  2.1027 -# CONFIG_TMPFS is not set
  2.1028 -# CONFIG_HUGETLB_PAGE is not set
  2.1029 -CONFIG_RAMFS=y
  2.1030 -# CONFIG_CONFIGFS_FS is not set
  2.1031 -
  2.1032 -#
  2.1033 -# Miscellaneous filesystems
  2.1034 -#
  2.1035 -# CONFIG_ADFS_FS is not set
  2.1036 -# CONFIG_AFFS_FS is not set
  2.1037 -# CONFIG_HFS_FS is not set
  2.1038 -# CONFIG_HFSPLUS_FS is not set
  2.1039 -# CONFIG_BEFS_FS is not set
  2.1040 -# CONFIG_BFS_FS is not set
  2.1041 -# CONFIG_EFS_FS is not set
  2.1042 -CONFIG_JFFS2_FS=y
  2.1043 -CONFIG_JFFS2_FS_DEBUG=0
  2.1044 -CONFIG_JFFS2_FS_WRITEBUFFER=y
  2.1045 -# CONFIG_JFFS2_SUMMARY is not set
  2.1046 -# CONFIG_JFFS2_FS_XATTR is not set
  2.1047 -# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
  2.1048 -CONFIG_JFFS2_ZLIB=y
  2.1049 -CONFIG_JFFS2_RTIME=y
  2.1050 -# CONFIG_JFFS2_RUBIN is not set
  2.1051 -CONFIG_CRAMFS=y
  2.1052 -# CONFIG_SQUASHFS is not set
  2.1053 -# CONFIG_VXFS_FS is not set
  2.1054 -# CONFIG_HPFS_FS is not set
  2.1055 -# CONFIG_QNX4FS_FS is not set
  2.1056 -# CONFIG_SYSV_FS is not set
  2.1057 -# CONFIG_UFS_FS is not set
  2.1058 -
  2.1059 -#
  2.1060 -# Network File Systems
  2.1061 -#
  2.1062 -CONFIG_NFS_FS=y
  2.1063 -CONFIG_NFS_V3=y
  2.1064 -# CONFIG_NFS_V3_ACL is not set
  2.1065 -# CONFIG_NFS_V4 is not set
  2.1066 -# CONFIG_NFS_DIRECTIO is not set
  2.1067 -CONFIG_NFSD=y
  2.1068 -CONFIG_NFSD_V3=y
  2.1069 -# CONFIG_NFSD_V3_ACL is not set
  2.1070 -# CONFIG_NFSD_V4 is not set
  2.1071 -# CONFIG_NFSD_TCP is not set
  2.1072 -CONFIG_ROOT_NFS=y
  2.1073 -CONFIG_LOCKD=y
  2.1074 -CONFIG_LOCKD_V4=y
  2.1075 -CONFIG_EXPORTFS=y
  2.1076 -CONFIG_NFS_COMMON=y
  2.1077 -CONFIG_SUNRPC=y
  2.1078 -# CONFIG_RPCSEC_GSS_KRB5 is not set
  2.1079 -# CONFIG_RPCSEC_GSS_SPKM3 is not set
  2.1080 -# CONFIG_SMB_FS is not set
  2.1081 -# CONFIG_CIFS is not set
  2.1082 -# CONFIG_NCP_FS is not set
  2.1083 -# CONFIG_CODA_FS is not set
  2.1084 -# CONFIG_AFS_FS is not set
  2.1085 -# CONFIG_9P_FS is not set
  2.1086 -
  2.1087 -#
  2.1088 -# Partition Types
  2.1089 -#
  2.1090 -CONFIG_PARTITION_ADVANCED=y
  2.1091 -# CONFIG_ACORN_PARTITION is not set
  2.1092 -# CONFIG_OSF_PARTITION is not set
  2.1093 -# CONFIG_AMIGA_PARTITION is not set
  2.1094 -# CONFIG_ATARI_PARTITION is not set
  2.1095 -# CONFIG_MAC_PARTITION is not set
  2.1096 -CONFIG_MSDOS_PARTITION=y
  2.1097 -# CONFIG_BSD_DISKLABEL is not set
  2.1098 -# CONFIG_MINIX_SUBPARTITION is not set
  2.1099 -# CONFIG_SOLARIS_X86_PARTITION is not set
  2.1100 -# CONFIG_UNIXWARE_DISKLABEL is not set
  2.1101 -# CONFIG_LDM_PARTITION is not set
  2.1102 -# CONFIG_SGI_PARTITION is not set
  2.1103 -# CONFIG_ULTRIX_PARTITION is not set
  2.1104 -# CONFIG_SUN_PARTITION is not set
  2.1105 -# CONFIG_KARMA_PARTITION is not set
  2.1106 -# CONFIG_EFI_PARTITION is not set
  2.1107 -
  2.1108 -#
  2.1109 -# Native Language Support
  2.1110 -#
  2.1111 -CONFIG_NLS=m
  2.1112 -CONFIG_NLS_DEFAULT="iso8859-1"
  2.1113 -# CONFIG_NLS_CODEPAGE_437 is not set
  2.1114 -# CONFIG_NLS_CODEPAGE_737 is not set
  2.1115 -# CONFIG_NLS_CODEPAGE_775 is not set
  2.1116 -CONFIG_NLS_CODEPAGE_850=m
  2.1117 -# CONFIG_NLS_CODEPAGE_852 is not set
  2.1118 -# CONFIG_NLS_CODEPAGE_855 is not set
  2.1119 -# CONFIG_NLS_CODEPAGE_857 is not set
  2.1120 -# CONFIG_NLS_CODEPAGE_860 is not set
  2.1121 -# CONFIG_NLS_CODEPAGE_861 is not set
  2.1122 -# CONFIG_NLS_CODEPAGE_862 is not set
  2.1123 -# CONFIG_NLS_CODEPAGE_863 is not set
  2.1124 -# CONFIG_NLS_CODEPAGE_864 is not set
  2.1125 -# CONFIG_NLS_CODEPAGE_865 is not set
  2.1126 -# CONFIG_NLS_CODEPAGE_866 is not set
  2.1127 -# CONFIG_NLS_CODEPAGE_869 is not set
  2.1128 -# CONFIG_NLS_CODEPAGE_936 is not set
  2.1129 -# CONFIG_NLS_CODEPAGE_950 is not set
  2.1130 -# CONFIG_NLS_CODEPAGE_932 is not set
  2.1131 -# CONFIG_NLS_CODEPAGE_949 is not set
  2.1132 -# CONFIG_NLS_CODEPAGE_874 is not set
  2.1133 -# CONFIG_NLS_ISO8859_8 is not set
  2.1134 -# CONFIG_NLS_CODEPAGE_1250 is not set
  2.1135 -# CONFIG_NLS_CODEPAGE_1251 is not set
  2.1136 -# CONFIG_NLS_ASCII is not set
  2.1137 -CONFIG_NLS_ISO8859_1=m
  2.1138 -# CONFIG_NLS_ISO8859_2 is not set
  2.1139 -# CONFIG_NLS_ISO8859_3 is not set
  2.1140 -# CONFIG_NLS_ISO8859_4 is not set
  2.1141 -# CONFIG_NLS_ISO8859_5 is not set
  2.1142 -# CONFIG_NLS_ISO8859_6 is not set
  2.1143 -# CONFIG_NLS_ISO8859_7 is not set
  2.1144 -# CONFIG_NLS_ISO8859_9 is not set
  2.1145 -# CONFIG_NLS_ISO8859_13 is not set
  2.1146 -# CONFIG_NLS_ISO8859_14 is not set
  2.1147 -# CONFIG_NLS_ISO8859_15 is not set
  2.1148 -# CONFIG_NLS_KOI8_R is not set
  2.1149 -# CONFIG_NLS_KOI8_U is not set
  2.1150 -# CONFIG_NLS_UTF8 is not set
  2.1151 -
  2.1152 -#
  2.1153 -# Distributed Lock Manager
  2.1154 -#
  2.1155 -# CONFIG_DLM is not set
  2.1156 -
  2.1157 -#
  2.1158 -# Profiling support
  2.1159 -#
  2.1160 -# CONFIG_PROFILING is not set
  2.1161 -
  2.1162 -#
  2.1163 -# Kernel hacking
  2.1164 -#
  2.1165 -# CONFIG_PRINTK_TIME is not set
  2.1166 -CONFIG_ENABLE_MUST_CHECK=y
  2.1167 -CONFIG_MAGIC_SYSRQ=y
  2.1168 -# CONFIG_UNUSED_SYMBOLS is not set
  2.1169 -# CONFIG_DEBUG_FS is not set
  2.1170 -# CONFIG_HEADERS_CHECK is not set
  2.1171 -CONFIG_DEBUG_KERNEL=y
  2.1172 -CONFIG_LOG_BUF_SHIFT=14
  2.1173 -CONFIG_DETECT_SOFTLOCKUP=y
  2.1174 -# CONFIG_SCHEDSTATS is not set
  2.1175 -# CONFIG_DEBUG_SLAB is not set
  2.1176 -# CONFIG_DEBUG_RT_MUTEXES is not set
  2.1177 -# CONFIG_RT_MUTEX_TESTER is not set
  2.1178 -# CONFIG_DEBUG_SPINLOCK is not set
  2.1179 -# CONFIG_DEBUG_MUTEXES is not set
  2.1180 -# CONFIG_DEBUG_RWSEMS is not set
  2.1181 -# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
  2.1182 -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
  2.1183 -# CONFIG_DEBUG_KOBJECT is not set
  2.1184 -CONFIG_DEBUG_BUGVERBOSE=y
  2.1185 -# CONFIG_DEBUG_INFO is not set
  2.1186 -# CONFIG_DEBUG_VM is not set
  2.1187 -# CONFIG_DEBUG_LIST is not set
  2.1188 -CONFIG_FRAME_POINTER=y
  2.1189 -CONFIG_FORCED_INLINING=y
  2.1190 -# CONFIG_RCU_TORTURE_TEST is not set
  2.1191 -CONFIG_DEBUG_USER=y
  2.1192 -CONFIG_DEBUG_ERRORS=y
  2.1193 -CONFIG_DEBUG_LL=y
  2.1194 -# CONFIG_DEBUG_ICEDCC is not set
  2.1195 -
  2.1196 -#
  2.1197 -# Security options
  2.1198 -#
  2.1199 -# CONFIG_KEYS is not set
  2.1200 -# CONFIG_SECURITY is not set
  2.1201 -
  2.1202 -#
  2.1203 -# Cryptographic options
  2.1204 -#
  2.1205 -# CONFIG_CRYPTO is not set
  2.1206 -
  2.1207 -#
  2.1208 -# Library routines
  2.1209 -#
  2.1210 -CONFIG_BITREVERSE=y
  2.1211 -# CONFIG_CRC_CCITT is not set
  2.1212 -# CONFIG_CRC16 is not set
  2.1213 -CONFIG_CRC32=y
  2.1214 -# CONFIG_LIBCRC32C is not set
  2.1215 -CONFIG_ZLIB_INFLATE=y
  2.1216 -CONFIG_ZLIB_DEFLATE=y
  2.1217 -CONFIG_PLIST=y
  2.1218 -CONFIG_IOMAP_COPY=y