diff options
author | Richard Weinberger <richard@nod.at> | 2012-03-24 19:23:57 -0400 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2012-03-24 19:46:51 -0400 |
commit | 3463ff4439661d8107ac024329b5fe01d6e5117b (patch) | |
tree | ca972021f7797a80d7fafd7b059e14f1d71dcbc4 /arch/um | |
parent | 12783aa077f81e0dcf1b2f97ed24440048e9f09d (diff) |
um: Update defconfig
Enable ext4, cgroups and devtmpfs.
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/um')
-rw-r--r-- | arch/um/defconfig | 655 |
1 files changed, 471 insertions, 184 deletions
diff --git a/arch/um/defconfig b/arch/um/defconfig index 761f5e1a657e..fdc97e2c3d73 100644 --- a/arch/um/defconfig +++ b/arch/um/defconfig | |||
@@ -1,10 +1,8 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated file; DO NOT EDIT. |
3 | # Linux kernel version: 2.6.24 | 3 | # User Mode Linux/i386 3.3.0 Kernel Configuration |
4 | # Thu Feb 7 11:48:55 2008 | ||
5 | # | 4 | # |
6 | CONFIG_DEFCONFIG_LIST="arch/$ARCH/defconfig" | 5 | CONFIG_DEFCONFIG_LIST="arch/$ARCH/defconfig" |
7 | CONFIG_GENERIC_HARDIRQS=y | ||
8 | CONFIG_UML=y | 6 | CONFIG_UML=y |
9 | CONFIG_MMU=y | 7 | CONFIG_MMU=y |
10 | CONFIG_NO_IOMEM=y | 8 | CONFIG_NO_IOMEM=y |
@@ -20,12 +18,10 @@ CONFIG_HZ=100 | |||
20 | # | 18 | # |
21 | # UML-specific options | 19 | # UML-specific options |
22 | # | 20 | # |
23 | # CONFIG_STATIC_LINK is not set | ||
24 | 21 | ||
25 | # | 22 | # |
26 | # Host processor type and features | 23 | # Host processor type and features |
27 | # | 24 | # |
28 | # CONFIG_M386 is not set | ||
29 | # CONFIG_M486 is not set | 25 | # CONFIG_M486 is not set |
30 | # CONFIG_M586 is not set | 26 | # CONFIG_M586 is not set |
31 | # CONFIG_M586TSC is not set | 27 | # CONFIG_M586TSC is not set |
@@ -41,17 +37,17 @@ CONFIG_M686=y | |||
41 | # CONFIG_MCRUSOE is not set | 37 | # CONFIG_MCRUSOE is not set |
42 | # CONFIG_MEFFICEON is not set | 38 | # CONFIG_MEFFICEON is not set |
43 | # CONFIG_MWINCHIPC6 is not set | 39 | # CONFIG_MWINCHIPC6 is not set |
44 | # CONFIG_MWINCHIP2 is not set | ||
45 | # CONFIG_MWINCHIP3D is not set | 40 | # CONFIG_MWINCHIP3D is not set |
41 | # CONFIG_MELAN is not set | ||
46 | # CONFIG_MGEODEGX1 is not set | 42 | # CONFIG_MGEODEGX1 is not set |
47 | # CONFIG_MGEODE_LX is not set | 43 | # CONFIG_MGEODE_LX is not set |
48 | # CONFIG_MCYRIXIII is not set | 44 | # CONFIG_MCYRIXIII is not set |
49 | # CONFIG_MVIAC3_2 is not set | 45 | # CONFIG_MVIAC3_2 is not set |
50 | # CONFIG_MVIAC7 is not set | 46 | # CONFIG_MVIAC7 is not set |
51 | # CONFIG_MPSC is not set | ||
52 | # CONFIG_MCORE2 is not set | 47 | # CONFIG_MCORE2 is not set |
53 | # CONFIG_GENERIC_CPU is not set | 48 | # CONFIG_MATOM is not set |
54 | # CONFIG_X86_GENERIC is not set | 49 | # CONFIG_X86_GENERIC is not set |
50 | CONFIG_X86_INTERNODE_CACHE_SHIFT=5 | ||
55 | CONFIG_X86_CMPXCHG=y | 51 | CONFIG_X86_CMPXCHG=y |
56 | CONFIG_X86_L1_CACHE_SHIFT=5 | 52 | CONFIG_X86_L1_CACHE_SHIFT=5 |
57 | CONFIG_X86_XADD=y | 53 | CONFIG_X86_XADD=y |
@@ -60,47 +56,59 @@ CONFIG_X86_WP_WORKS_OK=y | |||
60 | CONFIG_X86_INVLPG=y | 56 | CONFIG_X86_INVLPG=y |
61 | CONFIG_X86_BSWAP=y | 57 | CONFIG_X86_BSWAP=y |
62 | CONFIG_X86_POPAD_OK=y | 58 | CONFIG_X86_POPAD_OK=y |
63 | CONFIG_X86_GOOD_APIC=y | ||
64 | CONFIG_X86_USE_PPRO_CHECKSUM=y | 59 | CONFIG_X86_USE_PPRO_CHECKSUM=y |
65 | CONFIG_X86_TSC=y | 60 | CONFIG_X86_TSC=y |
61 | CONFIG_X86_CMPXCHG64=y | ||
66 | CONFIG_X86_CMOV=y | 62 | CONFIG_X86_CMOV=y |
67 | CONFIG_X86_MINIMUM_CPU_FAMILY=4 | 63 | CONFIG_X86_MINIMUM_CPU_FAMILY=5 |
68 | CONFIG_X86_DEBUGCTLMSR=y | 64 | CONFIG_CPU_SUP_INTEL=y |
65 | CONFIG_CPU_SUP_CYRIX_32=y | ||
66 | CONFIG_CPU_SUP_AMD=y | ||
67 | CONFIG_CPU_SUP_CENTAUR=y | ||
68 | CONFIG_CPU_SUP_TRANSMETA_32=y | ||
69 | CONFIG_CPU_SUP_UMC_32=y | ||
69 | CONFIG_UML_X86=y | 70 | CONFIG_UML_X86=y |
70 | CONFIG_X86_32=y | ||
71 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | ||
72 | # CONFIG_64BIT is not set | 71 | # CONFIG_64BIT is not set |
73 | CONFIG_SEMAPHORE_SLEEPERS=y | 72 | CONFIG_X86_32=y |
73 | # CONFIG_X86_64 is not set | ||
74 | # CONFIG_RWSEM_XCHGADD_ALGORITHM is not set | ||
75 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
74 | # CONFIG_3_LEVEL_PGTABLES is not set | 76 | # CONFIG_3_LEVEL_PGTABLES is not set |
75 | CONFIG_ARCH_HAS_SC_SIGNALS=y | 77 | CONFIG_ARCH_HAS_SC_SIGNALS=y |
76 | CONFIG_ARCH_REUSE_HOST_VSYSCALL_AREA=y | 78 | CONFIG_ARCH_REUSE_HOST_VSYSCALL_AREA=y |
77 | CONFIG_GENERIC_HWEIGHT=y | 79 | CONFIG_GENERIC_HWEIGHT=y |
80 | # CONFIG_STATIC_LINK is not set | ||
78 | CONFIG_SELECT_MEMORY_MODEL=y | 81 | CONFIG_SELECT_MEMORY_MODEL=y |
79 | CONFIG_FLATMEM_MANUAL=y | 82 | CONFIG_FLATMEM_MANUAL=y |
80 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
81 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
82 | CONFIG_FLATMEM=y | 83 | CONFIG_FLATMEM=y |
83 | CONFIG_FLAT_NODE_MEM_MAP=y | 84 | CONFIG_FLAT_NODE_MEM_MAP=y |
84 | # CONFIG_SPARSEMEM_STATIC is not set | 85 | CONFIG_PAGEFLAGS_EXTENDED=y |
85 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | ||
86 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 86 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
87 | # CONFIG_RESOURCES_64BIT is not set | 87 | # CONFIG_COMPACTION is not set |
88 | # CONFIG_PHYS_ADDR_T_64BIT is not set | ||
88 | CONFIG_ZONE_DMA_FLAG=0 | 89 | CONFIG_ZONE_DMA_FLAG=0 |
89 | CONFIG_VIRT_TO_BUS=y | 90 | CONFIG_VIRT_TO_BUS=y |
91 | # CONFIG_KSM is not set | ||
92 | CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 | ||
93 | CONFIG_NEED_PER_CPU_KM=y | ||
94 | # CONFIG_CLEANCACHE is not set | ||
90 | CONFIG_TICK_ONESHOT=y | 95 | CONFIG_TICK_ONESHOT=y |
91 | CONFIG_NO_HZ=y | 96 | CONFIG_NO_HZ=y |
92 | CONFIG_HIGH_RES_TIMERS=y | 97 | CONFIG_HIGH_RES_TIMERS=y |
93 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y | 98 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y |
94 | CONFIG_LD_SCRIPT_DYN=y | 99 | CONFIG_LD_SCRIPT_DYN=y |
95 | CONFIG_BINFMT_ELF=y | 100 | CONFIG_BINFMT_ELF=y |
101 | CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y | ||
102 | CONFIG_HAVE_AOUT=y | ||
96 | # CONFIG_BINFMT_AOUT is not set | 103 | # CONFIG_BINFMT_AOUT is not set |
97 | CONFIG_BINFMT_MISC=m | 104 | CONFIG_BINFMT_MISC=m |
98 | CONFIG_HOSTFS=y | 105 | CONFIG_HOSTFS=y |
99 | # CONFIG_HPPFS is not set | 106 | # CONFIG_HPPFS is not set |
100 | CONFIG_MCONSOLE=y | 107 | CONFIG_MCONSOLE=y |
101 | CONFIG_MAGIC_SYSRQ=y | 108 | CONFIG_MAGIC_SYSRQ=y |
102 | # CONFIG_HIGHMEM is not set | ||
103 | CONFIG_KERNEL_STACK_ORDER=0 | 109 | CONFIG_KERNEL_STACK_ORDER=0 |
110 | # CONFIG_MMAPPER is not set | ||
111 | CONFIG_NO_DMA=y | ||
104 | 112 | ||
105 | # | 113 | # |
106 | # General setup | 114 | # General setup |
@@ -108,99 +116,169 @@ CONFIG_KERNEL_STACK_ORDER=0 | |||
108 | CONFIG_EXPERIMENTAL=y | 116 | CONFIG_EXPERIMENTAL=y |
109 | CONFIG_BROKEN_ON_SMP=y | 117 | CONFIG_BROKEN_ON_SMP=y |
110 | CONFIG_INIT_ENV_ARG_LIMIT=128 | 118 | CONFIG_INIT_ENV_ARG_LIMIT=128 |
119 | CONFIG_CROSS_COMPILE="" | ||
111 | CONFIG_LOCALVERSION="" | 120 | CONFIG_LOCALVERSION="" |
112 | CONFIG_LOCALVERSION_AUTO=y | 121 | CONFIG_LOCALVERSION_AUTO=y |
122 | CONFIG_DEFAULT_HOSTNAME="(none)" | ||
113 | CONFIG_SWAP=y | 123 | CONFIG_SWAP=y |
114 | CONFIG_SYSVIPC=y | 124 | CONFIG_SYSVIPC=y |
115 | CONFIG_SYSVIPC_SYSCTL=y | 125 | CONFIG_SYSVIPC_SYSCTL=y |
116 | CONFIG_POSIX_MQUEUE=y | 126 | CONFIG_POSIX_MQUEUE=y |
127 | CONFIG_POSIX_MQUEUE_SYSCTL=y | ||
117 | CONFIG_BSD_PROCESS_ACCT=y | 128 | CONFIG_BSD_PROCESS_ACCT=y |
118 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set | 129 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set |
130 | # CONFIG_FHANDLE is not set | ||
119 | # CONFIG_TASKSTATS is not set | 131 | # CONFIG_TASKSTATS is not set |
120 | # CONFIG_USER_NS is not set | ||
121 | # CONFIG_PID_NS is not set | ||
122 | # CONFIG_AUDIT is not set | 132 | # CONFIG_AUDIT is not set |
133 | CONFIG_HAVE_GENERIC_HARDIRQS=y | ||
134 | |||
135 | # | ||
136 | # IRQ subsystem | ||
137 | # | ||
138 | CONFIG_GENERIC_HARDIRQS=y | ||
139 | CONFIG_GENERIC_IRQ_SHOW=y | ||
140 | |||
141 | # | ||
142 | # RCU Subsystem | ||
143 | # | ||
144 | CONFIG_TINY_RCU=y | ||
145 | # CONFIG_PREEMPT_RCU is not set | ||
146 | # CONFIG_RCU_TRACE is not set | ||
147 | # CONFIG_TREE_RCU_TRACE is not set | ||
123 | CONFIG_IKCONFIG=y | 148 | CONFIG_IKCONFIG=y |
124 | CONFIG_IKCONFIG_PROC=y | 149 | CONFIG_IKCONFIG_PROC=y |
125 | CONFIG_LOG_BUF_SHIFT=14 | 150 | CONFIG_LOG_BUF_SHIFT=14 |
126 | # CONFIG_CGROUPS is not set | 151 | CONFIG_CGROUPS=y |
152 | # CONFIG_CGROUP_DEBUG is not set | ||
153 | CONFIG_CGROUP_FREEZER=y | ||
154 | CONFIG_CGROUP_DEVICE=y | ||
155 | CONFIG_CPUSETS=y | ||
156 | CONFIG_PROC_PID_CPUSET=y | ||
157 | CONFIG_CGROUP_CPUACCT=y | ||
158 | CONFIG_RESOURCE_COUNTERS=y | ||
159 | CONFIG_CGROUP_MEM_RES_CTLR=y | ||
160 | CONFIG_CGROUP_MEM_RES_CTLR_SWAP=y | ||
161 | # CONFIG_CGROUP_MEM_RES_CTLR_SWAP_ENABLED is not set | ||
162 | # CONFIG_CGROUP_MEM_RES_CTLR_KMEM is not set | ||
163 | CONFIG_CGROUP_SCHED=y | ||
127 | CONFIG_FAIR_GROUP_SCHED=y | 164 | CONFIG_FAIR_GROUP_SCHED=y |
128 | CONFIG_FAIR_USER_SCHED=y | 165 | # CONFIG_CFS_BANDWIDTH is not set |
129 | # CONFIG_FAIR_CGROUP_SCHED is not set | 166 | # CONFIG_RT_GROUP_SCHED is not set |
167 | CONFIG_BLK_CGROUP=m | ||
168 | # CONFIG_DEBUG_BLK_CGROUP is not set | ||
169 | # CONFIG_CHECKPOINT_RESTORE is not set | ||
170 | CONFIG_NAMESPACES=y | ||
171 | CONFIG_UTS_NS=y | ||
172 | CONFIG_IPC_NS=y | ||
173 | # CONFIG_USER_NS is not set | ||
174 | # CONFIG_PID_NS is not set | ||
175 | CONFIG_NET_NS=y | ||
176 | # CONFIG_SCHED_AUTOGROUP is not set | ||
177 | CONFIG_MM_OWNER=y | ||
130 | CONFIG_SYSFS_DEPRECATED=y | 178 | CONFIG_SYSFS_DEPRECATED=y |
179 | # CONFIG_SYSFS_DEPRECATED_V2 is not set | ||
131 | # CONFIG_RELAY is not set | 180 | # CONFIG_RELAY is not set |
132 | # CONFIG_BLK_DEV_INITRD is not set | 181 | # CONFIG_BLK_DEV_INITRD is not set |
133 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | 182 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y |
134 | CONFIG_SYSCTL=y | 183 | CONFIG_SYSCTL=y |
184 | CONFIG_ANON_INODES=y | ||
135 | # CONFIG_EXPERT is not set | 185 | # CONFIG_EXPERT is not set |
136 | CONFIG_UID16=y | 186 | CONFIG_UID16=y |
137 | CONFIG_SYSCTL_SYSCALL=y | 187 | # CONFIG_SYSCTL_SYSCALL is not set |
138 | CONFIG_KALLSYMS=y | 188 | CONFIG_KALLSYMS=y |
139 | # CONFIG_KALLSYMS_ALL is not set | 189 | # CONFIG_KALLSYMS_ALL is not set |
140 | CONFIG_KALLSYMS_EXTRA_PASS=y | ||
141 | CONFIG_HOTPLUG=y | 190 | CONFIG_HOTPLUG=y |
142 | CONFIG_PRINTK=y | 191 | CONFIG_PRINTK=y |
143 | CONFIG_BUG=y | 192 | CONFIG_BUG=y |
144 | CONFIG_ELF_CORE=y | 193 | CONFIG_ELF_CORE=y |
145 | CONFIG_BASE_FULL=y | 194 | CONFIG_BASE_FULL=y |
146 | CONFIG_FUTEX=y | 195 | CONFIG_FUTEX=y |
147 | CONFIG_ANON_INODES=y | ||
148 | CONFIG_EPOLL=y | 196 | CONFIG_EPOLL=y |
149 | CONFIG_SIGNALFD=y | 197 | CONFIG_SIGNALFD=y |
150 | CONFIG_TIMERFD=y | 198 | CONFIG_TIMERFD=y |
151 | CONFIG_EVENTFD=y | 199 | CONFIG_EVENTFD=y |
152 | CONFIG_SHMEM=y | 200 | CONFIG_SHMEM=y |
201 | CONFIG_AIO=y | ||
202 | # CONFIG_EMBEDDED is not set | ||
203 | |||
204 | # | ||
205 | # Kernel Performance Events And Counters | ||
206 | # | ||
153 | CONFIG_VM_EVENT_COUNTERS=y | 207 | CONFIG_VM_EVENT_COUNTERS=y |
208 | CONFIG_COMPAT_BRK=y | ||
154 | CONFIG_SLAB=y | 209 | CONFIG_SLAB=y |
155 | # CONFIG_SLUB is not set | 210 | # CONFIG_SLUB is not set |
156 | # CONFIG_SLOB is not set | ||
157 | # CONFIG_PROFILING is not set | 211 | # CONFIG_PROFILING is not set |
158 | # CONFIG_MARKERS is not set | 212 | |
159 | # CONFIG_HAVE_OPROFILE is not set | 213 | # |
160 | # CONFIG_HAVE_KPROBES is not set | 214 | # GCOV-based kernel profiling |
161 | CONFIG_PROC_PAGE_MONITOR=y | 215 | # |
216 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
162 | CONFIG_SLABINFO=y | 217 | CONFIG_SLABINFO=y |
163 | CONFIG_RT_MUTEXES=y | 218 | CONFIG_RT_MUTEXES=y |
164 | # CONFIG_TINY_SHMEM is not set | ||
165 | CONFIG_BASE_SMALL=0 | 219 | CONFIG_BASE_SMALL=0 |
166 | CONFIG_MODULES=y | 220 | CONFIG_MODULES=y |
221 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
167 | CONFIG_MODULE_UNLOAD=y | 222 | CONFIG_MODULE_UNLOAD=y |
168 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 223 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
169 | # CONFIG_MODVERSIONS is not set | 224 | # CONFIG_MODVERSIONS is not set |
170 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 225 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
171 | CONFIG_KMOD=y | ||
172 | CONFIG_BLOCK=y | 226 | CONFIG_BLOCK=y |
173 | # CONFIG_LBD is not set | 227 | CONFIG_LBDAF=y |
174 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
175 | # CONFIG_LSF is not set | ||
176 | # CONFIG_BLK_DEV_BSG is not set | 228 | # CONFIG_BLK_DEV_BSG is not set |
229 | # CONFIG_BLK_DEV_BSGLIB is not set | ||
230 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
231 | |||
232 | # | ||
233 | # Partition Types | ||
234 | # | ||
235 | # CONFIG_PARTITION_ADVANCED is not set | ||
236 | CONFIG_MSDOS_PARTITION=y | ||
177 | 237 | ||
178 | # | 238 | # |
179 | # IO Schedulers | 239 | # IO Schedulers |
180 | # | 240 | # |
181 | CONFIG_IOSCHED_NOOP=y | 241 | CONFIG_IOSCHED_NOOP=y |
182 | CONFIG_IOSCHED_AS=y | ||
183 | CONFIG_IOSCHED_DEADLINE=y | 242 | CONFIG_IOSCHED_DEADLINE=y |
184 | CONFIG_IOSCHED_CFQ=y | 243 | CONFIG_IOSCHED_CFQ=m |
185 | CONFIG_DEFAULT_AS=y | 244 | # CONFIG_CFQ_GROUP_IOSCHED is not set |
186 | # CONFIG_DEFAULT_DEADLINE is not set | 245 | CONFIG_DEFAULT_DEADLINE=y |
187 | # CONFIG_DEFAULT_CFQ is not set | 246 | # CONFIG_DEFAULT_CFQ is not set |
188 | # CONFIG_DEFAULT_NOOP is not set | 247 | # CONFIG_DEFAULT_NOOP is not set |
189 | CONFIG_DEFAULT_IOSCHED="anticipatory" | 248 | CONFIG_DEFAULT_IOSCHED="deadline" |
190 | CONFIG_CLASSIC_RCU=y | 249 | # CONFIG_INLINE_SPIN_TRYLOCK is not set |
191 | # CONFIG_PREEMPT_RCU is not set | 250 | # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set |
192 | CONFIG_BLK_DEV=y | 251 | # CONFIG_INLINE_SPIN_LOCK is not set |
193 | CONFIG_BLK_DEV_UBD=y | 252 | # CONFIG_INLINE_SPIN_LOCK_BH is not set |
194 | # CONFIG_BLK_DEV_UBD_SYNC is not set | 253 | # CONFIG_INLINE_SPIN_LOCK_IRQ is not set |
195 | CONFIG_BLK_DEV_COW_COMMON=y | 254 | # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set |
196 | CONFIG_BLK_DEV_LOOP=m | 255 | CONFIG_INLINE_SPIN_UNLOCK=y |
197 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | 256 | # CONFIG_INLINE_SPIN_UNLOCK_BH is not set |
198 | CONFIG_BLK_DEV_NBD=m | 257 | CONFIG_INLINE_SPIN_UNLOCK_IRQ=y |
199 | # CONFIG_BLK_DEV_RAM is not set | 258 | # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set |
200 | # CONFIG_ATA_OVER_ETH is not set | 259 | # CONFIG_INLINE_READ_TRYLOCK is not set |
260 | # CONFIG_INLINE_READ_LOCK is not set | ||
261 | # CONFIG_INLINE_READ_LOCK_BH is not set | ||
262 | # CONFIG_INLINE_READ_LOCK_IRQ is not set | ||
263 | # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set | ||
264 | CONFIG_INLINE_READ_UNLOCK=y | ||
265 | # CONFIG_INLINE_READ_UNLOCK_BH is not set | ||
266 | CONFIG_INLINE_READ_UNLOCK_IRQ=y | ||
267 | # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set | ||
268 | # CONFIG_INLINE_WRITE_TRYLOCK is not set | ||
269 | # CONFIG_INLINE_WRITE_LOCK is not set | ||
270 | # CONFIG_INLINE_WRITE_LOCK_BH is not set | ||
271 | # CONFIG_INLINE_WRITE_LOCK_IRQ is not set | ||
272 | # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set | ||
273 | CONFIG_INLINE_WRITE_UNLOCK=y | ||
274 | # CONFIG_INLINE_WRITE_UNLOCK_BH is not set | ||
275 | CONFIG_INLINE_WRITE_UNLOCK_IRQ=y | ||
276 | # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set | ||
277 | # CONFIG_MUTEX_SPIN_ON_OWNER is not set | ||
278 | CONFIG_FREEZER=y | ||
201 | 279 | ||
202 | # | 280 | # |
203 | # Character Devices | 281 | # UML Character Devices |
204 | # | 282 | # |
205 | CONFIG_STDERR_CONSOLE=y | 283 | CONFIG_STDERR_CONSOLE=y |
206 | CONFIG_STDIO_CONSOLE=y | 284 | CONFIG_STDIO_CONSOLE=y |
@@ -214,40 +292,191 @@ CONFIG_XTERM_CHAN=y | |||
214 | CONFIG_CON_ZERO_CHAN="fd:0,fd:1" | 292 | CONFIG_CON_ZERO_CHAN="fd:0,fd:1" |
215 | CONFIG_CON_CHAN="xterm" | 293 | CONFIG_CON_CHAN="xterm" |
216 | CONFIG_SSL_CHAN="pts" | 294 | CONFIG_SSL_CHAN="pts" |
217 | CONFIG_UNIX98_PTYS=y | ||
218 | CONFIG_LEGACY_PTYS=y | ||
219 | # CONFIG_RAW_DRIVER is not set | ||
220 | CONFIG_LEGACY_PTY_COUNT=32 | ||
221 | # CONFIG_WATCHDOG is not set | ||
222 | CONFIG_UML_SOUND=m | 295 | CONFIG_UML_SOUND=m |
223 | CONFIG_SOUND=m | 296 | CONFIG_SOUND=m |
297 | CONFIG_SOUND_OSS_CORE=y | ||
224 | CONFIG_HOSTAUDIO=m | 298 | CONFIG_HOSTAUDIO=m |
225 | # CONFIG_HW_RANDOM is not set | 299 | |
226 | CONFIG_UML_RANDOM=y | 300 | # |
227 | # CONFIG_MMAPPER is not set | 301 | # Device Drivers |
302 | # | ||
228 | 303 | ||
229 | # | 304 | # |
230 | # Generic Driver Options | 305 | # Generic Driver Options |
231 | # | 306 | # |
232 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | 307 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" |
308 | CONFIG_DEVTMPFS=y | ||
309 | CONFIG_DEVTMPFS_MOUNT=y | ||
233 | CONFIG_STANDALONE=y | 310 | CONFIG_STANDALONE=y |
234 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 311 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
235 | # CONFIG_FW_LOADER is not set | 312 | CONFIG_FW_LOADER=y |
313 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
314 | CONFIG_EXTRA_FIRMWARE="" | ||
236 | # CONFIG_DEBUG_DRIVER is not set | 315 | # CONFIG_DEBUG_DRIVER is not set |
237 | # CONFIG_DEBUG_DEVRES is not set | 316 | # CONFIG_DEBUG_DEVRES is not set |
238 | # CONFIG_SYS_HYPERVISOR is not set | 317 | # CONFIG_SYS_HYPERVISOR is not set |
318 | CONFIG_GENERIC_CPU_DEVICES=y | ||
319 | # CONFIG_DMA_SHARED_BUFFER is not set | ||
320 | # CONFIG_CONNECTOR is not set | ||
321 | # CONFIG_MTD is not set | ||
322 | CONFIG_BLK_DEV=y | ||
323 | CONFIG_BLK_DEV_UBD=y | ||
324 | # CONFIG_BLK_DEV_UBD_SYNC is not set | ||
325 | CONFIG_BLK_DEV_COW_COMMON=y | ||
326 | CONFIG_BLK_DEV_LOOP=m | ||
327 | CONFIG_BLK_DEV_LOOP_MIN_COUNT=8 | ||
328 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
329 | |||
330 | # | ||
331 | # DRBD disabled because PROC_FS, INET or CONNECTOR not selected | ||
332 | # | ||
333 | CONFIG_BLK_DEV_NBD=m | ||
334 | # CONFIG_BLK_DEV_RAM is not set | ||
335 | # CONFIG_ATA_OVER_ETH is not set | ||
336 | # CONFIG_BLK_DEV_RBD is not set | ||
337 | |||
338 | # | ||
339 | # Misc devices | ||
340 | # | ||
341 | # CONFIG_ENCLOSURE_SERVICES is not set | ||
342 | # CONFIG_C2PORT is not set | ||
343 | |||
344 | # | ||
345 | # EEPROM support | ||
346 | # | ||
347 | # CONFIG_EEPROM_93CX6 is not set | ||
348 | |||
349 | # | ||
350 | # Texas Instruments shared transport line discipline | ||
351 | # | ||
352 | |||
353 | # | ||
354 | # Altera FPGA firmware download module | ||
355 | # | ||
356 | |||
357 | # | ||
358 | # SCSI device support | ||
359 | # | ||
360 | CONFIG_SCSI_MOD=y | ||
361 | # CONFIG_RAID_ATTRS is not set | ||
362 | # CONFIG_SCSI is not set | ||
363 | # CONFIG_SCSI_DMA is not set | ||
364 | # CONFIG_SCSI_NETLINK is not set | ||
365 | # CONFIG_MD is not set | ||
366 | CONFIG_NETDEVICES=y | ||
367 | CONFIG_NET_CORE=y | ||
368 | # CONFIG_BONDING is not set | ||
369 | CONFIG_DUMMY=m | ||
370 | # CONFIG_EQUALIZER is not set | ||
371 | # CONFIG_MII is not set | ||
372 | # CONFIG_NET_TEAM is not set | ||
373 | # CONFIG_MACVLAN is not set | ||
374 | # CONFIG_NETCONSOLE is not set | ||
375 | # CONFIG_NETPOLL is not set | ||
376 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
377 | CONFIG_TUN=m | ||
378 | # CONFIG_VETH is not set | ||
379 | |||
380 | # | ||
381 | # CAIF transport drivers | ||
382 | # | ||
383 | CONFIG_ETHERNET=y | ||
384 | CONFIG_NET_VENDOR_CHELSIO=y | ||
385 | CONFIG_NET_VENDOR_INTEL=y | ||
386 | CONFIG_NET_VENDOR_I825XX=y | ||
387 | CONFIG_NET_VENDOR_MARVELL=y | ||
388 | CONFIG_NET_VENDOR_NATSEMI=y | ||
389 | CONFIG_NET_VENDOR_8390=y | ||
390 | # CONFIG_PHYLIB is not set | ||
391 | CONFIG_PPP=m | ||
392 | # CONFIG_PPP_BSDCOMP is not set | ||
393 | # CONFIG_PPP_DEFLATE is not set | ||
394 | # CONFIG_PPP_FILTER is not set | ||
395 | # CONFIG_PPP_MPPE is not set | ||
396 | # CONFIG_PPP_MULTILINK is not set | ||
397 | # CONFIG_PPPOE is not set | ||
398 | # CONFIG_PPP_ASYNC is not set | ||
399 | # CONFIG_PPP_SYNC_TTY is not set | ||
400 | CONFIG_SLIP=m | ||
401 | CONFIG_SLHC=m | ||
402 | # CONFIG_SLIP_COMPRESSED is not set | ||
403 | # CONFIG_SLIP_SMART is not set | ||
404 | # CONFIG_SLIP_MODE_SLIP6 is not set | ||
405 | CONFIG_WLAN=y | ||
406 | # CONFIG_HOSTAP is not set | ||
407 | |||
408 | # | ||
409 | # Enable WiMAX (Networking options) to see the WiMAX drivers | ||
410 | # | ||
411 | # CONFIG_WAN is not set | ||
412 | |||
413 | # | ||
414 | # Character devices | ||
415 | # | ||
416 | CONFIG_UNIX98_PTYS=y | ||
417 | # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set | ||
418 | CONFIG_LEGACY_PTYS=y | ||
419 | CONFIG_LEGACY_PTY_COUNT=32 | ||
420 | # CONFIG_N_GSM is not set | ||
421 | # CONFIG_TRACE_SINK is not set | ||
422 | CONFIG_DEVKMEM=y | ||
423 | # CONFIG_HW_RANDOM is not set | ||
424 | CONFIG_UML_RANDOM=y | ||
425 | # CONFIG_R3964 is not set | ||
426 | # CONFIG_NSC_GPIO is not set | ||
427 | # CONFIG_RAW_DRIVER is not set | ||
428 | |||
429 | # | ||
430 | # PPS support | ||
431 | # | ||
432 | # CONFIG_PPS is not set | ||
433 | |||
434 | # | ||
435 | # PPS generators support | ||
436 | # | ||
437 | |||
438 | # | ||
439 | # PTP clock support | ||
440 | # | ||
441 | |||
442 | # | ||
443 | # Enable Device Drivers -> PPS to see the PTP clock options. | ||
444 | # | ||
445 | # CONFIG_POWER_SUPPLY is not set | ||
446 | # CONFIG_THERMAL is not set | ||
447 | # CONFIG_WATCHDOG is not set | ||
448 | # CONFIG_REGULATOR is not set | ||
449 | CONFIG_SOUND_OSS_CORE_PRECLAIM=y | ||
450 | # CONFIG_MEMSTICK is not set | ||
451 | # CONFIG_NEW_LEDS is not set | ||
452 | # CONFIG_ACCESSIBILITY is not set | ||
453 | # CONFIG_AUXDISPLAY is not set | ||
454 | # CONFIG_UIO is not set | ||
455 | |||
456 | # | ||
457 | # Virtio drivers | ||
458 | # | ||
459 | # CONFIG_VIRTIO_BALLOON is not set | ||
460 | |||
461 | # | ||
462 | # Microsoft Hyper-V guest support | ||
463 | # | ||
464 | # CONFIG_STAGING is not set | ||
239 | 465 | ||
240 | # | 466 | # |
241 | # Networking | 467 | # Hardware Spinlock drivers |
242 | # | 468 | # |
469 | CONFIG_IOMMU_SUPPORT=y | ||
470 | # CONFIG_VIRT_DRIVERS is not set | ||
471 | # CONFIG_PM_DEVFREQ is not set | ||
243 | CONFIG_NET=y | 472 | CONFIG_NET=y |
244 | 473 | ||
245 | # | 474 | # |
246 | # Networking options | 475 | # Networking options |
247 | # | 476 | # |
248 | CONFIG_PACKET=y | 477 | CONFIG_PACKET=y |
249 | CONFIG_PACKET_MMAP=y | ||
250 | CONFIG_UNIX=y | 478 | CONFIG_UNIX=y |
479 | # CONFIG_UNIX_DIAG is not set | ||
251 | CONFIG_XFRM=y | 480 | CONFIG_XFRM=y |
252 | # CONFIG_XFRM_USER is not set | 481 | # CONFIG_XFRM_USER is not set |
253 | # CONFIG_XFRM_SUB_POLICY is not set | 482 | # CONFIG_XFRM_SUB_POLICY is not set |
@@ -257,10 +486,9 @@ CONFIG_XFRM=y | |||
257 | CONFIG_INET=y | 486 | CONFIG_INET=y |
258 | # CONFIG_IP_MULTICAST is not set | 487 | # CONFIG_IP_MULTICAST is not set |
259 | # CONFIG_IP_ADVANCED_ROUTER is not set | 488 | # CONFIG_IP_ADVANCED_ROUTER is not set |
260 | CONFIG_IP_FIB_HASH=y | ||
261 | # CONFIG_IP_PNP is not set | 489 | # CONFIG_IP_PNP is not set |
262 | # CONFIG_NET_IPIP is not set | 490 | # CONFIG_NET_IPIP is not set |
263 | # CONFIG_NET_IPGRE is not set | 491 | # CONFIG_NET_IPGRE_DEMUX is not set |
264 | # CONFIG_ARPD is not set | 492 | # CONFIG_ARPD is not set |
265 | # CONFIG_SYN_COOKIES is not set | 493 | # CONFIG_SYN_COOKIES is not set |
266 | # CONFIG_INET_AH is not set | 494 | # CONFIG_INET_AH is not set |
@@ -274,20 +502,23 @@ CONFIG_INET_XFRM_MODE_BEET=y | |||
274 | # CONFIG_INET_LRO is not set | 502 | # CONFIG_INET_LRO is not set |
275 | CONFIG_INET_DIAG=y | 503 | CONFIG_INET_DIAG=y |
276 | CONFIG_INET_TCP_DIAG=y | 504 | CONFIG_INET_TCP_DIAG=y |
505 | # CONFIG_INET_UDP_DIAG is not set | ||
277 | # CONFIG_TCP_CONG_ADVANCED is not set | 506 | # CONFIG_TCP_CONG_ADVANCED is not set |
278 | CONFIG_TCP_CONG_CUBIC=y | 507 | CONFIG_TCP_CONG_CUBIC=y |
279 | CONFIG_DEFAULT_TCP_CONG="cubic" | 508 | CONFIG_DEFAULT_TCP_CONG="cubic" |
280 | # CONFIG_TCP_MD5SIG is not set | 509 | # CONFIG_TCP_MD5SIG is not set |
281 | # CONFIG_IPV6 is not set | 510 | # CONFIG_IPV6 is not set |
282 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
283 | # CONFIG_INET6_TUNNEL is not set | ||
284 | # CONFIG_NETWORK_SECMARK is not set | 511 | # CONFIG_NETWORK_SECMARK is not set |
512 | # CONFIG_NETWORK_PHY_TIMESTAMPING is not set | ||
285 | # CONFIG_NETFILTER is not set | 513 | # CONFIG_NETFILTER is not set |
286 | # CONFIG_IP_DCCP is not set | 514 | # CONFIG_IP_DCCP is not set |
287 | # CONFIG_IP_SCTP is not set | 515 | # CONFIG_IP_SCTP is not set |
516 | # CONFIG_RDS is not set | ||
288 | # CONFIG_TIPC is not set | 517 | # CONFIG_TIPC is not set |
289 | # CONFIG_ATM is not set | 518 | # CONFIG_ATM is not set |
519 | # CONFIG_L2TP is not set | ||
290 | # CONFIG_BRIDGE is not set | 520 | # CONFIG_BRIDGE is not set |
521 | # CONFIG_NET_DSA is not set | ||
291 | # CONFIG_VLAN_8021Q is not set | 522 | # CONFIG_VLAN_8021Q is not set |
292 | # CONFIG_DECNET is not set | 523 | # CONFIG_DECNET is not set |
293 | # CONFIG_LLC2 is not set | 524 | # CONFIG_LLC2 is not set |
@@ -297,7 +528,14 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
297 | # CONFIG_LAPB is not set | 528 | # CONFIG_LAPB is not set |
298 | # CONFIG_ECONET is not set | 529 | # CONFIG_ECONET is not set |
299 | # CONFIG_WAN_ROUTER is not set | 530 | # CONFIG_WAN_ROUTER is not set |
531 | # CONFIG_PHONET is not set | ||
532 | # CONFIG_IEEE802154 is not set | ||
300 | # CONFIG_NET_SCHED is not set | 533 | # CONFIG_NET_SCHED is not set |
534 | # CONFIG_DCB is not set | ||
535 | # CONFIG_BATMAN_ADV is not set | ||
536 | # CONFIG_OPENVSWITCH is not set | ||
537 | # CONFIG_NETPRIO_CGROUP is not set | ||
538 | CONFIG_BQL=y | ||
301 | 539 | ||
302 | # | 540 | # |
303 | # Network testing | 541 | # Network testing |
@@ -308,16 +546,19 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
308 | # CONFIG_IRDA is not set | 546 | # CONFIG_IRDA is not set |
309 | # CONFIG_BT is not set | 547 | # CONFIG_BT is not set |
310 | # CONFIG_AF_RXRPC is not set | 548 | # CONFIG_AF_RXRPC is not set |
549 | CONFIG_WIRELESS=y | ||
550 | # CONFIG_CFG80211 is not set | ||
551 | # CONFIG_LIB80211 is not set | ||
311 | 552 | ||
312 | # | 553 | # |
313 | # Wireless | 554 | # CFG80211 needs to be enabled for MAC80211 |
314 | # | 555 | # |
315 | # CONFIG_CFG80211 is not set | 556 | # CONFIG_WIMAX is not set |
316 | # CONFIG_WIRELESS_EXT is not set | ||
317 | # CONFIG_MAC80211 is not set | ||
318 | # CONFIG_IEEE80211 is not set | ||
319 | # CONFIG_RFKILL is not set | 557 | # CONFIG_RFKILL is not set |
320 | # CONFIG_NET_9P is not set | 558 | # CONFIG_NET_9P is not set |
559 | # CONFIG_CAIF is not set | ||
560 | # CONFIG_CEPH_LIB is not set | ||
561 | # CONFIG_NFC is not set | ||
321 | 562 | ||
322 | # | 563 | # |
323 | # UML Network Devices | 564 | # UML Network Devices |
@@ -331,76 +572,51 @@ CONFIG_UML_NET_DAEMON=y | |||
331 | CONFIG_UML_NET_MCAST=y | 572 | CONFIG_UML_NET_MCAST=y |
332 | # CONFIG_UML_NET_PCAP is not set | 573 | # CONFIG_UML_NET_PCAP is not set |
333 | CONFIG_UML_NET_SLIRP=y | 574 | CONFIG_UML_NET_SLIRP=y |
334 | CONFIG_NETDEVICES=y | ||
335 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
336 | CONFIG_DUMMY=m | ||
337 | # CONFIG_BONDING is not set | ||
338 | # CONFIG_MACVLAN is not set | ||
339 | # CONFIG_EQUALIZER is not set | ||
340 | CONFIG_TUN=m | ||
341 | # CONFIG_VETH is not set | ||
342 | |||
343 | # | ||
344 | # Wireless LAN | ||
345 | # | ||
346 | # CONFIG_WLAN_PRE80211 is not set | ||
347 | # CONFIG_WLAN_80211 is not set | ||
348 | # CONFIG_WAN is not set | ||
349 | CONFIG_PPP=m | ||
350 | # CONFIG_PPP_MULTILINK is not set | ||
351 | # CONFIG_PPP_FILTER is not set | ||
352 | # CONFIG_PPP_ASYNC is not set | ||
353 | # CONFIG_PPP_SYNC_TTY is not set | ||
354 | # CONFIG_PPP_DEFLATE is not set | ||
355 | # CONFIG_PPP_BSDCOMP is not set | ||
356 | # CONFIG_PPP_MPPE is not set | ||
357 | # CONFIG_PPPOE is not set | ||
358 | # CONFIG_PPPOL2TP is not set | ||
359 | CONFIG_SLIP=m | ||
360 | # CONFIG_SLIP_COMPRESSED is not set | ||
361 | CONFIG_SLHC=m | ||
362 | # CONFIG_SLIP_SMART is not set | ||
363 | # CONFIG_SLIP_MODE_SLIP6 is not set | ||
364 | # CONFIG_NETCONSOLE is not set | ||
365 | # CONFIG_NETPOLL is not set | ||
366 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
367 | # CONFIG_CONNECTOR is not set | ||
368 | 575 | ||
369 | # | 576 | # |
370 | # File systems | 577 | # File systems |
371 | # | 578 | # |
372 | CONFIG_EXT2_FS=y | 579 | # CONFIG_EXT2_FS is not set |
373 | # CONFIG_EXT2_FS_XATTR is not set | 580 | # CONFIG_EXT3_FS is not set |
374 | # CONFIG_EXT2_FS_XIP is not set | 581 | CONFIG_EXT4_FS=y |
375 | CONFIG_EXT3_FS=y | 582 | CONFIG_EXT4_USE_FOR_EXT23=y |
376 | # CONFIG_EXT3_FS_XATTR is not set | 583 | CONFIG_EXT4_FS_XATTR=y |
377 | # CONFIG_EXT4DEV_FS is not set | 584 | # CONFIG_EXT4_FS_POSIX_ACL is not set |
378 | CONFIG_JBD=y | 585 | # CONFIG_EXT4_FS_SECURITY is not set |
586 | # CONFIG_EXT4_DEBUG is not set | ||
587 | CONFIG_JBD2=y | ||
588 | CONFIG_FS_MBCACHE=y | ||
379 | CONFIG_REISERFS_FS=y | 589 | CONFIG_REISERFS_FS=y |
380 | # CONFIG_REISERFS_CHECK is not set | 590 | # CONFIG_REISERFS_CHECK is not set |
381 | # CONFIG_REISERFS_PROC_INFO is not set | 591 | # CONFIG_REISERFS_PROC_INFO is not set |
382 | # CONFIG_REISERFS_FS_XATTR is not set | 592 | # CONFIG_REISERFS_FS_XATTR is not set |
383 | # CONFIG_JFS_FS is not set | 593 | # CONFIG_JFS_FS is not set |
384 | # CONFIG_FS_POSIX_ACL is not set | ||
385 | # CONFIG_XFS_FS is not set | 594 | # CONFIG_XFS_FS is not set |
386 | # CONFIG_GFS2_FS is not set | 595 | # CONFIG_GFS2_FS is not set |
387 | # CONFIG_OCFS2_FS is not set | 596 | # CONFIG_BTRFS_FS is not set |
388 | # CONFIG_MINIX_FS is not set | 597 | # CONFIG_NILFS2_FS is not set |
389 | # CONFIG_ROMFS_FS is not set | 598 | # CONFIG_FS_POSIX_ACL is not set |
390 | CONFIG_INOTIFY=y | 599 | CONFIG_FILE_LOCKING=y |
600 | CONFIG_FSNOTIFY=y | ||
601 | CONFIG_DNOTIFY=y | ||
391 | CONFIG_INOTIFY_USER=y | 602 | CONFIG_INOTIFY_USER=y |
603 | # CONFIG_FANOTIFY is not set | ||
392 | CONFIG_QUOTA=y | 604 | CONFIG_QUOTA=y |
393 | # CONFIG_QUOTA_NETLINK_INTERFACE is not set | 605 | # CONFIG_QUOTA_NETLINK_INTERFACE is not set |
394 | CONFIG_PRINT_QUOTA_WARNING=y | 606 | CONFIG_PRINT_QUOTA_WARNING=y |
607 | # CONFIG_QUOTA_DEBUG is not set | ||
395 | # CONFIG_QFMT_V1 is not set | 608 | # CONFIG_QFMT_V1 is not set |
396 | # CONFIG_QFMT_V2 is not set | 609 | # CONFIG_QFMT_V2 is not set |
397 | CONFIG_QUOTACTL=y | 610 | CONFIG_QUOTACTL=y |
398 | CONFIG_DNOTIFY=y | ||
399 | CONFIG_AUTOFS_FS=m | ||
400 | CONFIG_AUTOFS4_FS=m | 611 | CONFIG_AUTOFS4_FS=m |
401 | # CONFIG_FUSE_FS is not set | 612 | # CONFIG_FUSE_FS is not set |
402 | 613 | ||
403 | # | 614 | # |
615 | # Caches | ||
616 | # | ||
617 | # CONFIG_FSCACHE is not set | ||
618 | |||
619 | # | ||
404 | # CD-ROM/DVD Filesystems | 620 | # CD-ROM/DVD Filesystems |
405 | # | 621 | # |
406 | CONFIG_ISO9660_FS=m | 622 | CONFIG_ISO9660_FS=m |
@@ -421,15 +637,14 @@ CONFIG_JOLIET=y | |||
421 | CONFIG_PROC_FS=y | 637 | CONFIG_PROC_FS=y |
422 | CONFIG_PROC_KCORE=y | 638 | CONFIG_PROC_KCORE=y |
423 | CONFIG_PROC_SYSCTL=y | 639 | CONFIG_PROC_SYSCTL=y |
640 | CONFIG_PROC_PAGE_MONITOR=y | ||
424 | CONFIG_SYSFS=y | 641 | CONFIG_SYSFS=y |
425 | CONFIG_TMPFS=y | 642 | CONFIG_TMPFS=y |
426 | # CONFIG_TMPFS_POSIX_ACL is not set | 643 | # CONFIG_TMPFS_POSIX_ACL is not set |
644 | # CONFIG_TMPFS_XATTR is not set | ||
427 | # CONFIG_HUGETLB_PAGE is not set | 645 | # CONFIG_HUGETLB_PAGE is not set |
428 | # CONFIG_CONFIGFS_FS is not set | 646 | # CONFIG_CONFIGFS_FS is not set |
429 | 647 | CONFIG_MISC_FILESYSTEMS=y | |
430 | # | ||
431 | # Miscellaneous filesystems | ||
432 | # | ||
433 | # CONFIG_ADFS_FS is not set | 648 | # CONFIG_ADFS_FS is not set |
434 | # CONFIG_AFFS_FS is not set | 649 | # CONFIG_AFFS_FS is not set |
435 | # CONFIG_HFS_FS is not set | 650 | # CONFIG_HFS_FS is not set |
@@ -437,26 +652,26 @@ CONFIG_TMPFS=y | |||
437 | # CONFIG_BEFS_FS is not set | 652 | # CONFIG_BEFS_FS is not set |
438 | # CONFIG_BFS_FS is not set | 653 | # CONFIG_BFS_FS is not set |
439 | # CONFIG_EFS_FS is not set | 654 | # CONFIG_EFS_FS is not set |
655 | # CONFIG_LOGFS is not set | ||
440 | # CONFIG_CRAMFS is not set | 656 | # CONFIG_CRAMFS is not set |
657 | # CONFIG_SQUASHFS is not set | ||
441 | # CONFIG_VXFS_FS is not set | 658 | # CONFIG_VXFS_FS is not set |
659 | # CONFIG_MINIX_FS is not set | ||
660 | # CONFIG_OMFS_FS is not set | ||
442 | # CONFIG_HPFS_FS is not set | 661 | # CONFIG_HPFS_FS is not set |
443 | # CONFIG_QNX4FS_FS is not set | 662 | # CONFIG_QNX4FS_FS is not set |
663 | # CONFIG_ROMFS_FS is not set | ||
664 | # CONFIG_PSTORE is not set | ||
444 | # CONFIG_SYSV_FS is not set | 665 | # CONFIG_SYSV_FS is not set |
445 | # CONFIG_UFS_FS is not set | 666 | # CONFIG_UFS_FS is not set |
446 | CONFIG_NETWORK_FILESYSTEMS=y | 667 | CONFIG_NETWORK_FILESYSTEMS=y |
447 | # CONFIG_NFS_FS is not set | 668 | # CONFIG_NFS_FS is not set |
448 | # CONFIG_NFSD is not set | 669 | # CONFIG_NFSD is not set |
449 | # CONFIG_SMB_FS is not set | 670 | # CONFIG_CEPH_FS is not set |
450 | # CONFIG_CIFS is not set | 671 | # CONFIG_CIFS is not set |
451 | # CONFIG_NCP_FS is not set | 672 | # CONFIG_NCP_FS is not set |
452 | # CONFIG_CODA_FS is not set | 673 | # CONFIG_CODA_FS is not set |
453 | # CONFIG_AFS_FS is not set | 674 | # CONFIG_AFS_FS is not set |
454 | |||
455 | # | ||
456 | # Partition Types | ||
457 | # | ||
458 | # CONFIG_PARTITION_ADVANCED is not set | ||
459 | CONFIG_MSDOS_PARTITION=y | ||
460 | CONFIG_NLS=y | 675 | CONFIG_NLS=y |
461 | CONFIG_NLS_DEFAULT="iso8859-1" | 676 | CONFIG_NLS_DEFAULT="iso8859-1" |
462 | # CONFIG_NLS_CODEPAGE_437 is not set | 677 | # CONFIG_NLS_CODEPAGE_437 is not set |
@@ -497,119 +712,191 @@ CONFIG_NLS_DEFAULT="iso8859-1" | |||
497 | # CONFIG_NLS_KOI8_R is not set | 712 | # CONFIG_NLS_KOI8_R is not set |
498 | # CONFIG_NLS_KOI8_U is not set | 713 | # CONFIG_NLS_KOI8_U is not set |
499 | # CONFIG_NLS_UTF8 is not set | 714 | # CONFIG_NLS_UTF8 is not set |
500 | # CONFIG_DLM is not set | ||
501 | 715 | ||
502 | # | 716 | # |
503 | # Security options | 717 | # Security options |
504 | # | 718 | # |
505 | # CONFIG_KEYS is not set | 719 | # CONFIG_KEYS is not set |
720 | # CONFIG_SECURITY_DMESG_RESTRICT is not set | ||
506 | # CONFIG_SECURITY is not set | 721 | # CONFIG_SECURITY is not set |
507 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 722 | # CONFIG_SECURITYFS is not set |
723 | CONFIG_DEFAULT_SECURITY_DAC=y | ||
724 | CONFIG_DEFAULT_SECURITY="" | ||
508 | CONFIG_CRYPTO=y | 725 | CONFIG_CRYPTO=y |
509 | # CONFIG_CRYPTO_SEQIV is not set | 726 | |
727 | # | ||
728 | # Crypto core or helper | ||
729 | # | ||
730 | # CONFIG_CRYPTO_FIPS is not set | ||
731 | CONFIG_CRYPTO_ALGAPI=m | ||
732 | CONFIG_CRYPTO_ALGAPI2=m | ||
733 | CONFIG_CRYPTO_RNG=m | ||
734 | CONFIG_CRYPTO_RNG2=m | ||
510 | # CONFIG_CRYPTO_MANAGER is not set | 735 | # CONFIG_CRYPTO_MANAGER is not set |
736 | # CONFIG_CRYPTO_MANAGER2 is not set | ||
737 | # CONFIG_CRYPTO_USER is not set | ||
738 | # CONFIG_CRYPTO_GF128MUL is not set | ||
739 | # CONFIG_CRYPTO_NULL is not set | ||
740 | # CONFIG_CRYPTO_CRYPTD is not set | ||
741 | # CONFIG_CRYPTO_AUTHENC is not set | ||
742 | # CONFIG_CRYPTO_TEST is not set | ||
743 | |||
744 | # | ||
745 | # Authenticated Encryption with Associated Data | ||
746 | # | ||
747 | # CONFIG_CRYPTO_CCM is not set | ||
748 | # CONFIG_CRYPTO_GCM is not set | ||
749 | # CONFIG_CRYPTO_SEQIV is not set | ||
750 | |||
751 | # | ||
752 | # Block modes | ||
753 | # | ||
754 | # CONFIG_CRYPTO_CBC is not set | ||
755 | # CONFIG_CRYPTO_CTR is not set | ||
756 | # CONFIG_CRYPTO_CTS is not set | ||
757 | # CONFIG_CRYPTO_ECB is not set | ||
758 | # CONFIG_CRYPTO_LRW is not set | ||
759 | # CONFIG_CRYPTO_PCBC is not set | ||
760 | # CONFIG_CRYPTO_XTS is not set | ||
761 | |||
762 | # | ||
763 | # Hash modes | ||
764 | # | ||
511 | # CONFIG_CRYPTO_HMAC is not set | 765 | # CONFIG_CRYPTO_HMAC is not set |
512 | # CONFIG_CRYPTO_XCBC is not set | 766 | # CONFIG_CRYPTO_XCBC is not set |
513 | # CONFIG_CRYPTO_NULL is not set | 767 | # CONFIG_CRYPTO_VMAC is not set |
768 | |||
769 | # | ||
770 | # Digest | ||
771 | # | ||
772 | # CONFIG_CRYPTO_CRC32C is not set | ||
773 | # CONFIG_CRYPTO_GHASH is not set | ||
514 | # CONFIG_CRYPTO_MD4 is not set | 774 | # CONFIG_CRYPTO_MD4 is not set |
515 | # CONFIG_CRYPTO_MD5 is not set | 775 | # CONFIG_CRYPTO_MD5 is not set |
776 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
777 | # CONFIG_CRYPTO_RMD128 is not set | ||
778 | # CONFIG_CRYPTO_RMD160 is not set | ||
779 | # CONFIG_CRYPTO_RMD256 is not set | ||
780 | # CONFIG_CRYPTO_RMD320 is not set | ||
516 | # CONFIG_CRYPTO_SHA1 is not set | 781 | # CONFIG_CRYPTO_SHA1 is not set |
517 | # CONFIG_CRYPTO_SHA256 is not set | 782 | # CONFIG_CRYPTO_SHA256 is not set |
518 | # CONFIG_CRYPTO_SHA512 is not set | 783 | # CONFIG_CRYPTO_SHA512 is not set |
519 | # CONFIG_CRYPTO_WP512 is not set | ||
520 | # CONFIG_CRYPTO_TGR192 is not set | 784 | # CONFIG_CRYPTO_TGR192 is not set |
521 | # CONFIG_CRYPTO_GF128MUL is not set | 785 | # CONFIG_CRYPTO_WP512 is not set |
522 | # CONFIG_CRYPTO_ECB is not set | 786 | |
523 | # CONFIG_CRYPTO_CBC is not set | 787 | # |
524 | # CONFIG_CRYPTO_PCBC is not set | 788 | # Ciphers |
525 | # CONFIG_CRYPTO_LRW is not set | 789 | # |
526 | # CONFIG_CRYPTO_XTS is not set | 790 | CONFIG_CRYPTO_AES=m |
527 | # CONFIG_CRYPTO_CTR is not set | ||
528 | # CONFIG_CRYPTO_GCM is not set | ||
529 | # CONFIG_CRYPTO_CCM is not set | ||
530 | # CONFIG_CRYPTO_CRYPTD is not set | ||
531 | # CONFIG_CRYPTO_DES is not set | ||
532 | # CONFIG_CRYPTO_FCRYPT is not set | ||
533 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
534 | # CONFIG_CRYPTO_TWOFISH is not set | ||
535 | # CONFIG_CRYPTO_TWOFISH_586 is not set | ||
536 | # CONFIG_CRYPTO_SERPENT is not set | ||
537 | # CONFIG_CRYPTO_AES is not set | ||
538 | # CONFIG_CRYPTO_AES_586 is not set | 791 | # CONFIG_CRYPTO_AES_586 is not set |
792 | # CONFIG_CRYPTO_ANUBIS is not set | ||
793 | # CONFIG_CRYPTO_ARC4 is not set | ||
794 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
795 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
539 | # CONFIG_CRYPTO_CAST5 is not set | 796 | # CONFIG_CRYPTO_CAST5 is not set |
540 | # CONFIG_CRYPTO_CAST6 is not set | 797 | # CONFIG_CRYPTO_CAST6 is not set |
541 | # CONFIG_CRYPTO_TEA is not set | 798 | # CONFIG_CRYPTO_DES is not set |
542 | # CONFIG_CRYPTO_ARC4 is not set | 799 | # CONFIG_CRYPTO_FCRYPT is not set |
543 | # CONFIG_CRYPTO_KHAZAD is not set | 800 | # CONFIG_CRYPTO_KHAZAD is not set |
544 | # CONFIG_CRYPTO_ANUBIS is not set | ||
545 | # CONFIG_CRYPTO_SEED is not set | ||
546 | # CONFIG_CRYPTO_SALSA20 is not set | 801 | # CONFIG_CRYPTO_SALSA20 is not set |
547 | # CONFIG_CRYPTO_SALSA20_586 is not set | 802 | # CONFIG_CRYPTO_SALSA20_586 is not set |
803 | # CONFIG_CRYPTO_SEED is not set | ||
804 | # CONFIG_CRYPTO_SERPENT is not set | ||
805 | # CONFIG_CRYPTO_TEA is not set | ||
806 | # CONFIG_CRYPTO_TWOFISH is not set | ||
807 | # CONFIG_CRYPTO_TWOFISH_586 is not set | ||
808 | |||
809 | # | ||
810 | # Compression | ||
811 | # | ||
548 | # CONFIG_CRYPTO_DEFLATE is not set | 812 | # CONFIG_CRYPTO_DEFLATE is not set |
549 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 813 | # CONFIG_CRYPTO_ZLIB is not set |
550 | # CONFIG_CRYPTO_CRC32C is not set | ||
551 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
552 | # CONFIG_CRYPTO_TEST is not set | ||
553 | # CONFIG_CRYPTO_AUTHENC is not set | ||
554 | # CONFIG_CRYPTO_LZO is not set | 814 | # CONFIG_CRYPTO_LZO is not set |
815 | |||
816 | # | ||
817 | # Random Number Generation | ||
818 | # | ||
819 | CONFIG_CRYPTO_ANSI_CPRNG=m | ||
820 | # CONFIG_CRYPTO_USER_API_HASH is not set | ||
821 | # CONFIG_CRYPTO_USER_API_SKCIPHER is not set | ||
555 | CONFIG_CRYPTO_HW=y | 822 | CONFIG_CRYPTO_HW=y |
823 | # CONFIG_BINARY_PRINTF is not set | ||
556 | 824 | ||
557 | # | 825 | # |
558 | # Library routines | 826 | # Library routines |
559 | # | 827 | # |
560 | CONFIG_BITREVERSE=m | 828 | CONFIG_BITREVERSE=y |
829 | CONFIG_GENERIC_FIND_FIRST_BIT=y | ||
830 | CONFIG_GENERIC_IO=y | ||
561 | # CONFIG_CRC_CCITT is not set | 831 | # CONFIG_CRC_CCITT is not set |
562 | # CONFIG_CRC16 is not set | 832 | CONFIG_CRC16=y |
833 | # CONFIG_CRC_T10DIF is not set | ||
563 | # CONFIG_CRC_ITU_T is not set | 834 | # CONFIG_CRC_ITU_T is not set |
564 | CONFIG_CRC32=m | 835 | CONFIG_CRC32=y |
565 | # CONFIG_CRC7 is not set | 836 | # CONFIG_CRC7 is not set |
566 | # CONFIG_LIBCRC32C is not set | 837 | # CONFIG_LIBCRC32C is not set |
567 | CONFIG_PLIST=y | 838 | # CONFIG_CRC8 is not set |
568 | 839 | # CONFIG_XZ_DEC is not set | |
569 | # | 840 | # CONFIG_XZ_DEC_BCJ is not set |
570 | # SCSI device support | 841 | CONFIG_DQL=y |
571 | # | 842 | CONFIG_NLATTR=y |
572 | # CONFIG_RAID_ATTRS is not set | 843 | # CONFIG_AVERAGE is not set |
573 | # CONFIG_SCSI is not set | 844 | # CONFIG_CORDIC is not set |
574 | # CONFIG_SCSI_DMA is not set | ||
575 | # CONFIG_SCSI_NETLINK is not set | ||
576 | # CONFIG_MD is not set | ||
577 | # CONFIG_INPUT is not set | ||
578 | 845 | ||
579 | # | 846 | # |
580 | # Kernel hacking | 847 | # Kernel hacking |
581 | # | 848 | # |
582 | # CONFIG_PRINTK_TIME is not set | 849 | # CONFIG_PRINTK_TIME is not set |
850 | CONFIG_DEFAULT_MESSAGE_LOGLEVEL=4 | ||
583 | CONFIG_ENABLE_WARN_DEPRECATED=y | 851 | CONFIG_ENABLE_WARN_DEPRECATED=y |
584 | CONFIG_ENABLE_MUST_CHECK=y | 852 | CONFIG_ENABLE_MUST_CHECK=y |
853 | CONFIG_FRAME_WARN=1024 | ||
854 | # CONFIG_STRIP_ASM_SYMS is not set | ||
585 | # CONFIG_UNUSED_SYMBOLS is not set | 855 | # CONFIG_UNUSED_SYMBOLS is not set |
586 | # CONFIG_DEBUG_FS is not set | 856 | # CONFIG_DEBUG_FS is not set |
857 | # CONFIG_DEBUG_SECTION_MISMATCH is not set | ||
587 | CONFIG_DEBUG_KERNEL=y | 858 | CONFIG_DEBUG_KERNEL=y |
588 | # CONFIG_DEBUG_SHIRQ is not set | 859 | # CONFIG_DEBUG_SHIRQ is not set |
589 | CONFIG_DETECT_SOFTLOCKUP=y | 860 | # CONFIG_LOCKUP_DETECTOR is not set |
861 | # CONFIG_HARDLOCKUP_DETECTOR is not set | ||
862 | # CONFIG_DETECT_HUNG_TASK is not set | ||
590 | CONFIG_SCHED_DEBUG=y | 863 | CONFIG_SCHED_DEBUG=y |
591 | # CONFIG_SCHEDSTATS is not set | 864 | # CONFIG_SCHEDSTATS is not set |
592 | # CONFIG_TIMER_STATS is not set | 865 | # CONFIG_TIMER_STATS is not set |
866 | # CONFIG_DEBUG_OBJECTS is not set | ||
593 | # CONFIG_DEBUG_SLAB is not set | 867 | # CONFIG_DEBUG_SLAB is not set |
594 | # CONFIG_DEBUG_RT_MUTEXES is not set | 868 | # CONFIG_DEBUG_RT_MUTEXES is not set |
595 | # CONFIG_RT_MUTEX_TESTER is not set | 869 | # CONFIG_RT_MUTEX_TESTER is not set |
596 | # CONFIG_DEBUG_SPINLOCK is not set | 870 | # CONFIG_DEBUG_SPINLOCK is not set |
597 | # CONFIG_DEBUG_MUTEXES is not set | 871 | # CONFIG_DEBUG_MUTEXES is not set |
598 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | 872 | # CONFIG_SPARSE_RCU_POINTER is not set |
873 | # CONFIG_DEBUG_ATOMIC_SLEEP is not set | ||
599 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | 874 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set |
875 | # CONFIG_DEBUG_STACK_USAGE is not set | ||
600 | # CONFIG_DEBUG_KOBJECT is not set | 876 | # CONFIG_DEBUG_KOBJECT is not set |
601 | CONFIG_DEBUG_BUGVERBOSE=y | 877 | CONFIG_DEBUG_BUGVERBOSE=y |
602 | CONFIG_DEBUG_INFO=y | 878 | CONFIG_DEBUG_INFO=y |
879 | # CONFIG_DEBUG_INFO_REDUCED is not set | ||
603 | # CONFIG_DEBUG_VM is not set | 880 | # CONFIG_DEBUG_VM is not set |
881 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
882 | CONFIG_DEBUG_MEMORY_INIT=y | ||
604 | # CONFIG_DEBUG_LIST is not set | 883 | # CONFIG_DEBUG_LIST is not set |
884 | # CONFIG_TEST_LIST_SORT is not set | ||
605 | # CONFIG_DEBUG_SG is not set | 885 | # CONFIG_DEBUG_SG is not set |
886 | # CONFIG_DEBUG_NOTIFIERS is not set | ||
887 | # CONFIG_DEBUG_CREDENTIALS is not set | ||
606 | CONFIG_FRAME_POINTER=y | 888 | CONFIG_FRAME_POINTER=y |
607 | CONFIG_FORCED_INLINING=y | ||
608 | # CONFIG_BOOT_PRINTK_DELAY is not set | 889 | # CONFIG_BOOT_PRINTK_DELAY is not set |
609 | # CONFIG_RCU_TORTURE_TEST is not set | 890 | # CONFIG_RCU_TORTURE_TEST is not set |
610 | # CONFIG_BACKTRACE_SELF_TEST is not set | 891 | # CONFIG_BACKTRACE_SELF_TEST is not set |
892 | # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set | ||
893 | # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set | ||
611 | # CONFIG_FAULT_INJECTION is not set | 894 | # CONFIG_FAULT_INJECTION is not set |
895 | # CONFIG_SYSCTL_SYSCALL_CHECK is not set | ||
896 | # CONFIG_DEBUG_PAGEALLOC is not set | ||
897 | # CONFIG_ATOMIC64_SELFTEST is not set | ||
612 | # CONFIG_SAMPLES is not set | 898 | # CONFIG_SAMPLES is not set |
899 | # CONFIG_TEST_KSTRTOX is not set | ||
613 | # CONFIG_GPROF is not set | 900 | # CONFIG_GPROF is not set |
614 | # CONFIG_GCOV is not set | 901 | # CONFIG_GCOV is not set |
615 | # CONFIG_DEBUG_STACK_USAGE is not set | 902 | CONFIG_EARLY_PRINTK=y |