[PATCH] x86-64: Fix show_mem a little bit
[deliverable/linux.git] / arch / um / defconfig
CommitLineData
1da177e4
LT
1#
2# Automatically generated make config: don't edit
d67b569f
JD
3# Linux kernel version: 2.6.12-rc6-mm1
4# Tue Jun 14 18:22:21 2005
1da177e4
LT
5#
6CONFIG_GENERIC_HARDIRQS=y
7CONFIG_UML=y
8CONFIG_MMU=y
9CONFIG_UID16=y
10CONFIG_RWSEM_GENERIC_SPINLOCK=y
11CONFIG_GENERIC_CALIBRATE_DELAY=y
12
13#
14# UML-specific options
15#
d67b569f
JD
16# CONFIG_MODE_TT is not set
17# CONFIG_STATIC_LINK is not set
1da177e4 18CONFIG_MODE_SKAS=y
c45166be
PBG
19CONFIG_UML_X86=y
20# CONFIG_64BIT is not set
1da177e4
LT
21CONFIG_TOP_ADDR=0xc0000000
22# CONFIG_3_LEVEL_PGTABLES is not set
d67b569f
JD
23CONFIG_STUB_CODE=0xbfffe000
24CONFIG_STUB_DATA=0xbffff000
25CONFIG_STUB_START=0xbfffe000
1da177e4
LT
26CONFIG_ARCH_HAS_SC_SIGNALS=y
27CONFIG_ARCH_REUSE_HOST_VSYSCALL_AREA=y
d67b569f
JD
28CONFIG_SELECT_MEMORY_MODEL=y
29CONFIG_FLATMEM_MANUAL=y
30# CONFIG_DISCONTIGMEM_MANUAL is not set
31# CONFIG_SPARSEMEM_MANUAL is not set
32CONFIG_FLATMEM=y
33CONFIG_FLAT_NODE_MEM_MAP=y
34CONFIG_LD_SCRIPT_DYN=y
1da177e4
LT
35CONFIG_NET=y
36CONFIG_BINFMT_ELF=y
37CONFIG_BINFMT_MISC=m
d67b569f 38# CONFIG_HOSTFS is not set
1da177e4
LT
39CONFIG_MCONSOLE=y
40# CONFIG_MAGIC_SYSRQ is not set
41# CONFIG_HOST_2G_2G is not set
1da177e4
LT
42CONFIG_NEST_LEVEL=0
43CONFIG_KERNEL_HALF_GIGS=1
44# CONFIG_HIGHMEM is not set
45CONFIG_KERNEL_STACK_ORDER=2
46CONFIG_UML_REAL_TIME_CLOCK=y
47
48#
49# Code maturity level options
50#
51CONFIG_EXPERIMENTAL=y
52CONFIG_CLEAN_COMPILE=y
53CONFIG_BROKEN_ON_SMP=y
c45166be 54CONFIG_INIT_ENV_ARG_LIMIT=32
1da177e4
LT
55
56#
57# General setup
58#
59CONFIG_LOCALVERSION=""
60CONFIG_SWAP=y
61CONFIG_SYSVIPC=y
62CONFIG_POSIX_MQUEUE=y
63CONFIG_BSD_PROCESS_ACCT=y
64# CONFIG_BSD_PROCESS_ACCT_V3 is not set
65CONFIG_SYSCTL=y
66# CONFIG_AUDIT is not set
67# CONFIG_HOTPLUG is not set
68CONFIG_KOBJECT_UEVENT=y
69CONFIG_IKCONFIG=y
70CONFIG_IKCONFIG_PROC=y
71# CONFIG_EMBEDDED is not set
72CONFIG_KALLSYMS=y
73# CONFIG_KALLSYMS_ALL is not set
74CONFIG_KALLSYMS_EXTRA_PASS=y
d67b569f
JD
75CONFIG_PRINTK=y
76CONFIG_BUG=y
1da177e4
LT
77CONFIG_BASE_FULL=y
78CONFIG_FUTEX=y
79CONFIG_EPOLL=y
80CONFIG_SHMEM=y
81CONFIG_CC_ALIGN_FUNCTIONS=0
82CONFIG_CC_ALIGN_LABELS=0
83CONFIG_CC_ALIGN_LOOPS=0
84CONFIG_CC_ALIGN_JUMPS=0
85# CONFIG_TINY_SHMEM is not set
86CONFIG_BASE_SMALL=0
87
88#
89# Loadable module support
90#
91CONFIG_MODULES=y
92CONFIG_MODULE_UNLOAD=y
93# CONFIG_MODULE_FORCE_UNLOAD is not set
94CONFIG_OBSOLETE_MODPARM=y
d67b569f 95# CONFIG_MODVERSIONS is not set
1da177e4
LT
96# CONFIG_MODULE_SRCVERSION_ALL is not set
97CONFIG_KMOD=y
98
99#
100# Generic Driver Options
101#
102CONFIG_STANDALONE=y
103CONFIG_PREVENT_FIRMWARE_BUILD=y
104# CONFIG_FW_LOADER is not set
105# CONFIG_DEBUG_DRIVER is not set
106
107#
108# Character Devices
109#
110CONFIG_STDERR_CONSOLE=y
111CONFIG_STDIO_CONSOLE=y
112CONFIG_SSL=y
113CONFIG_NULL_CHAN=y
114CONFIG_PORT_CHAN=y
115CONFIG_PTY_CHAN=y
116CONFIG_TTY_CHAN=y
117CONFIG_XTERM_CHAN=y
118# CONFIG_NOCONFIG_CHAN is not set
119CONFIG_CON_ZERO_CHAN="fd:0,fd:1"
120CONFIG_CON_CHAN="xterm"
121CONFIG_SSL_CHAN="pty"
122CONFIG_UNIX98_PTYS=y
123CONFIG_LEGACY_PTYS=y
124CONFIG_LEGACY_PTY_COUNT=256
125# CONFIG_WATCHDOG is not set
126CONFIG_UML_SOUND=m
127CONFIG_SOUND=m
128CONFIG_HOSTAUDIO=m
129CONFIG_UML_RANDOM=y
d67b569f 130# CONFIG_MMAPPER is not set
1da177e4
LT
131
132#
133# Block devices
134#
135CONFIG_BLK_DEV_UBD=y
136CONFIG_BLK_DEV_UBD_SYNC=y
137CONFIG_BLK_DEV_COW_COMMON=y
138CONFIG_BLK_DEV_LOOP=m
139# CONFIG_BLK_DEV_CRYPTOLOOP is not set
140CONFIG_BLK_DEV_NBD=m
141# CONFIG_BLK_DEV_RAM is not set
142CONFIG_BLK_DEV_RAM_COUNT=16
143CONFIG_INITRAMFS_SOURCE=""
144# CONFIG_LBD is not set
145
146#
147# IO Schedulers
148#
149CONFIG_IOSCHED_NOOP=y
150CONFIG_IOSCHED_AS=y
151CONFIG_IOSCHED_DEADLINE=y
152CONFIG_IOSCHED_CFQ=y
153# CONFIG_ATA_OVER_ETH is not set
154CONFIG_NETDEVICES=y
155
156#
157# UML Network Devices
158#
159CONFIG_UML_NET=y
160CONFIG_UML_NET_ETHERTAP=y
161CONFIG_UML_NET_TUNTAP=y
162CONFIG_UML_NET_SLIP=y
163CONFIG_UML_NET_DAEMON=y
164CONFIG_UML_NET_MCAST=y
165CONFIG_UML_NET_SLIRP=y
166
167#
168# Networking support
169#
170
171#
172# Networking options
173#
174CONFIG_PACKET=y
175CONFIG_PACKET_MMAP=y
1da177e4
LT
176CONFIG_UNIX=y
177# CONFIG_NET_KEY is not set
178CONFIG_INET=y
179# CONFIG_IP_MULTICAST is not set
180# CONFIG_IP_ADVANCED_ROUTER is not set
181# CONFIG_IP_PNP is not set
182# CONFIG_NET_IPIP is not set
183# CONFIG_NET_IPGRE is not set
184# CONFIG_ARPD is not set
185# CONFIG_SYN_COOKIES is not set
186# CONFIG_INET_AH is not set
187# CONFIG_INET_ESP is not set
188# CONFIG_INET_IPCOMP is not set
189# CONFIG_INET_TUNNEL is not set
190CONFIG_IP_TCPDIAG=y
191# CONFIG_IP_TCPDIAG_IPV6 is not set
d67b569f
JD
192
193#
194# TCP congestion control
195#
196CONFIG_TCP_CONG_BIC=y
197CONFIG_TCP_CONG_WESTWOOD=y
198CONFIG_TCP_CONG_HTCP=y
199# CONFIG_TCP_CONG_HSTCP is not set
200# CONFIG_TCP_CONG_HYBLA is not set
201# CONFIG_TCP_CONG_VEGAS is not set
202# CONFIG_TCP_CONG_SCALABLE is not set
1da177e4
LT
203# CONFIG_IPV6 is not set
204# CONFIG_NETFILTER is not set
205
206#
207# SCTP Configuration (EXPERIMENTAL)
208#
209# CONFIG_IP_SCTP is not set
210# CONFIG_ATM is not set
211# CONFIG_BRIDGE is not set
212# CONFIG_VLAN_8021Q is not set
213# CONFIG_DECNET is not set
214# CONFIG_LLC2 is not set
215# CONFIG_IPX is not set
216# CONFIG_ATALK is not set
217# CONFIG_X25 is not set
218# CONFIG_LAPB is not set
219# CONFIG_NET_DIVERT is not set
220# CONFIG_ECONET is not set
221# CONFIG_WAN_ROUTER is not set
222
223#
224# QoS and/or fair queueing
225#
226# CONFIG_NET_SCHED is not set
227# CONFIG_NET_CLS_ROUTE is not set
228
229#
230# Network testing
231#
232# CONFIG_NET_PKTGEN is not set
d67b569f 233# CONFIG_KGDBOE is not set
1da177e4 234# CONFIG_NETPOLL is not set
d67b569f
JD
235# CONFIG_NETPOLL_RX is not set
236# CONFIG_NETPOLL_TRAP is not set
1da177e4
LT
237# CONFIG_NET_POLL_CONTROLLER is not set
238# CONFIG_HAMRADIO is not set
239# CONFIG_IRDA is not set
240# CONFIG_BT is not set
d67b569f 241# CONFIG_IEEE80211 is not set
1da177e4
LT
242CONFIG_DUMMY=m
243# CONFIG_BONDING is not set
244# CONFIG_EQUALIZER is not set
245CONFIG_TUN=m
246
247#
248# Wan interfaces
249#
250# CONFIG_WAN is not set
251CONFIG_PPP=m
252# CONFIG_PPP_MULTILINK is not set
253# CONFIG_PPP_FILTER is not set
254# CONFIG_PPP_ASYNC is not set
255# CONFIG_PPP_SYNC_TTY is not set
256# CONFIG_PPP_DEFLATE is not set
257# CONFIG_PPP_BSDCOMP is not set
d67b569f 258# CONFIG_PPP_MPPE is not set
1da177e4
LT
259# CONFIG_PPPOE is not set
260CONFIG_SLIP=m
261# CONFIG_SLIP_COMPRESSED is not set
262# CONFIG_SLIP_SMART is not set
263# CONFIG_SLIP_MODE_SLIP6 is not set
264# CONFIG_SHAPER is not set
265# CONFIG_NETCONSOLE is not set
266
267#
268# File systems
269#
270CONFIG_EXT2_FS=y
271# CONFIG_EXT2_FS_XATTR is not set
d67b569f 272# CONFIG_EXT2_FS_XIP is not set
1da177e4
LT
273CONFIG_EXT3_FS=y
274# CONFIG_EXT3_FS_XATTR is not set
275CONFIG_JBD=y
276# CONFIG_JBD_DEBUG is not set
d67b569f 277# CONFIG_REISER4_FS is not set
1da177e4
LT
278CONFIG_REISERFS_FS=y
279# CONFIG_REISERFS_CHECK is not set
280# CONFIG_REISERFS_PROC_INFO is not set
281# CONFIG_REISERFS_FS_XATTR is not set
282# CONFIG_JFS_FS is not set
283
284#
285# XFS support
286#
287# CONFIG_XFS_FS is not set
288# CONFIG_MINIX_FS is not set
289# CONFIG_ROMFS_FS is not set
d67b569f 290CONFIG_INOTIFY=y
1da177e4
LT
291CONFIG_QUOTA=y
292# CONFIG_QFMT_V1 is not set
293# CONFIG_QFMT_V2 is not set
294CONFIG_QUOTACTL=y
295CONFIG_DNOTIFY=y
296CONFIG_AUTOFS_FS=m
297CONFIG_AUTOFS4_FS=m
298
d67b569f
JD
299#
300# Caches
301#
302# CONFIG_FSCACHE is not set
303# CONFIG_FUSE_FS is not set
304
1da177e4
LT
305#
306# CD-ROM/DVD Filesystems
307#
308CONFIG_ISO9660_FS=m
309CONFIG_JOLIET=y
310# CONFIG_ZISOFS is not set
311# CONFIG_UDF_FS is not set
312
313#
314# DOS/FAT/NT Filesystems
315#
316# CONFIG_MSDOS_FS is not set
317# CONFIG_VFAT_FS is not set
318# CONFIG_NTFS_FS is not set
319
320#
321# Pseudo filesystems
322#
323CONFIG_PROC_FS=y
324CONFIG_PROC_KCORE=y
325CONFIG_SYSFS=y
326# CONFIG_DEVFS_FS is not set
327# CONFIG_DEVPTS_FS_XATTR is not set
328CONFIG_TMPFS=y
329# CONFIG_TMPFS_XATTR is not set
330# CONFIG_HUGETLB_PAGE is not set
331CONFIG_RAMFS=y
d67b569f
JD
332# CONFIG_CONFIGFS_FS is not set
333# CONFIG_RELAYFS_FS is not set
1da177e4
LT
334
335#
336# Miscellaneous filesystems
337#
338# CONFIG_ADFS_FS is not set
339# CONFIG_AFFS_FS is not set
340# CONFIG_HFS_FS is not set
341# CONFIG_HFSPLUS_FS is not set
342# CONFIG_BEFS_FS is not set
343# CONFIG_BFS_FS is not set
344# CONFIG_EFS_FS is not set
345# CONFIG_CRAMFS is not set
346# CONFIG_VXFS_FS is not set
347# CONFIG_HPFS_FS is not set
348# CONFIG_QNX4FS_FS is not set
349# CONFIG_SYSV_FS is not set
350# CONFIG_UFS_FS is not set
351
352#
353# Network File Systems
354#
355# CONFIG_NFS_FS is not set
356# CONFIG_NFSD is not set
357# CONFIG_SMB_FS is not set
358# CONFIG_CIFS is not set
359# CONFIG_NCP_FS is not set
360# CONFIG_CODA_FS is not set
361# CONFIG_AFS_FS is not set
d67b569f 362# CONFIG_9P_FS is not set
1da177e4
LT
363
364#
365# Partition Types
366#
367# CONFIG_PARTITION_ADVANCED is not set
368CONFIG_MSDOS_PARTITION=y
369
370#
371# Native Language Support
372#
373CONFIG_NLS=y
374CONFIG_NLS_DEFAULT="iso8859-1"
375# CONFIG_NLS_CODEPAGE_437 is not set
376# CONFIG_NLS_CODEPAGE_737 is not set
377# CONFIG_NLS_CODEPAGE_775 is not set
378# CONFIG_NLS_CODEPAGE_850 is not set
379# CONFIG_NLS_CODEPAGE_852 is not set
380# CONFIG_NLS_CODEPAGE_855 is not set
381# CONFIG_NLS_CODEPAGE_857 is not set
382# CONFIG_NLS_CODEPAGE_860 is not set
383# CONFIG_NLS_CODEPAGE_861 is not set
384# CONFIG_NLS_CODEPAGE_862 is not set
385# CONFIG_NLS_CODEPAGE_863 is not set
386# CONFIG_NLS_CODEPAGE_864 is not set
387# CONFIG_NLS_CODEPAGE_865 is not set
388# CONFIG_NLS_CODEPAGE_866 is not set
389# CONFIG_NLS_CODEPAGE_869 is not set
390# CONFIG_NLS_CODEPAGE_936 is not set
391# CONFIG_NLS_CODEPAGE_950 is not set
392# CONFIG_NLS_CODEPAGE_932 is not set
393# CONFIG_NLS_CODEPAGE_949 is not set
394# CONFIG_NLS_CODEPAGE_874 is not set
395# CONFIG_NLS_ISO8859_8 is not set
396# CONFIG_NLS_CODEPAGE_1250 is not set
397# CONFIG_NLS_CODEPAGE_1251 is not set
398# CONFIG_NLS_ASCII is not set
399# CONFIG_NLS_ISO8859_1 is not set
400# CONFIG_NLS_ISO8859_2 is not set
401# CONFIG_NLS_ISO8859_3 is not set
402# CONFIG_NLS_ISO8859_4 is not set
403# CONFIG_NLS_ISO8859_5 is not set
404# CONFIG_NLS_ISO8859_6 is not set
405# CONFIG_NLS_ISO8859_7 is not set
406# CONFIG_NLS_ISO8859_9 is not set
407# CONFIG_NLS_ISO8859_13 is not set
408# CONFIG_NLS_ISO8859_14 is not set
409# CONFIG_NLS_ISO8859_15 is not set
410# CONFIG_NLS_KOI8_R is not set
411# CONFIG_NLS_KOI8_U is not set
412# CONFIG_NLS_UTF8 is not set
413
414#
415# Security options
416#
417# CONFIG_KEYS is not set
418# CONFIG_SECURITY is not set
419
420#
421# Cryptographic options
422#
423# CONFIG_CRYPTO is not set
424
425#
426# Hardware crypto devices
427#
428
429#
430# Library routines
431#
432# CONFIG_CRC_CCITT is not set
433CONFIG_CRC32=m
434# CONFIG_LIBCRC32C is not set
435
436#
437# Multi-device support (RAID and LVM)
438#
439# CONFIG_MD is not set
440# CONFIG_INPUT is not set
441
442#
443# Kernel hacking
444#
445# CONFIG_PRINTK_TIME is not set
446CONFIG_DEBUG_KERNEL=y
447CONFIG_LOG_BUF_SHIFT=14
d67b569f 448CONFIG_DETECT_SOFTLOCKUP=y
1da177e4 449# CONFIG_SCHEDSTATS is not set
d67b569f 450CONFIG_DEBUG_SLAB=y
1da177e4
LT
451# CONFIG_DEBUG_SPINLOCK is not set
452# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
453# CONFIG_DEBUG_KOBJECT is not set
454CONFIG_DEBUG_INFO=y
455# CONFIG_DEBUG_FS is not set
456CONFIG_FRAME_POINTER=y
d67b569f 457# CONFIG_GPROF is not set
1da177e4
LT
458# CONFIG_GCOV is not set
459# CONFIG_SYSCALL_DEBUG is not set
This page took 0.1559 seconds and 5 git commands to generate.