wok-tiny rev 167

linux: build pentium optimized kernel too
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 18 11:46:30 2021 +0000 (2021-02-18)
parents 14cd26e5e302
children a88405d94c1e
files linux/receipt linux/stuff/linux-2.6.14-slitaz.config linux/stuff/linux-2.6.14-slitaz.config.586
line diff
     1.1 --- a/linux/receipt	Thu Feb 18 09:03:39 2021 +0000
     1.2 +++ b/linux/receipt	Thu Feb 18 11:46:30 2021 +0000
     1.3 @@ -15,8 +15,7 @@
     1.4  AUTO_SELECTION="always"
     1.5  
     1.6  DEPENDS=""
     1.7 -BUILD_DEPENDS="slitaz-toolchain perl git lzma wget gcc2 upx"
     1.8 -BUILD_SUGGESTED="advancecomp"
     1.9 +BUILD_DEPENDS="slitaz-toolchain perl git lzma wget gcc2 upx advancecomp"
    1.10  INSTALL_DEPENDS="lz4 grep"
    1.11  
    1.12  case "$TARGET" in
    1.13 @@ -70,9 +69,13 @@
    1.14  	cp $stuff/bundle .
    1.15  	sh ./bundle
    1.16  	S2bin cmdline
    1.17 -	which upx 2> /dev/null &&
    1.18 -	cp arch/i386/boot/bzImage arch/i386/boot/bzImage.noupx &&
    1.19 -	upx --ultra-brute arch/i386/boot/bzImage
    1.20 +	cp arch/i386/boot/bzImage arch/i386/boot/bzImage.386
    1.21 +	cp .config .config.386
    1.22 +	cp System.map System.map.386
    1.23 +	cp $stuff/linux-$VERSION-slitaz.config.586 .config
    1.24 +	yes '' | make ARCH=i386 HOSTCC=gcc-2 config
    1.25 +	make ARCH=i386 CC=gcc-2 HOSTCC=gcc-2 -j 4 bzImage
    1.26 +	which upx 2> /dev/null && upx --ultra-brute arch/i386/boot/bzImage
    1.27  }
    1.28  
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.30 @@ -83,14 +86,32 @@
    1.31  	dd if=$src/bootloader.bin of=$fs/boot/bzImage conv=notrunc
    1.32  	dd if=$src/cmdline.bin bs=1 seek=560 of=$fs/boot/bzImage conv=notrunc
    1.33  	cp -a $src/pack $fs/boot/
    1.34 -	cp -a $src/System.map $fs/boot/
    1.35 +	cp -a $src/System.map* $fs/boot/
    1.36  	cp -a $src/.config $fs/boot/config
    1.37 +	[ -s $src/.config.386 ] && cp -a $src/.config.386 $fs/boot/config.386
    1.38  	cp -a $src/bundle.sh $fs/boot/bundle
    1.39  }
    1.40  
    1.41 +config_form()
    1.42 +{
    1.43 +	cat <<EOT
    1.44 +<table>
    1.45 +<td>Tune the kernel according to the CPU type<td>
    1.46 +<td>
    1.47 +<input type="radio" name="CPU586" $([ "$CPU586" = "no" ] && echo "checked=checked ")value="no"> for any CPU starting from 386sx
    1.48 +<input type="radio" name="CPU586" $([ "$CPU586" != "no" ] && echo "checked=checked ")value="yes"> optimized for pentium or newer CPU
    1.49 +</td>
    1.50 +</tr>
    1.51 +</table>
    1.52 +EOT
    1.53 +}
    1.54 +
    1.55  # Pre and post install commands for Tazpkg.
    1.56  post_install()
    1.57  {
    1.58 +	for i in $1/boot/*.386 ; do
    1.59 +		[ "$CPU586" = "yes" ] && rm -f $i || mv -f $i ${i%.386}
    1.60 +	done 2> /dev/null
    1.61  	rm -f $1/boot/bzImage.noupx
    1.62  	[ -s $1/boot/cmdline ] && cat $1/boot/cmdline | sed 's/^ *//' | \
    1.63  		dd of=$1/boot/bzImage conv=notrunc bs=1 seek=768 count=3072
     2.1 --- a/linux/stuff/linux-2.6.14-slitaz.config	Thu Feb 18 09:03:39 2021 +0000
     2.2 +++ b/linux/stuff/linux-2.6.14-slitaz.config	Thu Feb 18 11:46:30 2021 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  #
     2.5  # Automatically generated make config: don't edit
     2.6  # Linux kernel version: 2.6.14-tiny1
     2.7 -# Sat Nov 23 16:32:23 2019
     2.8 +# Thu Feb 18 08:24:57 2021
     2.9  #
    2.10  CONFIG_X86=y
    2.11  CONFIG_SEMAPHORE_SLEEPERS=y
    2.12 @@ -32,9 +32,7 @@
    2.13  CONFIG_HOTPLUG=y
    2.14  CONFIG_KOBJECT_UEVENT=y
    2.15  # CONFIG_IKCONFIG is not set
    2.16 -# CONFIG_INITRAMFS_SOURCE is not set
    2.17 -CONFIG_INITRAMFS_ROOT_UID=0
    2.18 -CONFIG_INITRAMFS_ROOT_GID=0
    2.19 +CONFIG_INITRAMFS_SOURCE=""
    2.20  CONFIG_EMBEDDED=y
    2.21  # CONFIG_KALLSYMS is not set
    2.22  CONFIG_PRINTK=y
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/linux/stuff/linux-2.6.14-slitaz.config.586	Thu Feb 18 11:46:30 2021 +0000
     3.3 @@ -0,0 +1,1384 @@
     3.4 +#
     3.5 +# Automatically generated make config: don't edit
     3.6 +# Linux kernel version: 2.6.14-tiny1
     3.7 +# Thu Feb 18 10:49:42 2021
     3.8 +#
     3.9 +CONFIG_X86=y
    3.10 +CONFIG_SEMAPHORE_SLEEPERS=y
    3.11 +CONFIG_MMU=y
    3.12 +CONFIG_GENERIC_ISA_DMA=y
    3.13 +CONFIG_GENERIC_IOMAP=y
    3.14 +CONFIG_ARCH_MAY_HAVE_PC_FDC=y
    3.15 +
    3.16 +#
    3.17 +# Code maturity level options
    3.18 +#
    3.19 +CONFIG_EXPERIMENTAL=y
    3.20 +CONFIG_CLEAN_COMPILE=y
    3.21 +CONFIG_BROKEN_ON_SMP=y
    3.22 +CONFIG_INIT_ENV_ARG_LIMIT=32
    3.23 +
    3.24 +#
    3.25 +# General setup
    3.26 +#
    3.27 +CONFIG_LOCALVERSION="-slitaz"
    3.28 +CONFIG_LOCALVERSION_AUTO=y
    3.29 +# CONFIG_SWAP is not set
    3.30 +# CONFIG_SYSVIPC is not set
    3.31 +# CONFIG_POSIX_MQUEUE is not set
    3.32 +# CONFIG_BSD_PROCESS_ACCT is not set
    3.33 +CONFIG_SYSCTL=y
    3.34 +# CONFIG_AUDIT is not set
    3.35 +CONFIG_HOTPLUG=y
    3.36 +CONFIG_KOBJECT_UEVENT=y
    3.37 +# CONFIG_IKCONFIG is not set
    3.38 +CONFIG_INITRAMFS_SOURCE=""
    3.39 +CONFIG_EMBEDDED=y
    3.40 +# CONFIG_KALLSYMS is not set
    3.41 +CONFIG_PRINTK=y
    3.42 +# CONFIG_BUG is not set
    3.43 +# CONFIG_KMALLOC_ACCOUNTING is not set
    3.44 +# CONFIG_AUDIT_BOOTMEM is not set
    3.45 +# CONFIG_DOUBLEFAULT is not set
    3.46 +# CONFIG_PANIC is not set
    3.47 +# CONFIG_ELF_CORE is not set
    3.48 +# CONFIG_BASE_FULL is not set
    3.49 +CONFIG_NET_SMALL=y
    3.50 +# CONFIG_FUTEX is not set
    3.51 +# CONFIG_EPOLL is not set
    3.52 +# CONFIG_VM86 is not set
    3.53 +# CONFIG_AIO is not set
    3.54 +# CONFIG_SYSENTER is not set
    3.55 +# CONFIG_XATTR is not set
    3.56 +# CONFIG_FILE_LOCKING is not set
    3.57 +CONFIG_UID16=y
    3.58 +# CONFIG_ETHTOOL is not set
    3.59 +# CONFIG_INETPEER is not set
    3.60 +# CONFIG_NET_SK_FILTER is not set
    3.61 +# CONFIG_NET_DEV_MULTICAST is not set
    3.62 +# CONFIG_IGMP is not set
    3.63 +# CONFIG_MEASURE_INLINES is not set
    3.64 +CONFIG_CC_OPTIMIZE_FOR_SIZE=y
    3.65 +# CONFIG_SHMEM is not set
    3.66 +CONFIG_CC_ALIGN_FUNCTIONS=0
    3.67 +CONFIG_CC_ALIGN_LABELS=0
    3.68 +CONFIG_CC_ALIGN_LOOPS=0
    3.69 +CONFIG_CC_ALIGN_JUMPS=0
    3.70 +CONFIG_TINY_CFLAGS=y
    3.71 +CONFIG_TINY_CFLAGS_VAL="-march=i586"
    3.72 +# CONFIG_CRC32_TABLES is not set
    3.73 +# CONFIG_INLINE_THREADINFO is not set
    3.74 +# CONFIG_SLAB is not set
    3.75 +# CONFIG_MEMPOOL is not set
    3.76 +CONFIG_CONSOLE_TRANSLATIONS=y
    3.77 +CONFIG_BINFMT_SCRIPT=y
    3.78 +# CONFIG_BINFMT_ELF_AOUT is not set
    3.79 +CONFIG_MAX_SWAPFILES_SHIFT=0
    3.80 +CONFIG_NR_LDISCS=1
    3.81 +CONFIG_MAX_USER_RT_PRIO=10
    3.82 +CONFIG_IDE_HWIFS=1
    3.83 +# CONFIG_BOOTFLAG is not set
    3.84 +CONFIG_SERIAL_PCI=y
    3.85 +# CONFIG_DMI_SCAN is not set
    3.86 +# CONFIG_PCI_QUIRKS is not set
    3.87 +# CONFIG_X86_TSC_TIMER is not set
    3.88 +CONFIG_PROCESSOR_SELECT=y
    3.89 +# CONFIG_CPU_SUP_INTEL is not set
    3.90 +# CONFIG_CPU_SUP_CYRIX is not set
    3.91 +# CONFIG_CPU_SUP_NSC is not set
    3.92 +# CONFIG_CPU_SUP_AMD is not set
    3.93 +# CONFIG_CPU_SUP_CENTAUR is not set
    3.94 +# CONFIG_CPU_SUP_TRANSMETA is not set
    3.95 +# CONFIG_CPU_SUP_RISE is not set
    3.96 +# CONFIG_CPU_SUP_NEXGEN is not set
    3.97 +# CONFIG_CPU_SUP_UMC is not set
    3.98 +CONFIG_CRC32_CALC=y
    3.99 +CONFIG_TINY_SHMEM=y
   3.100 +CONFIG_BASE_SMALL=1
   3.101 +CONFIG_SLOB=y
   3.102 +
   3.103 +#
   3.104 +# Loadable module support
   3.105 +#
   3.106 +CONFIG_MODULES=y
   3.107 +# CONFIG_MODULE_UNLOAD is not set
   3.108 +CONFIG_OBSOLETE_MODPARM=y
   3.109 +# CONFIG_MODVERSIONS is not set
   3.110 +# CONFIG_MODULE_SRCVERSION_ALL is not set
   3.111 +# CONFIG_KMOD is not set
   3.112 +
   3.113 +#
   3.114 +# Processor type and features
   3.115 +#
   3.116 +CONFIG_X86_PC=y
   3.117 +# CONFIG_X86_ELAN is not set
   3.118 +# CONFIG_X86_VOYAGER is not set
   3.119 +# CONFIG_X86_NUMAQ is not set
   3.120 +# CONFIG_X86_SUMMIT is not set
   3.121 +# CONFIG_X86_BIGSMP is not set
   3.122 +# CONFIG_X86_VISWS is not set
   3.123 +# CONFIG_X86_GENERICARCH is not set
   3.124 +# CONFIG_X86_ES7000 is not set
   3.125 +# CONFIG_M386 is not set
   3.126 +# CONFIG_M486 is not set
   3.127 +CONFIG_M586=y
   3.128 +# CONFIG_M586TSC is not set
   3.129 +# CONFIG_M586MMX is not set
   3.130 +# CONFIG_M686 is not set
   3.131 +# CONFIG_MPENTIUMII is not set
   3.132 +# CONFIG_MPENTIUMIII is not set
   3.133 +# CONFIG_MPENTIUMM is not set
   3.134 +# CONFIG_MPENTIUM4 is not set
   3.135 +# CONFIG_MK6 is not set
   3.136 +# CONFIG_MK7 is not set
   3.137 +# CONFIG_MK8 is not set
   3.138 +# CONFIG_MCRUSOE is not set
   3.139 +# CONFIG_MEFFICEON is not set
   3.140 +# CONFIG_MWINCHIPC6 is not set
   3.141 +# CONFIG_MWINCHIP2 is not set
   3.142 +# CONFIG_MWINCHIP3D is not set
   3.143 +# CONFIG_MGEODEGX1 is not set
   3.144 +# CONFIG_MCYRIXIII is not set
   3.145 +# CONFIG_MVIAC3_2 is not set
   3.146 +# CONFIG_X86_GENERIC is not set
   3.147 +CONFIG_X86_CMPXCHG=y
   3.148 +CONFIG_X86_XADD=y
   3.149 +CONFIG_X86_L1_CACHE_SHIFT=5
   3.150 +CONFIG_RWSEM_XCHGADD_ALGORITHM=y
   3.151 +CONFIG_GENERIC_CALIBRATE_DELAY=y
   3.152 +CONFIG_X86_PPRO_FENCE=y
   3.153 +CONFIG_X86_F00F_BUG=y
   3.154 +CONFIG_X86_WP_WORKS_OK=y
   3.155 +CONFIG_X86_INVLPG=y
   3.156 +CONFIG_X86_BSWAP=y
   3.157 +CONFIG_X86_POPAD_OK=y
   3.158 +CONFIG_X86_ALIGNMENT_16=y
   3.159 +# CONFIG_HPET_TIMER is not set
   3.160 +# CONFIG_SMP is not set
   3.161 +CONFIG_PREEMPT_NONE=y
   3.162 +# CONFIG_PREEMPT_VOLUNTARY is not set
   3.163 +# CONFIG_PREEMPT is not set
   3.164 +# CONFIG_X86_UP_APIC is not set
   3.165 +# CONFIG_X86_MCE is not set
   3.166 +# CONFIG_TOSHIBA is not set
   3.167 +# CONFIG_I8K is not set
   3.168 +# CONFIG_X86_REBOOTFIXUPS is not set
   3.169 +# CONFIG_MICROCODE is not set
   3.170 +# CONFIG_X86_MSR is not set
   3.171 +# CONFIG_X86_CPUID is not set
   3.172 +
   3.173 +#
   3.174 +# Firmware Drivers
   3.175 +#
   3.176 +# CONFIG_EDD is not set
   3.177 +# CONFIG_DELL_RBU is not set
   3.178 +CONFIG_DCDBAS=m
   3.179 +CONFIG_NOHIGHMEM=y
   3.180 +# CONFIG_HIGHMEM4G is not set
   3.181 +# CONFIG_HIGHMEM64G is not set
   3.182 +CONFIG_SELECT_MEMORY_MODEL=y
   3.183 +CONFIG_FLATMEM_MANUAL=y
   3.184 +# CONFIG_DISCONTIGMEM_MANUAL is not set
   3.185 +# CONFIG_SPARSEMEM_MANUAL is not set
   3.186 +CONFIG_FLATMEM=y
   3.187 +CONFIG_FLAT_NODE_MEM_MAP=y
   3.188 +# CONFIG_SPARSEMEM_STATIC is not set
   3.189 +# CONFIG_MATH_EMULATION is not set
   3.190 +# CONFIG_MTRR is not set
   3.191 +# CONFIG_REGPARM is not set
   3.192 +# CONFIG_SECCOMP is not set
   3.193 +CONFIG_HZ_100=y
   3.194 +# CONFIG_HZ_250 is not set
   3.195 +# CONFIG_HZ_1000 is not set
   3.196 +CONFIG_HZ=100
   3.197 +CONFIG_PHYSICAL_START=0x100000
   3.198 +# CONFIG_KEXEC is not set
   3.199 +
   3.200 +#
   3.201 +# Power management options (ACPI, APM)
   3.202 +#
   3.203 +# CONFIG_PM is not set
   3.204 +
   3.205 +#
   3.206 +# ACPI (Advanced Configuration and Power Interface) Support
   3.207 +#
   3.208 +# CONFIG_ACPI is not set
   3.209 +
   3.210 +#
   3.211 +# CPU Frequency scaling
   3.212 +#
   3.213 +# CONFIG_CPU_FREQ is not set
   3.214 +
   3.215 +#
   3.216 +# Bus options (PCI, PCMCIA, EISA, MCA, ISA)
   3.217 +#
   3.218 +CONFIG_PCI=y
   3.219 +# CONFIG_PCI_GOBIOS is not set
   3.220 +# CONFIG_PCI_GOMMCONFIG is not set
   3.221 +CONFIG_PCI_GODIRECT=y
   3.222 +# CONFIG_PCI_GOANY is not set
   3.223 +CONFIG_PCI_DIRECT=y
   3.224 +# CONFIG_PCIEPORTBUS is not set
   3.225 +# CONFIG_PCI_LEGACY_PROC is not set
   3.226 +CONFIG_ISA_DMA_API=y
   3.227 +CONFIG_ISA=y
   3.228 +CONFIG_EISA=y
   3.229 +CONFIG_EISA_VLB_PRIMING=y
   3.230 +CONFIG_EISA_PCI_EISA=y
   3.231 +CONFIG_EISA_VIRTUAL_ROOT=y
   3.232 +# CONFIG_EISA_NAMES is not set
   3.233 +# CONFIG_MCA is not set
   3.234 +# CONFIG_SCx200 is not set
   3.235 +
   3.236 +#
   3.237 +# PCCARD (PCMCIA/CardBus) support
   3.238 +#
   3.239 +# CONFIG_PCCARD is not set
   3.240 +
   3.241 +#
   3.242 +# PCI Hotplug Support
   3.243 +#
   3.244 +# CONFIG_HOTPLUG_PCI is not set
   3.245 +
   3.246 +#
   3.247 +# Executable file formats
   3.248 +#
   3.249 +CONFIG_BINFMT_ELF=y
   3.250 +# CONFIG_BINFMT_AOUT is not set
   3.251 +# CONFIG_BINFMT_MISC is not set
   3.252 +
   3.253 +#
   3.254 +# Networking
   3.255 +#
   3.256 +CONFIG_NET=y
   3.257 +
   3.258 +#
   3.259 +# Networking options
   3.260 +#
   3.261 +CONFIG_PACKET=y
   3.262 +# CONFIG_PACKET_MMAP is not set
   3.263 +# CONFIG_UNIX is not set
   3.264 +# CONFIG_NET_KEY is not set
   3.265 +CONFIG_INET=y
   3.266 +# CONFIG_IP_MULTICAST is not set
   3.267 +# CONFIG_IP_ADVANCED_ROUTER is not set
   3.268 +CONFIG_IP_FIB_HASH=y
   3.269 +# CONFIG_IP_PNP is not set
   3.270 +# CONFIG_NET_IPIP is not set
   3.271 +# CONFIG_NET_IPGRE is not set
   3.272 +# CONFIG_ARPD is not set
   3.273 +# CONFIG_SYN_COOKIES is not set
   3.274 +# CONFIG_INET_AH is not set
   3.275 +# CONFIG_INET_ESP is not set
   3.276 +# CONFIG_INET_IPCOMP is not set
   3.277 +# CONFIG_INET_TUNNEL is not set
   3.278 +CONFIG_INET_DIAG=m
   3.279 +CONFIG_INET_TCP_DIAG=m
   3.280 +# CONFIG_TCP_CONG_ADVANCED is not set
   3.281 +CONFIG_TCP_CONG_BIC=y
   3.282 +# CONFIG_IPV6 is not set
   3.283 +# CONFIG_NETFILTER is not set
   3.284 +
   3.285 +#
   3.286 +# DCCP Configuration (EXPERIMENTAL)
   3.287 +#
   3.288 +# CONFIG_IP_DCCP is not set
   3.289 +
   3.290 +#
   3.291 +# SCTP Configuration (EXPERIMENTAL)
   3.292 +#
   3.293 +# CONFIG_IP_SCTP is not set
   3.294 +# CONFIG_ATM is not set
   3.295 +# CONFIG_BRIDGE is not set
   3.296 +# CONFIG_VLAN_8021Q is not set
   3.297 +# CONFIG_DECNET is not set
   3.298 +# CONFIG_LLC2 is not set
   3.299 +# CONFIG_IPX is not set
   3.300 +# CONFIG_ATALK is not set
   3.301 +# CONFIG_X25 is not set
   3.302 +# CONFIG_LAPB is not set
   3.303 +# CONFIG_NET_DIVERT is not set
   3.304 +# CONFIG_ECONET is not set
   3.305 +# CONFIG_WAN_ROUTER is not set
   3.306 +# CONFIG_NET_SCHED is not set
   3.307 +# CONFIG_NET_CLS_ROUTE is not set
   3.308 +
   3.309 +#
   3.310 +# Network testing
   3.311 +#
   3.312 +# CONFIG_NET_PKTGEN is not set
   3.313 +# CONFIG_HAMRADIO is not set
   3.314 +# CONFIG_IRDA is not set
   3.315 +# CONFIG_BT is not set
   3.316 +# CONFIG_IEEE80211 is not set
   3.317 +
   3.318 +#
   3.319 +# Device Drivers
   3.320 +#
   3.321 +
   3.322 +#
   3.323 +# Generic Driver Options
   3.324 +#
   3.325 +# CONFIG_STANDALONE is not set
   3.326 +CONFIG_PREVENT_FIRMWARE_BUILD=y
   3.327 +# CONFIG_FW_LOADER is not set
   3.328 +
   3.329 +#
   3.330 +# Connector - unified userspace <-> kernelspace linker
   3.331 +#
   3.332 +# CONFIG_CONNECTOR is not set
   3.333 +
   3.334 +#
   3.335 +# Memory Technology Devices (MTD)
   3.336 +#
   3.337 +# CONFIG_MTD is not set
   3.338 +
   3.339 +#
   3.340 +# Parallel port support
   3.341 +#
   3.342 +CONFIG_PARPORT=m
   3.343 +CONFIG_PARPORT_PC=m
   3.344 +# CONFIG_PARPORT_SERIAL is not set
   3.345 +# CONFIG_PARPORT_PC_FIFO is not set
   3.346 +# CONFIG_PARPORT_PC_SUPERIO is not set
   3.347 +# CONFIG_PARPORT_GSC is not set
   3.348 +CONFIG_PARPORT_1284=y
   3.349 +
   3.350 +#
   3.351 +# Plug and Play support
   3.352 +#
   3.353 +CONFIG_PNP=y
   3.354 +# CONFIG_PNP_DEBUG is not set
   3.355 +
   3.356 +#
   3.357 +# Protocols
   3.358 +#
   3.359 +CONFIG_ISAPNP=y
   3.360 +# CONFIG_PNPBIOS is not set
   3.361 +
   3.362 +#
   3.363 +# Block devices
   3.364 +#
   3.365 +CONFIG_BLK_DEV_FD=m
   3.366 +# CONFIG_BLK_DEV_XD is not set
   3.367 +# CONFIG_PARIDE is not set
   3.368 +# CONFIG_BLK_CPQ_DA is not set
   3.369 +# CONFIG_BLK_CPQ_CISS_DA is not set
   3.370 +# CONFIG_BLK_DEV_DAC960 is not set
   3.371 +# CONFIG_BLK_DEV_UMEM is not set
   3.372 +# CONFIG_BLK_DEV_COW_COMMON is not set
   3.373 +# CONFIG_BLK_DEV_LOOP is not set
   3.374 +# CONFIG_BLK_DEV_NBD is not set
   3.375 +# CONFIG_BLK_DEV_SX8 is not set
   3.376 +# CONFIG_BLK_DEV_UB is not set
   3.377 +CONFIG_BLK_DEV_RAM=y
   3.378 +CONFIG_BLK_DEV_RAM_COUNT=4
   3.379 +CONFIG_BLK_DEV_RAM_SIZE=4096
   3.380 +CONFIG_BLK_DEV_INITRD=y
   3.381 +# CONFIG_LBD is not set
   3.382 +# CONFIG_CDROM_PKTCDVD is not set
   3.383 +
   3.384 +#
   3.385 +# IO Schedulers
   3.386 +#
   3.387 +CONFIG_IOSCHED_NOOP=y
   3.388 +# CONFIG_IOSCHED_AS is not set
   3.389 +# CONFIG_IOSCHED_DEADLINE is not set
   3.390 +CONFIG_IOSCHED_CFQ=m
   3.391 +# CONFIG_ATA_OVER_ETH is not set
   3.392 +
   3.393 +#
   3.394 +# ATA/ATAPI/MFM/RLL support
   3.395 +#
   3.396 +CONFIG_IDE=m
   3.397 +CONFIG_BLK_DEV_IDE=m
   3.398 +
   3.399 +#
   3.400 +# Please see Documentation/ide.txt for help/info on IDE drives
   3.401 +#
   3.402 +# CONFIG_BLK_DEV_IDE_SATA is not set
   3.403 +# CONFIG_BLK_DEV_HD_IDE is not set
   3.404 +CONFIG_BLK_DEV_IDEDISK=m
   3.405 +# CONFIG_IDEDISK_MULTI_MODE is not set
   3.406 +# CONFIG_BLK_DEV_IDECD is not set
   3.407 +# CONFIG_BLK_DEV_IDETAPE is not set
   3.408 +# CONFIG_BLK_DEV_IDEFLOPPY is not set
   3.409 +# CONFIG_BLK_DEV_IDESCSI is not set
   3.410 +# CONFIG_IDE_TASK_IOCTL is not set
   3.411 +
   3.412 +#
   3.413 +# IDE chipset support/bugfixes
   3.414 +#
   3.415 +CONFIG_IDE_GENERIC=m
   3.416 +# CONFIG_BLK_DEV_CMD640 is not set
   3.417 +# CONFIG_BLK_DEV_IDEPNP is not set
   3.418 +CONFIG_BLK_DEV_IDEPCI=y
   3.419 +# CONFIG_IDEPCI_SHARE_IRQ is not set
   3.420 +# CONFIG_BLK_DEV_OFFBOARD is not set
   3.421 +# CONFIG_BLK_DEV_GENERIC is not set
   3.422 +# CONFIG_BLK_DEV_OPTI621 is not set
   3.423 +# CONFIG_BLK_DEV_RZ1000 is not set
   3.424 +# CONFIG_BLK_DEV_IDEDMA_PCI is not set
   3.425 +# CONFIG_IDE_ARM is not set
   3.426 +# CONFIG_IDE_CHIPSETS is not set
   3.427 +# CONFIG_BLK_DEV_IDEDMA is not set
   3.428 +# CONFIG_IDEDMA_AUTO is not set
   3.429 +# CONFIG_BLK_DEV_HD is not set
   3.430 +
   3.431 +#
   3.432 +# SCSI device support
   3.433 +#
   3.434 +# CONFIG_RAID_ATTRS is not set
   3.435 +CONFIG_SCSI=m
   3.436 +CONFIG_SCSI_PROC_FS=y
   3.437 +
   3.438 +#
   3.439 +# SCSI support type (disk, tape, CD-ROM)
   3.440 +#
   3.441 +CONFIG_BLK_DEV_SD=m
   3.442 +# CONFIG_CHR_DEV_ST is not set
   3.443 +# CONFIG_CHR_DEV_OSST is not set
   3.444 +CONFIG_BLK_DEV_SR=m
   3.445 +# CONFIG_BLK_DEV_SR_VENDOR is not set
   3.446 +CONFIG_CHR_DEV_SG=m
   3.447 +# CONFIG_CHR_DEV_SCH is not set
   3.448 +
   3.449 +#
   3.450 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
   3.451 +#
   3.452 +# CONFIG_SCSI_MULTI_LUN is not set
   3.453 +# CONFIG_SCSI_CONSTANTS is not set
   3.454 +# CONFIG_SCSI_LOGGING is not set
   3.455 +
   3.456 +#
   3.457 +# SCSI Transport Attributes
   3.458 +#
   3.459 +# CONFIG_SCSI_SPI_ATTRS is not set
   3.460 +# CONFIG_SCSI_FC_ATTRS is not set
   3.461 +# CONFIG_SCSI_ISCSI_ATTRS is not set
   3.462 +# CONFIG_SCSI_SAS_ATTRS is not set
   3.463 +
   3.464 +#
   3.465 +# SCSI low-level drivers
   3.466 +#
   3.467 +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
   3.468 +# CONFIG_SCSI_3W_9XXX is not set
   3.469 +# CONFIG_SCSI_7000FASST is not set
   3.470 +# CONFIG_SCSI_ACARD is not set
   3.471 +CONFIG_SCSI_AHA152X=m
   3.472 +CONFIG_SCSI_AHA1542=m
   3.473 +CONFIG_SCSI_AHA1740=m
   3.474 +# CONFIG_SCSI_AACRAID is not set
   3.475 +# CONFIG_SCSI_AIC7XXX is not set
   3.476 +# CONFIG_SCSI_AIC7XXX_OLD is not set
   3.477 +# CONFIG_SCSI_AIC79XX is not set
   3.478 +# CONFIG_SCSI_DPT_I2O is not set
   3.479 +# CONFIG_SCSI_IN2000 is not set
   3.480 +# CONFIG_MEGARAID_NEWGEN is not set
   3.481 +# CONFIG_MEGARAID_LEGACY is not set
   3.482 +# CONFIG_MEGARAID_SAS is not set
   3.483 +# CONFIG_SCSI_SATA is not set
   3.484 +# CONFIG_SCSI_BUSLOGIC is not set
   3.485 +# CONFIG_SCSI_DMX3191D is not set
   3.486 +# CONFIG_SCSI_DTC3280 is not set
   3.487 +# CONFIG_SCSI_EATA is not set
   3.488 +# CONFIG_SCSI_FUTURE_DOMAIN is not set
   3.489 +# CONFIG_SCSI_GDTH is not set
   3.490 +# CONFIG_SCSI_GENERIC_NCR5380 is not set
   3.491 +# CONFIG_SCSI_GENERIC_NCR5380_MMIO is not set
   3.492 +# CONFIG_SCSI_IPS is not set
   3.493 +# CONFIG_SCSI_INITIO is not set
   3.494 +# CONFIG_SCSI_INIA100 is not set
   3.495 +CONFIG_SCSI_PPA=m
   3.496 +CONFIG_SCSI_IMM=m
   3.497 +# CONFIG_SCSI_IZIP_EPP16 is not set
   3.498 +# CONFIG_SCSI_IZIP_SLOW_CTR is not set
   3.499 +# CONFIG_SCSI_NCR53C406A is not set
   3.500 +# CONFIG_SCSI_SYM53C8XX_2 is not set
   3.501 +# CONFIG_SCSI_IPR is not set
   3.502 +# CONFIG_SCSI_PAS16 is not set
   3.503 +# CONFIG_SCSI_PSI240I is not set
   3.504 +# CONFIG_SCSI_QLOGIC_FAS is not set
   3.505 +# CONFIG_SCSI_QLOGIC_FC is not set
   3.506 +# CONFIG_SCSI_QLOGIC_1280 is not set
   3.507 +CONFIG_SCSI_QLA2XXX=m
   3.508 +# CONFIG_SCSI_QLA21XX is not set
   3.509 +# CONFIG_SCSI_QLA22XX is not set
   3.510 +# CONFIG_SCSI_QLA2300 is not set
   3.511 +# CONFIG_SCSI_QLA2322 is not set
   3.512 +# CONFIG_SCSI_QLA6312 is not set
   3.513 +# CONFIG_SCSI_QLA24XX is not set
   3.514 +# CONFIG_SCSI_LPFC is not set
   3.515 +# CONFIG_SCSI_SIM710 is not set
   3.516 +# CONFIG_SCSI_SYM53C416 is not set
   3.517 +# CONFIG_SCSI_DC395x is not set
   3.518 +# CONFIG_SCSI_DC390T is not set
   3.519 +# CONFIG_SCSI_T128 is not set
   3.520 +# CONFIG_SCSI_U14_34F is not set
   3.521 +# CONFIG_SCSI_ULTRASTOR is not set
   3.522 +# CONFIG_SCSI_NSP32 is not set
   3.523 +# CONFIG_SCSI_DEBUG is not set
   3.524 +
   3.525 +#
   3.526 +# Old CD-ROM drivers (not SCSI, not IDE)
   3.527 +#
   3.528 +# CONFIG_CD_NO_IDESCSI is not set
   3.529 +
   3.530 +#
   3.531 +# Multi-device support (RAID and LVM)
   3.532 +#
   3.533 +# CONFIG_MD is not set
   3.534 +
   3.535 +#
   3.536 +# Fusion MPT device support
   3.537 +#
   3.538 +# CONFIG_FUSION is not set
   3.539 +# CONFIG_FUSION_SPI is not set
   3.540 +# CONFIG_FUSION_FC is not set
   3.541 +# CONFIG_FUSION_SAS is not set
   3.542 +
   3.543 +#
   3.544 +# IEEE 1394 (FireWire) support
   3.545 +#
   3.546 +# CONFIG_IEEE1394 is not set
   3.547 +
   3.548 +#
   3.549 +# I2O device support
   3.550 +#
   3.551 +# CONFIG_I2O is not set
   3.552 +
   3.553 +#
   3.554 +# Network device support
   3.555 +#
   3.556 +CONFIG_NETDEVICES=y
   3.557 +# CONFIG_DUMMY is not set
   3.558 +# CONFIG_BONDING is not set
   3.559 +# CONFIG_EQUALIZER is not set
   3.560 +CONFIG_TUN=m
   3.561 +# CONFIG_NET_SB1000 is not set
   3.562 +
   3.563 +#
   3.564 +# ARCnet devices
   3.565 +#
   3.566 +# CONFIG_ARCNET is not set
   3.567 +
   3.568 +#
   3.569 +# PHY device support
   3.570 +#
   3.571 +# CONFIG_PHYLIB is not set
   3.572 +
   3.573 +#
   3.574 +# Ethernet (10 or 100Mbit)
   3.575 +#
   3.576 +CONFIG_NET_ETHERNET=y
   3.577 +CONFIG_MII=m
   3.578 +# CONFIG_HAPPYMEAL is not set
   3.579 +# CONFIG_SUNGEM is not set
   3.580 +# CONFIG_CASSINI is not set
   3.581 +CONFIG_NET_VENDOR_3COM=y
   3.582 +# CONFIG_EL1 is not set
   3.583 +# CONFIG_EL2 is not set
   3.584 +# CONFIG_ELPLUS is not set
   3.585 +# CONFIG_EL16 is not set
   3.586 +CONFIG_EL3=m
   3.587 +# CONFIG_3C515 is not set
   3.588 +# CONFIG_VORTEX is not set
   3.589 +# CONFIG_TYPHOON is not set
   3.590 +# CONFIG_LANCE is not set
   3.591 +# CONFIG_NET_VENDOR_SMC is not set
   3.592 +# CONFIG_NET_VENDOR_RACAL is not set
   3.593 +
   3.594 +#
   3.595 +# Tulip family network device support
   3.596 +#
   3.597 +CONFIG_NET_TULIP=y
   3.598 +# CONFIG_DE2104X is not set
   3.599 +CONFIG_TULIP=m
   3.600 +# CONFIG_TULIP_MWI is not set
   3.601 +# CONFIG_TULIP_MMIO is not set
   3.602 +# CONFIG_TULIP_NAPI is not set
   3.603 +# CONFIG_DE4X5 is not set
   3.604 +# CONFIG_WINBOND_840 is not set
   3.605 +# CONFIG_DM9102 is not set
   3.606 +# CONFIG_ULI526X is not set
   3.607 +# CONFIG_AT1700 is not set
   3.608 +# CONFIG_DEPCA is not set
   3.609 +# CONFIG_HP100 is not set
   3.610 +CONFIG_NET_ISA=y
   3.611 +# CONFIG_E2100 is not set
   3.612 +# CONFIG_EWRK3 is not set
   3.613 +# CONFIG_EEXPRESS is not set
   3.614 +# CONFIG_EEXPRESS_PRO is not set
   3.615 +# CONFIG_HPLAN_PLUS is not set
   3.616 +CONFIG_HPLAN=m
   3.617 +# CONFIG_LP486E is not set
   3.618 +# CONFIG_ETH16I is not set
   3.619 +CONFIG_NE2000=m
   3.620 +# CONFIG_ZNET is not set
   3.621 +# CONFIG_SEEQ8005 is not set
   3.622 +CONFIG_NET_PCI=y
   3.623 +# CONFIG_PCNET32 is not set
   3.624 +# CONFIG_AMD8111_ETH is not set
   3.625 +# CONFIG_ADAPTEC_STARFIRE is not set
   3.626 +# CONFIG_AC3200 is not set
   3.627 +# CONFIG_APRICOT is not set
   3.628 +# CONFIG_B44 is not set
   3.629 +# CONFIG_FORCEDETH is not set
   3.630 +CONFIG_CS89x0=m
   3.631 +# CONFIG_DGRS is not set
   3.632 +# CONFIG_EEPRO100 is not set
   3.633 +# CONFIG_E100 is not set
   3.634 +# CONFIG_LNE390 is not set
   3.635 +# CONFIG_FEALNX is not set
   3.636 +# CONFIG_NATSEMI is not set
   3.637 +CONFIG_NE2K_PCI=m
   3.638 +# CONFIG_NE3210 is not set
   3.639 +# CONFIG_ES3210 is not set
   3.640 +CONFIG_8139CP=m
   3.641 +CONFIG_8139TOO=m
   3.642 +CONFIG_8139TOO_PIO=y
   3.643 +# CONFIG_8139TOO_TUNE_TWISTER is not set
   3.644 +# CONFIG_8139TOO_8129 is not set
   3.645 +# CONFIG_8139_OLD_RX_RESET is not set
   3.646 +# CONFIG_SIS900 is not set
   3.647 +# CONFIG_EPIC100 is not set
   3.648 +# CONFIG_SUNDANCE is not set
   3.649 +CONFIG_TLAN=m
   3.650 +CONFIG_VIA_RHINE=m
   3.651 +# CONFIG_VIA_RHINE_MMIO is not set
   3.652 +# CONFIG_NET_POCKET is not set
   3.653 +
   3.654 +#
   3.655 +# Ethernet (1000 Mbit)
   3.656 +#
   3.657 +# CONFIG_ACENIC is not set
   3.658 +# CONFIG_DL2K is not set
   3.659 +# CONFIG_E1000 is not set
   3.660 +# CONFIG_NS83820 is not set
   3.661 +# CONFIG_HAMACHI is not set
   3.662 +# CONFIG_YELLOWFIN is not set
   3.663 +# CONFIG_R8169 is not set
   3.664 +# CONFIG_SIS190 is not set
   3.665 +# CONFIG_SKGE is not set
   3.666 +# CONFIG_SK98LIN is not set
   3.667 +# CONFIG_VIA_VELOCITY is not set
   3.668 +# CONFIG_TIGON3 is not set
   3.669 +# CONFIG_BNX2 is not set
   3.670 +
   3.671 +#
   3.672 +# Ethernet (10000 Mbit)
   3.673 +#
   3.674 +# CONFIG_CHELSIO_T1 is not set
   3.675 +# CONFIG_IXGB is not set
   3.676 +# CONFIG_S2IO is not set
   3.677 +
   3.678 +#
   3.679 +# Token Ring devices
   3.680 +#
   3.681 +# CONFIG_TR is not set
   3.682 +
   3.683 +#
   3.684 +# Wireless LAN (non-hamradio)
   3.685 +#
   3.686 +# CONFIG_NET_RADIO is not set
   3.687 +
   3.688 +#
   3.689 +# Wan interfaces
   3.690 +#
   3.691 +# CONFIG_WAN is not set
   3.692 +# CONFIG_FDDI is not set
   3.693 +# CONFIG_HIPPI is not set
   3.694 +# CONFIG_PLIP is not set
   3.695 +CONFIG_PPP=m
   3.696 +# CONFIG_PPP_MULTILINK is not set
   3.697 +# CONFIG_PPP_FILTER is not set
   3.698 +CONFIG_PPP_ASYNC=m
   3.699 +CONFIG_PPP_SYNC_TTY=m
   3.700 +CONFIG_PPP_DEFLATE=m
   3.701 +CONFIG_PPP_BSDCOMP=m
   3.702 +CONFIG_PPPOE=m
   3.703 +# CONFIG_SLIP is not set
   3.704 +# CONFIG_NET_FC is not set
   3.705 +# CONFIG_SHAPER is not set
   3.706 +# CONFIG_NETCONSOLE is not set
   3.707 +# CONFIG_KGDBOE is not set
   3.708 +# CONFIG_NETPOLL is not set
   3.709 +# CONFIG_NETPOLL_RX is not set
   3.710 +# CONFIG_NETPOLL_TRAP is not set
   3.711 +# CONFIG_NET_POLL_CONTROLLER is not set
   3.712 +
   3.713 +#
   3.714 +# ISDN subsystem
   3.715 +#
   3.716 +# CONFIG_ISDN is not set
   3.717 +
   3.718 +#
   3.719 +# Telephony Support
   3.720 +#
   3.721 +# CONFIG_PHONE is not set
   3.722 +
   3.723 +#
   3.724 +# Input device support
   3.725 +#
   3.726 +CONFIG_INPUT=y
   3.727 +
   3.728 +#
   3.729 +# Userland interfaces
   3.730 +#
   3.731 +# CONFIG_INPUT_MOUSEDEV is not set
   3.732 +# CONFIG_INPUT_JOYDEV is not set
   3.733 +# CONFIG_INPUT_TSDEV is not set
   3.734 +# CONFIG_INPUT_EVDEV is not set
   3.735 +# CONFIG_INPUT_EVBUG is not set
   3.736 +
   3.737 +#
   3.738 +# Input Device Drivers
   3.739 +#
   3.740 +CONFIG_INPUT_KEYBOARD=y
   3.741 +CONFIG_KEYBOARD_ATKBD=y
   3.742 +# CONFIG_KEYBOARD_SUNKBD is not set
   3.743 +# CONFIG_KEYBOARD_LKKBD is not set
   3.744 +# CONFIG_KEYBOARD_XTKBD is not set
   3.745 +# CONFIG_KEYBOARD_NEWTON is not set
   3.746 +# CONFIG_INPUT_MOUSE is not set
   3.747 +# CONFIG_INPUT_JOYSTICK is not set
   3.748 +# CONFIG_INPUT_TOUCHSCREEN is not set
   3.749 +# CONFIG_INPUT_MISC is not set
   3.750 +
   3.751 +#
   3.752 +# Hardware I/O ports
   3.753 +#
   3.754 +CONFIG_SERIO=y
   3.755 +CONFIG_SERIO_I8042=y
   3.756 +# CONFIG_SERIO_SERPORT is not set
   3.757 +# CONFIG_SERIO_CT82C710 is not set
   3.758 +# CONFIG_SERIO_PARKBD is not set
   3.759 +# CONFIG_SERIO_PCIPS2 is not set
   3.760 +CONFIG_SERIO_LIBPS2=y
   3.761 +# CONFIG_SERIO_RAW is not set
   3.762 +# CONFIG_GAMEPORT is not set
   3.763 +
   3.764 +#
   3.765 +# Character devices
   3.766 +#
   3.767 +CONFIG_VT=y
   3.768 +CONFIG_VT_CONSOLE=y
   3.769 +CONFIG_HW_CONSOLE=y
   3.770 +# CONFIG_SERIAL_NONSTANDARD is not set
   3.771 +
   3.772 +#
   3.773 +# Serial drivers
   3.774 +#
   3.775 +CONFIG_SERIAL_8250=m
   3.776 +CONFIG_SERIAL_8250_NR_UARTS=4
   3.777 +# CONFIG_SERIAL_8250_EXTENDED is not set
   3.778 +
   3.779 +#
   3.780 +# Non-8250 serial port support
   3.781 +#
   3.782 +CONFIG_SERIAL_CORE=m
   3.783 +# CONFIG_SERIAL_JSM is not set
   3.784 +CONFIG_UNIX98_PTYS=y
   3.785 +# CONFIG_LEGACY_PTYS is not set
   3.786 +CONFIG_PRINTER=m
   3.787 +# CONFIG_LP_CONSOLE is not set
   3.788 +# CONFIG_PPDEV is not set
   3.789 +# CONFIG_TIPAR is not set
   3.790 +
   3.791 +#
   3.792 +# IPMI
   3.793 +#
   3.794 +# CONFIG_IPMI_HANDLER is not set
   3.795 +
   3.796 +#
   3.797 +# Watchdog Cards
   3.798 +#
   3.799 +# CONFIG_WATCHDOG is not set
   3.800 +# CONFIG_HW_RANDOM is not set
   3.801 +# CONFIG_NVRAM is not set
   3.802 +# CONFIG_RTC is not set
   3.803 +# CONFIG_GEN_RTC is not set
   3.804 +# CONFIG_DTLK is not set
   3.805 +# CONFIG_R3964 is not set
   3.806 +# CONFIG_APPLICOM is not set
   3.807 +# CONFIG_SONYPI is not set
   3.808 +
   3.809 +#
   3.810 +# Ftape, the floppy tape device driver
   3.811 +#
   3.812 +# CONFIG_FTAPE is not set
   3.813 +CONFIG_AGP=m
   3.814 +CONFIG_AGP_ALI=m
   3.815 +CONFIG_AGP_ATI=m
   3.816 +# CONFIG_AGP_AMD is not set
   3.817 +# CONFIG_AGP_AMD64 is not set
   3.818 +CONFIG_AGP_INTEL=m
   3.819 +CONFIG_AGP_NVIDIA=m
   3.820 +CONFIG_AGP_SIS=m
   3.821 +# CONFIG_AGP_SWORKS is not set
   3.822 +CONFIG_AGP_VIA=m
   3.823 +# CONFIG_AGP_EFFICEON is not set
   3.824 +# CONFIG_DRM is not set
   3.825 +# CONFIG_MWAVE is not set
   3.826 +# CONFIG_RAW_DRIVER is not set
   3.827 +# CONFIG_HANGCHECK_TIMER is not set
   3.828 +
   3.829 +#
   3.830 +# TPM devices
   3.831 +#
   3.832 +# CONFIG_TCG_TPM is not set
   3.833 +CONFIG_JSCLIPBOARD=m
   3.834 +
   3.835 +#
   3.836 +# I2C support
   3.837 +#
   3.838 +CONFIG_I2C=m
   3.839 +# CONFIG_I2C_CHARDEV is not set
   3.840 +
   3.841 +#
   3.842 +# I2C Algorithms
   3.843 +#
   3.844 +CONFIG_I2C_ALGOBIT=m
   3.845 +# CONFIG_I2C_ALGOPCF is not set
   3.846 +# CONFIG_I2C_ALGOPCA is not set
   3.847 +
   3.848 +#
   3.849 +# I2C Hardware Bus support
   3.850 +#
   3.851 +# CONFIG_I2C_ALI1535 is not set
   3.852 +# CONFIG_I2C_ALI1563 is not set
   3.853 +# CONFIG_I2C_ALI15X3 is not set
   3.854 +# CONFIG_I2C_AMD756 is not set
   3.855 +# CONFIG_I2C_AMD8111 is not set
   3.856 +# CONFIG_I2C_ELEKTOR is not set
   3.857 +# CONFIG_I2C_I801 is not set
   3.858 +# CONFIG_I2C_I810 is not set
   3.859 +# CONFIG_I2C_PIIX4 is not set
   3.860 +# CONFIG_I2C_NFORCE2 is not set
   3.861 +# CONFIG_I2C_PARPORT is not set
   3.862 +# CONFIG_I2C_PARPORT_LIGHT is not set
   3.863 +# CONFIG_I2C_PROSAVAGE is not set
   3.864 +# CONFIG_I2C_SAVAGE4 is not set
   3.865 +# CONFIG_SCx200_ACB is not set
   3.866 +# CONFIG_I2C_SIS5595 is not set
   3.867 +# CONFIG_I2C_SIS630 is not set
   3.868 +# CONFIG_I2C_SIS96X is not set
   3.869 +# CONFIG_I2C_STUB is not set
   3.870 +# CONFIG_I2C_VIA is not set
   3.871 +# CONFIG_I2C_VIAPRO is not set
   3.872 +# CONFIG_I2C_VOODOO3 is not set
   3.873 +# CONFIG_I2C_PCA_ISA is not set
   3.874 +
   3.875 +#
   3.876 +# Miscellaneous I2C Chip support
   3.877 +#
   3.878 +# CONFIG_SENSORS_DS1337 is not set
   3.879 +# CONFIG_SENSORS_DS1374 is not set
   3.880 +# CONFIG_SENSORS_EEPROM is not set
   3.881 +# CONFIG_SENSORS_PCF8574 is not set
   3.882 +# CONFIG_SENSORS_PCA9539 is not set
   3.883 +# CONFIG_SENSORS_PCF8591 is not set
   3.884 +# CONFIG_SENSORS_RTC8564 is not set
   3.885 +# CONFIG_SENSORS_MAX6875 is not set
   3.886 +# CONFIG_I2C_DEBUG_CORE is not set
   3.887 +# CONFIG_I2C_DEBUG_ALGO is not set
   3.888 +# CONFIG_I2C_DEBUG_BUS is not set
   3.889 +# CONFIG_I2C_DEBUG_CHIP is not set
   3.890 +
   3.891 +#
   3.892 +# Dallas's 1-wire bus
   3.893 +#
   3.894 +# CONFIG_W1 is not set
   3.895 +
   3.896 +#
   3.897 +# Hardware Monitoring support
   3.898 +#
   3.899 +# CONFIG_HWMON is not set
   3.900 +# CONFIG_HWMON_VID is not set
   3.901 +
   3.902 +#
   3.903 +# Misc devices
   3.904 +#
   3.905 +# CONFIG_IBM_ASM is not set
   3.906 +
   3.907 +#
   3.908 +# Multimedia Capabilities Port drivers
   3.909 +#
   3.910 +
   3.911 +#
   3.912 +# Multimedia devices
   3.913 +#
   3.914 +# CONFIG_VIDEO_DEV is not set
   3.915 +
   3.916 +#
   3.917 +# Digital Video Broadcasting Devices
   3.918 +#
   3.919 +# CONFIG_DVB is not set
   3.920 +
   3.921 +#
   3.922 +# Graphics support
   3.923 +#
   3.924 +CONFIG_FB=y
   3.925 +CONFIG_FB_CFB_FILLRECT=y
   3.926 +CONFIG_FB_CFB_COPYAREA=y
   3.927 +CONFIG_FB_CFB_IMAGEBLIT=y
   3.928 +CONFIG_FB_SOFT_CURSOR=y
   3.929 +# CONFIG_FB_MACMODES is not set
   3.930 +CONFIG_FB_MODE_HELPERS=y
   3.931 +CONFIG_FB_TILEBLITTING=y
   3.932 +CONFIG_FB_CIRRUS=m
   3.933 +CONFIG_FB_PM2=m
   3.934 +# CONFIG_FB_PM2_FIFO_DISCONNECT is not set
   3.935 +CONFIG_FB_CYBER2000=m
   3.936 +CONFIG_FB_ARC=m
   3.937 +# CONFIG_FB_ASILIANT is not set
   3.938 +# CONFIG_FB_IMSTT is not set
   3.939 +CONFIG_FB_VGA16=m
   3.940 +CONFIG_FB_VESA=y
   3.941 +# CONFIG_VIDEO_SELECT is not set
   3.942 +CONFIG_FB_HGA=m
   3.943 +# CONFIG_FB_HGA_ACCEL is not set
   3.944 +CONFIG_FB_NVIDIA=m
   3.945 +# CONFIG_FB_NVIDIA_I2C is not set
   3.946 +CONFIG_FB_RIVA=m
   3.947 +# CONFIG_FB_RIVA_I2C is not set
   3.948 +# CONFIG_FB_RIVA_DEBUG is not set
   3.949 +# CONFIG_FB_I810 is not set
   3.950 +CONFIG_FB_INTEL=m
   3.951 +# CONFIG_FB_INTEL_DEBUG is not set
   3.952 +CONFIG_FB_MATROX=m
   3.953 +# CONFIG_FB_MATROX_MILLENIUM is not set
   3.954 +# CONFIG_FB_MATROX_MYSTIQUE is not set
   3.955 +# CONFIG_FB_MATROX_G is not set
   3.956 +# CONFIG_FB_MATROX_I2C is not set
   3.957 +# CONFIG_FB_MATROX_MULTIHEAD is not set
   3.958 +# CONFIG_FB_RADEON_OLD is not set
   3.959 +CONFIG_FB_RADEON=m
   3.960 +CONFIG_FB_RADEON_I2C=y
   3.961 +# CONFIG_FB_RADEON_DEBUG is not set
   3.962 +CONFIG_FB_ATY128=m
   3.963 +CONFIG_FB_ATY=m
   3.964 +# CONFIG_FB_ATY_CT is not set
   3.965 +# CONFIG_FB_ATY_GX is not set
   3.966 +CONFIG_FB_SAVAGE=m
   3.967 +# CONFIG_FB_SAVAGE_I2C is not set
   3.968 +# CONFIG_FB_SAVAGE_ACCEL is not set
   3.969 +CONFIG_FB_SIS=m
   3.970 +CONFIG_FB_SIS_300=y
   3.971 +CONFIG_FB_SIS_315=y
   3.972 +CONFIG_FB_NEOMAGIC=m
   3.973 +CONFIG_FB_KYRO=m
   3.974 +CONFIG_FB_3DFX=m
   3.975 +# CONFIG_FB_3DFX_ACCEL is not set
   3.976 +CONFIG_FB_VOODOO1=m
   3.977 +# CONFIG_FB_CYBLA is not set
   3.978 +CONFIG_FB_TRIDENT=m
   3.979 +# CONFIG_FB_TRIDENT_ACCEL is not set
   3.980 +# CONFIG_FB_GEODE is not set
   3.981 +# CONFIG_FB_S1D13XXX is not set
   3.982 +CONFIG_FB_VIRTUAL=m
   3.983 +
   3.984 +#
   3.985 +# Console display driver support
   3.986 +#
   3.987 +CONFIG_VGA_CONSOLE=y
   3.988 +# CONFIG_MDA_CONSOLE is not set
   3.989 +CONFIG_DUMMY_CONSOLE=y
   3.990 +CONFIG_FRAMEBUFFER_CONSOLE=m
   3.991 +# CONFIG_FONTS is not set
   3.992 +CONFIG_FONT_8x8=y
   3.993 +CONFIG_FONT_8x16=y
   3.994 +
   3.995 +#
   3.996 +# Logo configuration
   3.997 +#
   3.998 +# CONFIG_LOGO is not set
   3.999 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
  3.1000 +
  3.1001 +#
  3.1002 +# Sound
  3.1003 +#
  3.1004 +# CONFIG_SOUND is not set
  3.1005 +
  3.1006 +#
  3.1007 +# USB support
  3.1008 +#
  3.1009 +CONFIG_USB_ARCH_HAS_HCD=y
  3.1010 +CONFIG_USB_ARCH_HAS_OHCI=y
  3.1011 +CONFIG_USB=m
  3.1012 +# CONFIG_USB_DEBUG is not set
  3.1013 +
  3.1014 +#
  3.1015 +# Miscellaneous USB options
  3.1016 +#
  3.1017 +# CONFIG_USB_DEVICEFS is not set
  3.1018 +# CONFIG_USB_BANDWIDTH is not set
  3.1019 +# CONFIG_USB_DYNAMIC_MINORS is not set
  3.1020 +# CONFIG_USB_OTG is not set
  3.1021 +
  3.1022 +#
  3.1023 +# USB Host Controller Drivers
  3.1024 +#
  3.1025 +CONFIG_USB_EHCI_HCD=m
  3.1026 +# CONFIG_USB_EHCI_SPLIT_ISO is not set
  3.1027 +# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
  3.1028 +CONFIG_USB_ISP116X_HCD=m
  3.1029 +CONFIG_USB_OHCI_HCD=m
  3.1030 +# CONFIG_USB_OHCI_BIG_ENDIAN is not set
  3.1031 +CONFIG_USB_OHCI_LITTLE_ENDIAN=y
  3.1032 +CONFIG_USB_UHCI_HCD=m
  3.1033 +CONFIG_USB_SL811_HCD=m
  3.1034 +
  3.1035 +#
  3.1036 +# USB Device Class drivers
  3.1037 +#
  3.1038 +# CONFIG_USB_BLUETOOTH_TTY is not set
  3.1039 +CONFIG_USB_ACM=m
  3.1040 +CONFIG_USB_PRINTER=m
  3.1041 +
  3.1042 +#
  3.1043 +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be needed; see USB_STORAGE Help for more information
  3.1044 +#
  3.1045 +CONFIG_USB_STORAGE=m
  3.1046 +# CONFIG_USB_STORAGE_DEBUG is not set
  3.1047 +# CONFIG_USB_STORAGE_DATAFAB is not set
  3.1048 +# CONFIG_USB_STORAGE_FREECOM is not set
  3.1049 +# CONFIG_USB_STORAGE_ISD200 is not set
  3.1050 +# CONFIG_USB_STORAGE_DPCM is not set
  3.1051 +# CONFIG_USB_STORAGE_USBAT is not set
  3.1052 +# CONFIG_USB_STORAGE_SDDR09 is not set
  3.1053 +# CONFIG_USB_STORAGE_SDDR55 is not set
  3.1054 +# CONFIG_USB_STORAGE_JUMPSHOT is not set
  3.1055 +
  3.1056 +#
  3.1057 +# USB Input Devices
  3.1058 +#
  3.1059 +# CONFIG_USB_HID is not set
  3.1060 +
  3.1061 +#
  3.1062 +# USB HID Boot Protocol drivers
  3.1063 +#
  3.1064 +CONFIG_USB_KBD=m
  3.1065 +CONFIG_USB_MOUSE=m
  3.1066 +# CONFIG_USB_AIPTEK is not set
  3.1067 +# CONFIG_USB_WACOM is not set
  3.1068 +# CONFIG_USB_ACECAD is not set
  3.1069 +# CONFIG_USB_KBTAB is not set
  3.1070 +# CONFIG_USB_POWERMATE is not set
  3.1071 +# CONFIG_USB_MTOUCH is not set
  3.1072 +# CONFIG_USB_ITMTOUCH is not set
  3.1073 +# CONFIG_USB_EGALAX is not set
  3.1074 +# CONFIG_USB_YEALINK is not set
  3.1075 +# CONFIG_USB_XPAD is not set
  3.1076 +# CONFIG_USB_ATI_REMOTE is not set
  3.1077 +# CONFIG_USB_KEYSPAN_REMOTE is not set
  3.1078 +# CONFIG_USB_APPLETOUCH is not set
  3.1079 +
  3.1080 +#
  3.1081 +# USB Imaging devices
  3.1082 +#
  3.1083 +# CONFIG_USB_MDC800 is not set
  3.1084 +# CONFIG_USB_MICROTEK is not set
  3.1085 +
  3.1086 +#
  3.1087 +# USB Multimedia devices
  3.1088 +#
  3.1089 +# CONFIG_USB_DABUSB is not set
  3.1090 +
  3.1091 +#
  3.1092 +# Video4Linux support is needed for USB Multimedia device support
  3.1093 +#
  3.1094 +
  3.1095 +#
  3.1096 +# USB Network Adapters
  3.1097 +#
  3.1098 +# CONFIG_USB_CATC is not set
  3.1099 +# CONFIG_USB_KAWETH is not set
  3.1100 +# CONFIG_USB_PEGASUS is not set
  3.1101 +# CONFIG_USB_RTL8150 is not set
  3.1102 +# CONFIG_USB_USBNET is not set
  3.1103 +CONFIG_USB_MON=y
  3.1104 +
  3.1105 +#
  3.1106 +# USB port drivers
  3.1107 +#
  3.1108 +# CONFIG_USB_USS720 is not set
  3.1109 +
  3.1110 +#
  3.1111 +# USB Serial Converter support
  3.1112 +#
  3.1113 +CONFIG_USB_SERIAL=m
  3.1114 +# CONFIG_USB_SERIAL_GENERIC is not set
  3.1115 +# CONFIG_USB_SERIAL_AIRPRIME is not set
  3.1116 +# CONFIG_USB_SERIAL_BELKIN is not set
  3.1117 +# CONFIG_USB_SERIAL_WHITEHEAT is not set
  3.1118 +# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set
  3.1119 +# CONFIG_USB_SERIAL_CP2101 is not set
  3.1120 +# CONFIG_USB_SERIAL_CYPRESS_M8 is not set
  3.1121 +# CONFIG_USB_SERIAL_EMPEG is not set
  3.1122 +# CONFIG_USB_SERIAL_FTDI_SIO is not set
  3.1123 +# CONFIG_USB_SERIAL_VISOR is not set
  3.1124 +# CONFIG_USB_SERIAL_IPAQ is not set
  3.1125 +# CONFIG_USB_SERIAL_IR is not set
  3.1126 +# CONFIG_USB_SERIAL_EDGEPORT is not set
  3.1127 +# CONFIG_USB_SERIAL_EDGEPORT_TI is not set
  3.1128 +# CONFIG_USB_SERIAL_GARMIN is not set
  3.1129 +# CONFIG_USB_SERIAL_IPW is not set
  3.1130 +# CONFIG_USB_SERIAL_KEYSPAN_PDA is not set
  3.1131 +# CONFIG_USB_SERIAL_KEYSPAN is not set
  3.1132 +# CONFIG_USB_SERIAL_KLSI is not set
  3.1133 +# CONFIG_USB_SERIAL_KOBIL_SCT is not set
  3.1134 +# CONFIG_USB_SERIAL_MCT_U232 is not set
  3.1135 +# CONFIG_USB_SERIAL_PL2303 is not set
  3.1136 +# CONFIG_USB_SERIAL_HP4X is not set
  3.1137 +# CONFIG_USB_SERIAL_SAFE is not set
  3.1138 +# CONFIG_USB_SERIAL_TI is not set
  3.1139 +# CONFIG_USB_SERIAL_CYBERJACK is not set
  3.1140 +# CONFIG_USB_SERIAL_XIRCOM is not set
  3.1141 +# CONFIG_USB_SERIAL_OMNINET is not set
  3.1142 +
  3.1143 +#
  3.1144 +# USB Miscellaneous drivers
  3.1145 +#
  3.1146 +# CONFIG_USB_EMI62 is not set
  3.1147 +# CONFIG_USB_EMI26 is not set
  3.1148 +# CONFIG_USB_AUERSWALD is not set
  3.1149 +# CONFIG_USB_RIO500 is not set
  3.1150 +# CONFIG_USB_LEGOTOWER is not set
  3.1151 +# CONFIG_USB_LCD is not set
  3.1152 +# CONFIG_USB_LED is not set
  3.1153 +# CONFIG_USB_CYTHERM is not set
  3.1154 +# CONFIG_USB_PHIDGETKIT is not set
  3.1155 +# CONFIG_USB_PHIDGETSERVO is not set
  3.1156 +# CONFIG_USB_IDMOUSE is not set
  3.1157 +# CONFIG_USB_SISUSBVGA is not set
  3.1158 +# CONFIG_USB_LD is not set
  3.1159 +
  3.1160 +#
  3.1161 +# USB DSL modem support
  3.1162 +#
  3.1163 +
  3.1164 +#
  3.1165 +# USB Gadget Support
  3.1166 +#
  3.1167 +# CONFIG_USB_GADGET is not set
  3.1168 +
  3.1169 +#
  3.1170 +# MMC/SD Card support
  3.1171 +#
  3.1172 +# CONFIG_MMC is not set
  3.1173 +
  3.1174 +#
  3.1175 +# InfiniBand support
  3.1176 +#
  3.1177 +# CONFIG_INFINIBAND is not set
  3.1178 +
  3.1179 +#
  3.1180 +# SN Devices
  3.1181 +#
  3.1182 +
  3.1183 +#
  3.1184 +# File systems
  3.1185 +#
  3.1186 +# CONFIG_EXT2_FS is not set
  3.1187 +CONFIG_EXT3_FS=m
  3.1188 +# CONFIG_EXT3_FS_XATTR is not set
  3.1189 +CONFIG_JBD=m
  3.1190 +# CONFIG_JBD_DEBUG is not set
  3.1191 +CONFIG_REISERFS_FS=m
  3.1192 +# CONFIG_REISERFS_CHECK is not set
  3.1193 +# CONFIG_REISERFS_PROC_INFO is not set
  3.1194 +# CONFIG_REISERFS_FS_XATTR is not set
  3.1195 +# CONFIG_JFS_FS is not set
  3.1196 +# CONFIG_FS_POSIX_ACL is not set
  3.1197 +CONFIG_XFS_FS=m
  3.1198 +CONFIG_XFS_EXPORT=y
  3.1199 +# CONFIG_XFS_QUOTA is not set
  3.1200 +# CONFIG_XFS_SECURITY is not set
  3.1201 +# CONFIG_XFS_POSIX_ACL is not set
  3.1202 +# CONFIG_XFS_RT is not set
  3.1203 +# CONFIG_MINIX_FS is not set
  3.1204 +# CONFIG_ROMFS_FS is not set
  3.1205 +# CONFIG_INOTIFY is not set
  3.1206 +# CONFIG_QUOTA is not set
  3.1207 +# CONFIG_DNOTIFY is not set
  3.1208 +# CONFIG_AUTOFS_FS is not set
  3.1209 +# CONFIG_AUTOFS4_FS is not set
  3.1210 +CONFIG_FUSE_FS=m
  3.1211 +
  3.1212 +#
  3.1213 +# CD-ROM/DVD Filesystems
  3.1214 +#
  3.1215 +CONFIG_ISO9660_FS=m
  3.1216 +# CONFIG_JOLIET is not set
  3.1217 +# CONFIG_ZISOFS is not set
  3.1218 +# CONFIG_UDF_FS is not set
  3.1219 +
  3.1220 +#
  3.1221 +# DOS/FAT/NT Filesystems
  3.1222 +#
  3.1223 +CONFIG_FAT_FS=m
  3.1224 +CONFIG_MSDOS_FS=m
  3.1225 +CONFIG_VFAT_FS=m
  3.1226 +CONFIG_FAT_DEFAULT_CODEPAGE=437
  3.1227 +CONFIG_FAT_DEFAULT_IOCHARSET="utf8"
  3.1228 +CONFIG_NTFS_FS=m
  3.1229 +# CONFIG_NTFS_DEBUG is not set
  3.1230 +CONFIG_NTFS_RW=y
  3.1231 +
  3.1232 +#
  3.1233 +# Pseudo filesystems
  3.1234 +#
  3.1235 +CONFIG_PROC_FS=y
  3.1236 +# CONFIG_PROC_KCORE is not set
  3.1237 +CONFIG_SYSFS=y
  3.1238 +# CONFIG_TMPFS is not set
  3.1239 +# CONFIG_HUGETLBFS is not set
  3.1240 +# CONFIG_HUGETLB_PAGE is not set
  3.1241 +CONFIG_RAMFS=y
  3.1242 +# CONFIG_RELAYFS_FS is not set
  3.1243 +
  3.1244 +#
  3.1245 +# Miscellaneous filesystems
  3.1246 +#
  3.1247 +# CONFIG_ADFS_FS is not set
  3.1248 +# CONFIG_AFFS_FS is not set
  3.1249 +CONFIG_HFS_FS=m
  3.1250 +CONFIG_HFSPLUS_FS=m
  3.1251 +# CONFIG_BEFS_FS is not set
  3.1252 +# CONFIG_BFS_FS is not set
  3.1253 +# CONFIG_EFS_FS is not set
  3.1254 +# CONFIG_CRAMFS is not set
  3.1255 +# CONFIG_VXFS_FS is not set
  3.1256 +# CONFIG_HPFS_FS is not set
  3.1257 +# CONFIG_QNX4FS_FS is not set
  3.1258 +# CONFIG_SYSV_FS is not set
  3.1259 +# CONFIG_UFS_FS is not set
  3.1260 +
  3.1261 +#
  3.1262 +# Network File Systems
  3.1263 +#
  3.1264 +CONFIG_NFSD=m
  3.1265 +# CONFIG_NFSD_V3 is not set
  3.1266 +CONFIG_NFSD_TCP=y
  3.1267 +CONFIG_LOCKD=m
  3.1268 +CONFIG_EXPORTFS=m
  3.1269 +CONFIG_NFS_COMMON=y
  3.1270 +CONFIG_SUNRPC=m
  3.1271 +# CONFIG_RPCSEC_GSS_KRB5 is not set
  3.1272 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
  3.1273 +CONFIG_SMB_FS=m
  3.1274 +# CONFIG_SMB_NLS_DEFAULT is not set
  3.1275 +CONFIG_CIFS=m
  3.1276 +# CONFIG_CIFS_STATS is not set
  3.1277 +# CONFIG_CIFS_XATTR is not set
  3.1278 +# CONFIG_CIFS_EXPERIMENTAL is not set
  3.1279 +# CONFIG_NCP_FS is not set
  3.1280 +# CONFIG_CODA_FS is not set
  3.1281 +# CONFIG_AFS_FS is not set
  3.1282 +# CONFIG_9P_FS is not set
  3.1283 +
  3.1284 +#
  3.1285 +# Partition Types
  3.1286 +#
  3.1287 +CONFIG_PARTITION_ADVANCED=y
  3.1288 +# CONFIG_ACORN_PARTITION is not set
  3.1289 +# CONFIG_OSF_PARTITION is not set
  3.1290 +# CONFIG_AMIGA_PARTITION is not set
  3.1291 +# CONFIG_ATARI_PARTITION is not set
  3.1292 +# CONFIG_MAC_PARTITION is not set
  3.1293 +CONFIG_MSDOS_PARTITION=y
  3.1294 +# CONFIG_BSD_DISKLABEL is not set
  3.1295 +# CONFIG_MINIX_SUBPARTITION is not set
  3.1296 +# CONFIG_SOLARIS_X86_PARTITION is not set
  3.1297 +# CONFIG_UNIXWARE_DISKLABEL is not set
  3.1298 +# CONFIG_LDM_PARTITION is not set
  3.1299 +# CONFIG_SGI_PARTITION is not set
  3.1300 +# CONFIG_ULTRIX_PARTITION is not set
  3.1301 +# CONFIG_SUN_PARTITION is not set
  3.1302 +# CONFIG_EFI_PARTITION is not set
  3.1303 +
  3.1304 +#
  3.1305 +# Native Language Support
  3.1306 +#
  3.1307 +CONFIG_NLS=m
  3.1308 +CONFIG_NLS_DEFAULT="utf8"
  3.1309 +CONFIG_NLS_CODEPAGE_437=m
  3.1310 +# CONFIG_NLS_CODEPAGE_737 is not set
  3.1311 +# CONFIG_NLS_CODEPAGE_775 is not set
  3.1312 +# CONFIG_NLS_CODEPAGE_850 is not set
  3.1313 +# CONFIG_NLS_CODEPAGE_852 is not set
  3.1314 +# CONFIG_NLS_CODEPAGE_855 is not set
  3.1315 +# CONFIG_NLS_CODEPAGE_857 is not set
  3.1316 +# CONFIG_NLS_CODEPAGE_860 is not set
  3.1317 +# CONFIG_NLS_CODEPAGE_861 is not set
  3.1318 +# CONFIG_NLS_CODEPAGE_862 is not set
  3.1319 +# CONFIG_NLS_CODEPAGE_863 is not set
  3.1320 +# CONFIG_NLS_CODEPAGE_864 is not set
  3.1321 +# CONFIG_NLS_CODEPAGE_865 is not set
  3.1322 +# CONFIG_NLS_CODEPAGE_866 is not set
  3.1323 +# CONFIG_NLS_CODEPAGE_869 is not set
  3.1324 +# CONFIG_NLS_CODEPAGE_936 is not set
  3.1325 +# CONFIG_NLS_CODEPAGE_950 is not set
  3.1326 +# CONFIG_NLS_CODEPAGE_932 is not set
  3.1327 +# CONFIG_NLS_CODEPAGE_949 is not set
  3.1328 +# CONFIG_NLS_CODEPAGE_874 is not set
  3.1329 +# CONFIG_NLS_ISO8859_8 is not set
  3.1330 +# CONFIG_NLS_CODEPAGE_1250 is not set
  3.1331 +# CONFIG_NLS_CODEPAGE_1251 is not set
  3.1332 +# CONFIG_NLS_ASCII is not set
  3.1333 +# CONFIG_NLS_ISO8859_1 is not set
  3.1334 +# CONFIG_NLS_ISO8859_2 is not set
  3.1335 +# CONFIG_NLS_ISO8859_3 is not set
  3.1336 +# CONFIG_NLS_ISO8859_4 is not set
  3.1337 +# CONFIG_NLS_ISO8859_5 is not set
  3.1338 +# CONFIG_NLS_ISO8859_6 is not set
  3.1339 +# CONFIG_NLS_ISO8859_7 is not set
  3.1340 +# CONFIG_NLS_ISO8859_9 is not set
  3.1341 +# CONFIG_NLS_ISO8859_13 is not set
  3.1342 +# CONFIG_NLS_ISO8859_14 is not set
  3.1343 +# CONFIG_NLS_ISO8859_15 is not set
  3.1344 +# CONFIG_NLS_KOI8_R is not set
  3.1345 +# CONFIG_NLS_KOI8_U is not set
  3.1346 +CONFIG_NLS_UTF8=m
  3.1347 +
  3.1348 +#
  3.1349 +# Profiling support
  3.1350 +#
  3.1351 +# CONFIG_PROFILING is not set
  3.1352 +
  3.1353 +#
  3.1354 +# Kernel hacking
  3.1355 +#
  3.1356 +# CONFIG_PRINTK_TIME is not set
  3.1357 +# CONFIG_DEBUG_KERNEL is not set
  3.1358 +CONFIG_LOG_BUF_SHIFT=14
  3.1359 +CONFIG_EARLY_PRINTK=y
  3.1360 +
  3.1361 +#
  3.1362 +# Security options
  3.1363 +#
  3.1364 +# CONFIG_KEYS is not set
  3.1365 +# CONFIG_SECURITY is not set
  3.1366 +
  3.1367 +#
  3.1368 +# Cryptographic options
  3.1369 +#
  3.1370 +# CONFIG_CRYPTO is not set
  3.1371 +
  3.1372 +#
  3.1373 +# Hardware crypto devices
  3.1374 +#
  3.1375 +
  3.1376 +#
  3.1377 +# Library routines
  3.1378 +#
  3.1379 +CONFIG_CRC_CCITT=m
  3.1380 +# CONFIG_CRC16 is not set
  3.1381 +CONFIG_CRC32=y
  3.1382 +# CONFIG_LIBCRC32C is not set
  3.1383 +CONFIG_ZLIB_INFLATE=m
  3.1384 +CONFIG_ZLIB_DEFLATE=m
  3.1385 +CONFIG_GENERIC_HARDIRQS=y
  3.1386 +CONFIG_GENERIC_IRQ_PROBE=y
  3.1387 +CONFIG_X86_BIOS_REBOOT=y