diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-04-21 17:33:02 -0400 |
---|---|---|
committer | Hirokazu Takata <takata@linux-m32r.org> | 2008-04-29 01:46:00 -0400 |
commit | 7622b46451543872e7c8e75ec98f411f59e051b1 (patch) | |
tree | 7665e816e9409eaafa6cf4bc013c7ad0f34b4e59 | |
parent | a01e035ebb552223c03f2d9138ffc73f2d4d3965 (diff) |
m32r: use KBUILD_DEFCONFIG
With using KBUILD_DEFCONFIG we don't have to ship a second copy of
m32700ut.smp_defconfig
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Hirokazu Takata <takata@linux-m32r.org>
-rw-r--r-- | arch/m32r/Makefile | 2 | ||||
-rw-r--r-- | arch/m32r/defconfig | 863 |
2 files changed, 2 insertions, 863 deletions
diff --git a/arch/m32r/Makefile b/arch/m32r/Makefile index 4072a07ebf8e..469766b24e22 100644 --- a/arch/m32r/Makefile +++ b/arch/m32r/Makefile | |||
@@ -5,6 +5,8 @@ | |||
5 | # architecture-specific flags and dependencies. | 5 | # architecture-specific flags and dependencies. |
6 | # | 6 | # |
7 | 7 | ||
8 | KBUILD_DEFCONFIG := m32700ut.smp_defconfig | ||
9 | |||
8 | LDFLAGS := | 10 | LDFLAGS := |
9 | OBJCOPYFLAGS := -O binary -R .note -R .comment -S | 11 | OBJCOPYFLAGS := -O binary -R .note -R .comment -S |
10 | LDFLAGS_vmlinux := | 12 | LDFLAGS_vmlinux := |
diff --git a/arch/m32r/defconfig b/arch/m32r/defconfig deleted file mode 100644 index af3b98179113..000000000000 --- a/arch/m32r/defconfig +++ /dev/null | |||
@@ -1,863 +0,0 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.23-rc1 | ||
4 | # Wed Aug 1 17:22:35 2007 | ||
5 | # | ||
6 | CONFIG_M32R=y | ||
7 | CONFIG_GENERIC_ISA_DMA=y | ||
8 | CONFIG_ZONE_DMA=y | ||
9 | CONFIG_GENERIC_HARDIRQS=y | ||
10 | CONFIG_GENERIC_IRQ_PROBE=y | ||
11 | CONFIG_NO_IOPORT=y | ||
12 | CONFIG_NO_DMA=y | ||
13 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
14 | |||
15 | # | ||
16 | # Code maturity level options | ||
17 | # | ||
18 | CONFIG_EXPERIMENTAL=y | ||
19 | CONFIG_LOCK_KERNEL=y | ||
20 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
21 | |||
22 | # | ||
23 | # General setup | ||
24 | # | ||
25 | CONFIG_LOCALVERSION="" | ||
26 | CONFIG_LOCALVERSION_AUTO=y | ||
27 | CONFIG_SWAP=y | ||
28 | CONFIG_SYSVIPC=y | ||
29 | CONFIG_SYSVIPC_SYSCTL=y | ||
30 | # CONFIG_POSIX_MQUEUE is not set | ||
31 | CONFIG_BSD_PROCESS_ACCT=y | ||
32 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set | ||
33 | # CONFIG_TASKSTATS is not set | ||
34 | # CONFIG_USER_NS is not set | ||
35 | # CONFIG_AUDIT is not set | ||
36 | CONFIG_IKCONFIG=y | ||
37 | CONFIG_IKCONFIG_PROC=y | ||
38 | CONFIG_LOG_BUF_SHIFT=15 | ||
39 | # CONFIG_CPUSETS is not set | ||
40 | CONFIG_SYSFS_DEPRECATED=y | ||
41 | # CONFIG_RELAY is not set | ||
42 | # CONFIG_BLK_DEV_INITRD is not set | ||
43 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | ||
44 | CONFIG_SYSCTL=y | ||
45 | CONFIG_EMBEDDED=y | ||
46 | CONFIG_SYSCTL_SYSCALL=y | ||
47 | # CONFIG_KALLSYMS is not set | ||
48 | CONFIG_HOTPLUG=y | ||
49 | CONFIG_PRINTK=y | ||
50 | CONFIG_BUG=y | ||
51 | CONFIG_ELF_CORE=y | ||
52 | CONFIG_BASE_FULL=y | ||
53 | # CONFIG_FUTEX is not set | ||
54 | CONFIG_ANON_INODES=y | ||
55 | # CONFIG_EPOLL is not set | ||
56 | CONFIG_SIGNALFD=y | ||
57 | CONFIG_TIMERFD=y | ||
58 | CONFIG_EVENTFD=y | ||
59 | CONFIG_SHMEM=y | ||
60 | CONFIG_VM_EVENT_COUNTERS=y | ||
61 | CONFIG_SLAB=y | ||
62 | # CONFIG_SLUB is not set | ||
63 | # CONFIG_SLOB is not set | ||
64 | # CONFIG_TINY_SHMEM is not set | ||
65 | CONFIG_BASE_SMALL=0 | ||
66 | CONFIG_MODULES=y | ||
67 | CONFIG_MODULE_UNLOAD=y | ||
68 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
69 | # CONFIG_MODVERSIONS is not set | ||
70 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
71 | CONFIG_KMOD=y | ||
72 | CONFIG_STOP_MACHINE=y | ||
73 | CONFIG_BLOCK=y | ||
74 | # CONFIG_LBD is not set | ||
75 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
76 | # CONFIG_LSF is not set | ||
77 | # CONFIG_BLK_DEV_BSG is not set | ||
78 | |||
79 | # | ||
80 | # IO Schedulers | ||
81 | # | ||
82 | CONFIG_IOSCHED_NOOP=y | ||
83 | # CONFIG_IOSCHED_AS is not set | ||
84 | CONFIG_IOSCHED_DEADLINE=y | ||
85 | CONFIG_IOSCHED_CFQ=y | ||
86 | # CONFIG_DEFAULT_AS is not set | ||
87 | # CONFIG_DEFAULT_DEADLINE is not set | ||
88 | CONFIG_DEFAULT_CFQ=y | ||
89 | # CONFIG_DEFAULT_NOOP is not set | ||
90 | CONFIG_DEFAULT_IOSCHED="cfq" | ||
91 | |||
92 | # | ||
93 | # Processor type and features | ||
94 | # | ||
95 | # CONFIG_PLAT_MAPPI is not set | ||
96 | # CONFIG_PLAT_USRV is not set | ||
97 | CONFIG_PLAT_M32700UT=y | ||
98 | # CONFIG_PLAT_OPSPUT is not set | ||
99 | # CONFIG_PLAT_OAKS32R is not set | ||
100 | # CONFIG_PLAT_MAPPI2 is not set | ||
101 | # CONFIG_PLAT_MAPPI3 is not set | ||
102 | # CONFIG_PLAT_M32104UT is not set | ||
103 | CONFIG_CHIP_M32700=y | ||
104 | # CONFIG_CHIP_M32102 is not set | ||
105 | # CONFIG_CHIP_M32104 is not set | ||
106 | # CONFIG_CHIP_VDEC2 is not set | ||
107 | # CONFIG_CHIP_OPSP is not set | ||
108 | CONFIG_MMU=y | ||
109 | CONFIG_TLB_ENTRIES=32 | ||
110 | CONFIG_ISA_M32R2=y | ||
111 | CONFIG_ISA_DSP_LEVEL2=y | ||
112 | CONFIG_ISA_DUAL_ISSUE=y | ||
113 | CONFIG_BUS_CLOCK=50000000 | ||
114 | CONFIG_TIMER_DIVIDE=128 | ||
115 | # CONFIG_CPU_LITTLE_ENDIAN is not set | ||
116 | CONFIG_MEMORY_START=0x08000000 | ||
117 | CONFIG_MEMORY_SIZE=0x01000000 | ||
118 | CONFIG_NOHIGHMEM=y | ||
119 | CONFIG_ARCH_DISCONTIGMEM_ENABLE=y | ||
120 | CONFIG_SELECT_MEMORY_MODEL=y | ||
121 | # CONFIG_FLATMEM_MANUAL is not set | ||
122 | CONFIG_DISCONTIGMEM_MANUAL=y | ||
123 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
124 | CONFIG_DISCONTIGMEM=y | ||
125 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
126 | CONFIG_NEED_MULTIPLE_NODES=y | ||
127 | # CONFIG_SPARSEMEM_STATIC is not set | ||
128 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
129 | # CONFIG_RESOURCES_64BIT is not set | ||
130 | CONFIG_ZONE_DMA_FLAG=1 | ||
131 | CONFIG_BOUNCE=y | ||
132 | CONFIG_VIRT_TO_BUS=y | ||
133 | CONFIG_IRAM_START=0x00f00000 | ||
134 | CONFIG_IRAM_SIZE=0x00080000 | ||
135 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
136 | # CONFIG_RWSEM_XCHGADD_ALGORITHM is not set | ||
137 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | ||
138 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | ||
139 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
140 | CONFIG_GENERIC_HWEIGHT=y | ||
141 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
142 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y | ||
143 | CONFIG_PREEMPT=y | ||
144 | CONFIG_SMP=y | ||
145 | # CONFIG_CHIP_M32700_TS1 is not set | ||
146 | CONFIG_NR_CPUS=2 | ||
147 | CONFIG_NODES_SHIFT=1 | ||
148 | |||
149 | # | ||
150 | # Bus options (PCI, PCMCIA, EISA, MCA, ISA) | ||
151 | # | ||
152 | # CONFIG_ARCH_SUPPORTS_MSI is not set | ||
153 | # CONFIG_ISA is not set | ||
154 | |||
155 | # | ||
156 | # PCCARD (PCMCIA/CardBus) support | ||
157 | # | ||
158 | # CONFIG_PCCARD is not set | ||
159 | |||
160 | # | ||
161 | # Executable file formats | ||
162 | # | ||
163 | CONFIG_BINFMT_ELF=y | ||
164 | # CONFIG_BINFMT_MISC is not set | ||
165 | |||
166 | # | ||
167 | # Networking | ||
168 | # | ||
169 | CONFIG_NET=y | ||
170 | |||
171 | # | ||
172 | # Networking options | ||
173 | # | ||
174 | CONFIG_PACKET=y | ||
175 | # CONFIG_PACKET_MMAP is not set | ||
176 | CONFIG_UNIX=y | ||
177 | CONFIG_XFRM=y | ||
178 | # CONFIG_XFRM_USER is not set | ||
179 | # CONFIG_XFRM_SUB_POLICY is not set | ||
180 | # CONFIG_XFRM_MIGRATE is not set | ||
181 | # CONFIG_NET_KEY is not set | ||
182 | CONFIG_INET=y | ||
183 | # CONFIG_IP_MULTICAST is not set | ||
184 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
185 | CONFIG_IP_FIB_HASH=y | ||
186 | CONFIG_IP_PNP=y | ||
187 | CONFIG_IP_PNP_DHCP=y | ||
188 | # CONFIG_IP_PNP_BOOTP is not set | ||
189 | # CONFIG_IP_PNP_RARP is not set | ||
190 | # CONFIG_NET_IPIP is not set | ||
191 | # CONFIG_NET_IPGRE is not set | ||
192 | # CONFIG_ARPD is not set | ||
193 | # CONFIG_SYN_COOKIES is not set | ||
194 | # CONFIG_INET_AH is not set | ||
195 | # CONFIG_INET_ESP is not set | ||
196 | # CONFIG_INET_IPCOMP is not set | ||
197 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
198 | # CONFIG_INET_TUNNEL is not set | ||
199 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
200 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
201 | CONFIG_INET_XFRM_MODE_BEET=y | ||
202 | CONFIG_INET_DIAG=y | ||
203 | CONFIG_INET_TCP_DIAG=y | ||
204 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
205 | CONFIG_TCP_CONG_CUBIC=y | ||
206 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
207 | # CONFIG_TCP_MD5SIG is not set | ||
208 | # CONFIG_IPV6 is not set | ||
209 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
210 | # CONFIG_INET6_TUNNEL is not set | ||
211 | # CONFIG_NETWORK_SECMARK is not set | ||
212 | # CONFIG_NETFILTER is not set | ||
213 | # CONFIG_IP_DCCP is not set | ||
214 | # CONFIG_IP_SCTP is not set | ||
215 | # CONFIG_TIPC is not set | ||
216 | # CONFIG_ATM is not set | ||
217 | # CONFIG_BRIDGE is not set | ||
218 | # CONFIG_VLAN_8021Q is not set | ||
219 | # CONFIG_DECNET is not set | ||
220 | # CONFIG_LLC2 is not set | ||
221 | # CONFIG_IPX is not set | ||
222 | # CONFIG_ATALK is not set | ||
223 | # CONFIG_X25 is not set | ||
224 | # CONFIG_LAPB is not set | ||
225 | # CONFIG_ECONET is not set | ||
226 | # CONFIG_WAN_ROUTER is not set | ||
227 | |||
228 | # | ||
229 | # QoS and/or fair queueing | ||
230 | # | ||
231 | # CONFIG_NET_SCHED is not set | ||
232 | |||
233 | # | ||
234 | # Network testing | ||
235 | # | ||
236 | # CONFIG_NET_PKTGEN is not set | ||
237 | # CONFIG_HAMRADIO is not set | ||
238 | # CONFIG_IRDA is not set | ||
239 | # CONFIG_BT is not set | ||
240 | # CONFIG_AF_RXRPC is not set | ||
241 | |||
242 | # | ||
243 | # Wireless | ||
244 | # | ||
245 | # CONFIG_CFG80211 is not set | ||
246 | # CONFIG_WIRELESS_EXT is not set | ||
247 | # CONFIG_MAC80211 is not set | ||
248 | # CONFIG_IEEE80211 is not set | ||
249 | # CONFIG_RFKILL is not set | ||
250 | # CONFIG_NET_9P is not set | ||
251 | |||
252 | # | ||
253 | # Device Drivers | ||
254 | # | ||
255 | |||
256 | # | ||
257 | # Generic Driver Options | ||
258 | # | ||
259 | CONFIG_STANDALONE=y | ||
260 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
261 | CONFIG_FW_LOADER=y | ||
262 | # CONFIG_SYS_HYPERVISOR is not set | ||
263 | # CONFIG_CONNECTOR is not set | ||
264 | CONFIG_MTD=y | ||
265 | # CONFIG_MTD_DEBUG is not set | ||
266 | # CONFIG_MTD_CONCAT is not set | ||
267 | CONFIG_MTD_PARTITIONS=y | ||
268 | CONFIG_MTD_REDBOOT_PARTS=y | ||
269 | CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1 | ||
270 | # CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED is not set | ||
271 | # CONFIG_MTD_REDBOOT_PARTS_READONLY is not set | ||
272 | # CONFIG_MTD_CMDLINE_PARTS is not set | ||
273 | |||
274 | # | ||
275 | # User Modules And Translation Layers | ||
276 | # | ||
277 | # CONFIG_MTD_CHAR is not set | ||
278 | CONFIG_MTD_BLKDEVS=y | ||
279 | CONFIG_MTD_BLOCK=y | ||
280 | # CONFIG_FTL is not set | ||
281 | # CONFIG_NFTL is not set | ||
282 | # CONFIG_INFTL is not set | ||
283 | # CONFIG_RFD_FTL is not set | ||
284 | # CONFIG_SSFDC is not set | ||
285 | |||
286 | # | ||
287 | # RAM/ROM/Flash chip drivers | ||
288 | # | ||
289 | CONFIG_MTD_CFI=m | ||
290 | CONFIG_MTD_JEDECPROBE=m | ||
291 | CONFIG_MTD_GEN_PROBE=m | ||
292 | CONFIG_MTD_CFI_ADV_OPTIONS=y | ||
293 | # CONFIG_MTD_CFI_NOSWAP is not set | ||
294 | CONFIG_MTD_CFI_BE_BYTE_SWAP=y | ||
295 | # CONFIG_MTD_CFI_LE_BYTE_SWAP is not set | ||
296 | CONFIG_MTD_CFI_GEOMETRY=y | ||
297 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
298 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
299 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
300 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
301 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
302 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
303 | CONFIG_MTD_CFI_I1=y | ||
304 | # CONFIG_MTD_CFI_I2 is not set | ||
305 | # CONFIG_MTD_CFI_I4 is not set | ||
306 | # CONFIG_MTD_CFI_I8 is not set | ||
307 | # CONFIG_MTD_OTP is not set | ||
308 | # CONFIG_MTD_CFI_INTELEXT is not set | ||
309 | CONFIG_MTD_CFI_AMDSTD=m | ||
310 | # CONFIG_MTD_CFI_STAA is not set | ||
311 | CONFIG_MTD_CFI_UTIL=m | ||
312 | # CONFIG_MTD_RAM is not set | ||
313 | # CONFIG_MTD_ROM is not set | ||
314 | # CONFIG_MTD_ABSENT is not set | ||
315 | |||
316 | # | ||
317 | # Mapping drivers for chip access | ||
318 | # | ||
319 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
320 | # CONFIG_MTD_PHYSMAP is not set | ||
321 | # CONFIG_MTD_PLATRAM is not set | ||
322 | |||
323 | # | ||
324 | # Self-contained MTD device drivers | ||
325 | # | ||
326 | # CONFIG_MTD_SLRAM is not set | ||
327 | # CONFIG_MTD_PHRAM is not set | ||
328 | # CONFIG_MTD_MTDRAM is not set | ||
329 | # CONFIG_MTD_BLOCK2MTD is not set | ||
330 | |||
331 | # | ||
332 | # Disk-On-Chip Device Drivers | ||
333 | # | ||
334 | # CONFIG_MTD_DOC2000 is not set | ||
335 | # CONFIG_MTD_DOC2001 is not set | ||
336 | # CONFIG_MTD_DOC2001PLUS is not set | ||
337 | # CONFIG_MTD_NAND is not set | ||
338 | # CONFIG_MTD_ONENAND is not set | ||
339 | |||
340 | # | ||
341 | # UBI - Unsorted block images | ||
342 | # | ||
343 | # CONFIG_MTD_UBI is not set | ||
344 | # CONFIG_PARPORT is not set | ||
345 | CONFIG_BLK_DEV=y | ||
346 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
347 | CONFIG_BLK_DEV_LOOP=y | ||
348 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
349 | CONFIG_BLK_DEV_NBD=y | ||
350 | CONFIG_BLK_DEV_RAM=y | ||
351 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
352 | CONFIG_BLK_DEV_RAM_SIZE=4096 | ||
353 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | ||
354 | # CONFIG_CDROM_PKTCDVD is not set | ||
355 | CONFIG_ATA_OVER_ETH=m | ||
356 | CONFIG_MISC_DEVICES=y | ||
357 | # CONFIG_EEPROM_93CX6 is not set | ||
358 | CONFIG_IDE=y | ||
359 | CONFIG_IDE_MAX_HWIFS=4 | ||
360 | CONFIG_BLK_DEV_IDE=y | ||
361 | |||
362 | # | ||
363 | # Please see Documentation/ide.txt for help/info on IDE drives | ||
364 | # | ||
365 | # CONFIG_BLK_DEV_IDE_SATA is not set | ||
366 | CONFIG_BLK_DEV_IDEDISK=y | ||
367 | # CONFIG_IDEDISK_MULTI_MODE is not set | ||
368 | CONFIG_BLK_DEV_IDECD=m | ||
369 | # CONFIG_BLK_DEV_IDETAPE is not set | ||
370 | # CONFIG_BLK_DEV_IDEFLOPPY is not set | ||
371 | # CONFIG_BLK_DEV_IDESCSI is not set | ||
372 | # CONFIG_IDE_TASK_IOCTL is not set | ||
373 | CONFIG_IDE_PROC_FS=y | ||
374 | |||
375 | # | ||
376 | # IDE chipset support/bugfixes | ||
377 | # | ||
378 | CONFIG_IDE_GENERIC=y | ||
379 | # CONFIG_IDEPCI_PCIBUS_ORDER is not set | ||
380 | # CONFIG_IDE_ARM is not set | ||
381 | # CONFIG_BLK_DEV_IDEDMA is not set | ||
382 | # CONFIG_BLK_DEV_HD is not set | ||
383 | |||
384 | # | ||
385 | # SCSI device support | ||
386 | # | ||
387 | # CONFIG_RAID_ATTRS is not set | ||
388 | CONFIG_SCSI=m | ||
389 | # CONFIG_SCSI_DMA is not set | ||
390 | # CONFIG_SCSI_TGT is not set | ||
391 | # CONFIG_SCSI_NETLINK is not set | ||
392 | CONFIG_SCSI_PROC_FS=y | ||
393 | |||
394 | # | ||
395 | # SCSI support type (disk, tape, CD-ROM) | ||
396 | # | ||
397 | CONFIG_BLK_DEV_SD=m | ||
398 | # CONFIG_CHR_DEV_ST is not set | ||
399 | # CONFIG_CHR_DEV_OSST is not set | ||
400 | CONFIG_BLK_DEV_SR=m | ||
401 | # CONFIG_BLK_DEV_SR_VENDOR is not set | ||
402 | CONFIG_CHR_DEV_SG=m | ||
403 | # CONFIG_CHR_DEV_SCH is not set | ||
404 | |||
405 | # | ||
406 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | ||
407 | # | ||
408 | CONFIG_SCSI_MULTI_LUN=y | ||
409 | # CONFIG_SCSI_CONSTANTS is not set | ||
410 | # CONFIG_SCSI_LOGGING is not set | ||
411 | # CONFIG_SCSI_SCAN_ASYNC is not set | ||
412 | CONFIG_SCSI_WAIT_SCAN=m | ||
413 | |||
414 | # | ||
415 | # SCSI Transports | ||
416 | # | ||
417 | # CONFIG_SCSI_SPI_ATTRS is not set | ||
418 | # CONFIG_SCSI_FC_ATTRS is not set | ||
419 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
420 | # CONFIG_SCSI_SAS_LIBSAS is not set | ||
421 | CONFIG_SCSI_LOWLEVEL=y | ||
422 | # CONFIG_ISCSI_TCP is not set | ||
423 | # CONFIG_SCSI_DEBUG is not set | ||
424 | # CONFIG_MD is not set | ||
425 | CONFIG_NETDEVICES=y | ||
426 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
427 | # CONFIG_DUMMY is not set | ||
428 | # CONFIG_BONDING is not set | ||
429 | # CONFIG_MACVLAN is not set | ||
430 | # CONFIG_EQUALIZER is not set | ||
431 | # CONFIG_TUN is not set | ||
432 | # CONFIG_PHYLIB is not set | ||
433 | CONFIG_NET_ETHERNET=y | ||
434 | CONFIG_MII=y | ||
435 | CONFIG_SMC91X=y | ||
436 | # CONFIG_NE2000 is not set | ||
437 | CONFIG_NETDEV_1000=y | ||
438 | CONFIG_NETDEV_10000=y | ||
439 | |||
440 | # | ||
441 | # Wireless LAN | ||
442 | # | ||
443 | # CONFIG_WLAN_PRE80211 is not set | ||
444 | # CONFIG_WLAN_80211 is not set | ||
445 | # CONFIG_WAN is not set | ||
446 | # CONFIG_PPP is not set | ||
447 | # CONFIG_SLIP is not set | ||
448 | # CONFIG_SHAPER is not set | ||
449 | # CONFIG_NETCONSOLE is not set | ||
450 | # CONFIG_NETPOLL is not set | ||
451 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
452 | # CONFIG_ISDN is not set | ||
453 | # CONFIG_PHONE is not set | ||
454 | |||
455 | # | ||
456 | # Input device support | ||
457 | # | ||
458 | CONFIG_INPUT=y | ||
459 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
460 | # CONFIG_INPUT_POLLDEV is not set | ||
461 | |||
462 | # | ||
463 | # Userland interfaces | ||
464 | # | ||
465 | # CONFIG_INPUT_MOUSEDEV is not set | ||
466 | # CONFIG_INPUT_JOYDEV is not set | ||
467 | # CONFIG_INPUT_TSDEV is not set | ||
468 | # CONFIG_INPUT_EVDEV is not set | ||
469 | # CONFIG_INPUT_EVBUG is not set | ||
470 | |||
471 | # | ||
472 | # Input Device Drivers | ||
473 | # | ||
474 | # CONFIG_INPUT_KEYBOARD is not set | ||
475 | # CONFIG_INPUT_MOUSE is not set | ||
476 | # CONFIG_INPUT_JOYSTICK is not set | ||
477 | # CONFIG_INPUT_TABLET is not set | ||
478 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
479 | # CONFIG_INPUT_MISC is not set | ||
480 | |||
481 | # | ||
482 | # Hardware I/O ports | ||
483 | # | ||
484 | CONFIG_SERIO=y | ||
485 | # CONFIG_SERIO_I8042 is not set | ||
486 | CONFIG_SERIO_SERPORT=y | ||
487 | # CONFIG_SERIO_LIBPS2 is not set | ||
488 | # CONFIG_SERIO_RAW is not set | ||
489 | # CONFIG_GAMEPORT is not set | ||
490 | |||
491 | # | ||
492 | # Character devices | ||
493 | # | ||
494 | CONFIG_VT=y | ||
495 | CONFIG_VT_CONSOLE=y | ||
496 | CONFIG_HW_CONSOLE=y | ||
497 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | ||
498 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
499 | |||
500 | # | ||
501 | # Serial drivers | ||
502 | # | ||
503 | # CONFIG_SERIAL_8250 is not set | ||
504 | |||
505 | # | ||
506 | # Non-8250 serial port support | ||
507 | # | ||
508 | CONFIG_SERIAL_CORE=y | ||
509 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
510 | CONFIG_SERIAL_M32R_SIO=y | ||
511 | CONFIG_SERIAL_M32R_SIO_CONSOLE=y | ||
512 | CONFIG_SERIAL_M32R_PLDSIO=y | ||
513 | CONFIG_UNIX98_PTYS=y | ||
514 | CONFIG_LEGACY_PTYS=y | ||
515 | CONFIG_LEGACY_PTY_COUNT=256 | ||
516 | # CONFIG_IPMI_HANDLER is not set | ||
517 | # CONFIG_WATCHDOG is not set | ||
518 | CONFIG_HW_RANDOM=y | ||
519 | # CONFIG_RTC is not set | ||
520 | CONFIG_DS1302=y | ||
521 | # CONFIG_R3964 is not set | ||
522 | # CONFIG_RAW_DRIVER is not set | ||
523 | # CONFIG_TCG_TPM is not set | ||
524 | # CONFIG_I2C is not set | ||
525 | |||
526 | # | ||
527 | # SPI support | ||
528 | # | ||
529 | # CONFIG_SPI is not set | ||
530 | # CONFIG_SPI_MASTER is not set | ||
531 | # CONFIG_W1 is not set | ||
532 | # CONFIG_POWER_SUPPLY is not set | ||
533 | CONFIG_HWMON=y | ||
534 | # CONFIG_HWMON_VID is not set | ||
535 | # CONFIG_SENSORS_ABITUGURU is not set | ||
536 | # CONFIG_SENSORS_ABITUGURU3 is not set | ||
537 | # CONFIG_SENSORS_F71805F is not set | ||
538 | # CONFIG_SENSORS_IT87 is not set | ||
539 | # CONFIG_SENSORS_PC87360 is not set | ||
540 | # CONFIG_SENSORS_PC87427 is not set | ||
541 | # CONFIG_SENSORS_SMSC47M1 is not set | ||
542 | # CONFIG_SENSORS_SMSC47B397 is not set | ||
543 | # CONFIG_SENSORS_VT1211 is not set | ||
544 | # CONFIG_SENSORS_W83627HF is not set | ||
545 | # CONFIG_SENSORS_W83627EHF is not set | ||
546 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
547 | |||
548 | # | ||
549 | # Multifunction device drivers | ||
550 | # | ||
551 | # CONFIG_MFD_SM501 is not set | ||
552 | |||
553 | # | ||
554 | # Multimedia devices | ||
555 | # | ||
556 | CONFIG_VIDEO_DEV=m | ||
557 | CONFIG_VIDEO_V4L1=y | ||
558 | CONFIG_VIDEO_V4L1_COMPAT=y | ||
559 | CONFIG_VIDEO_V4L2=y | ||
560 | CONFIG_VIDEO_CAPTURE_DRIVERS=y | ||
561 | # CONFIG_VIDEO_ADV_DEBUG is not set | ||
562 | CONFIG_VIDEO_HELPER_CHIPS_AUTO=y | ||
563 | # CONFIG_VIDEO_CPIA is not set | ||
564 | CONFIG_VIDEO_M32R_AR=m | ||
565 | CONFIG_VIDEO_M32R_AR_M64278=m | ||
566 | CONFIG_RADIO_ADAPTERS=y | ||
567 | # CONFIG_DVB_CORE is not set | ||
568 | CONFIG_DAB=y | ||
569 | |||
570 | # | ||
571 | # Graphics support | ||
572 | # | ||
573 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
574 | |||
575 | # | ||
576 | # Display device support | ||
577 | # | ||
578 | # CONFIG_DISPLAY_SUPPORT is not set | ||
579 | # CONFIG_VGASTATE is not set | ||
580 | CONFIG_VIDEO_OUTPUT_CONTROL=m | ||
581 | CONFIG_FB=y | ||
582 | CONFIG_FIRMWARE_EDID=y | ||
583 | # CONFIG_FB_DDC is not set | ||
584 | CONFIG_FB_CFB_FILLRECT=y | ||
585 | CONFIG_FB_CFB_COPYAREA=y | ||
586 | CONFIG_FB_CFB_IMAGEBLIT=y | ||
587 | # CONFIG_FB_SYS_FILLRECT is not set | ||
588 | # CONFIG_FB_SYS_COPYAREA is not set | ||
589 | # CONFIG_FB_SYS_IMAGEBLIT is not set | ||
590 | # CONFIG_FB_SYS_FOPS is not set | ||
591 | CONFIG_FB_DEFERRED_IO=y | ||
592 | # CONFIG_FB_SVGALIB is not set | ||
593 | # CONFIG_FB_MACMODES is not set | ||
594 | # CONFIG_FB_BACKLIGHT is not set | ||
595 | # CONFIG_FB_MODE_HELPERS is not set | ||
596 | # CONFIG_FB_TILEBLITTING is not set | ||
597 | |||
598 | # | ||
599 | # Frame buffer hardware drivers | ||
600 | # | ||
601 | CONFIG_FB_S1D13XXX=y | ||
602 | # CONFIG_FB_VIRTUAL is not set | ||
603 | |||
604 | # | ||
605 | # Console display driver support | ||
606 | # | ||
607 | # CONFIG_VGA_CONSOLE is not set | ||
608 | CONFIG_DUMMY_CONSOLE=y | ||
609 | CONFIG_FRAMEBUFFER_CONSOLE=y | ||
610 | # CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set | ||
611 | # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set | ||
612 | # CONFIG_FONTS is not set | ||
613 | CONFIG_FONT_8x8=y | ||
614 | CONFIG_FONT_8x16=y | ||
615 | CONFIG_LOGO=y | ||
616 | CONFIG_LOGO_LINUX_MONO=y | ||
617 | CONFIG_LOGO_LINUX_VGA16=y | ||
618 | CONFIG_LOGO_LINUX_CLUT224=y | ||
619 | CONFIG_LOGO_M32R_CLUT224=y | ||
620 | |||
621 | # | ||
622 | # Sound | ||
623 | # | ||
624 | # CONFIG_SOUND is not set | ||
625 | CONFIG_HID_SUPPORT=y | ||
626 | CONFIG_HID=y | ||
627 | # CONFIG_HID_DEBUG is not set | ||
628 | CONFIG_USB_SUPPORT=y | ||
629 | # CONFIG_USB_ARCH_HAS_HCD is not set | ||
630 | # CONFIG_USB_ARCH_HAS_OHCI is not set | ||
631 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
632 | |||
633 | # | ||
634 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
635 | # | ||
636 | |||
637 | # | ||
638 | # USB Gadget Support | ||
639 | # | ||
640 | # CONFIG_USB_GADGET is not set | ||
641 | CONFIG_MMC=y | ||
642 | CONFIG_MMC_DEBUG=y | ||
643 | # CONFIG_MMC_UNSAFE_RESUME is not set | ||
644 | |||
645 | # | ||
646 | # MMC/SD Card Drivers | ||
647 | # | ||
648 | CONFIG_MMC_BLOCK=y | ||
649 | CONFIG_MMC_BLOCK_BOUNCE=y | ||
650 | |||
651 | # | ||
652 | # MMC/SD Host Controller Drivers | ||
653 | # | ||
654 | # CONFIG_NEW_LEDS is not set | ||
655 | |||
656 | # | ||
657 | # Real Time Clock | ||
658 | # | ||
659 | # CONFIG_RTC_CLASS is not set | ||
660 | |||
661 | # | ||
662 | # Userspace I/O | ||
663 | # | ||
664 | # CONFIG_UIO is not set | ||
665 | |||
666 | # | ||
667 | # File systems | ||
668 | # | ||
669 | CONFIG_EXT2_FS=y | ||
670 | # CONFIG_EXT2_FS_XATTR is not set | ||
671 | # CONFIG_EXT2_FS_XIP is not set | ||
672 | CONFIG_EXT3_FS=y | ||
673 | CONFIG_EXT3_FS_XATTR=y | ||
674 | # CONFIG_EXT3_FS_POSIX_ACL is not set | ||
675 | # CONFIG_EXT3_FS_SECURITY is not set | ||
676 | # CONFIG_EXT4DEV_FS is not set | ||
677 | CONFIG_JBD=y | ||
678 | CONFIG_JBD_DEBUG=y | ||
679 | CONFIG_FS_MBCACHE=y | ||
680 | CONFIG_REISERFS_FS=m | ||
681 | # CONFIG_REISERFS_CHECK is not set | ||
682 | # CONFIG_REISERFS_PROC_INFO is not set | ||
683 | # CONFIG_REISERFS_FS_XATTR is not set | ||
684 | # CONFIG_JFS_FS is not set | ||
685 | # CONFIG_FS_POSIX_ACL is not set | ||
686 | # CONFIG_XFS_FS is not set | ||
687 | # CONFIG_GFS2_FS is not set | ||
688 | # CONFIG_OCFS2_FS is not set | ||
689 | # CONFIG_MINIX_FS is not set | ||
690 | # CONFIG_ROMFS_FS is not set | ||
691 | CONFIG_INOTIFY=y | ||
692 | CONFIG_INOTIFY_USER=y | ||
693 | # CONFIG_QUOTA is not set | ||
694 | CONFIG_DNOTIFY=y | ||
695 | # CONFIG_AUTOFS_FS is not set | ||
696 | # CONFIG_AUTOFS4_FS is not set | ||
697 | # CONFIG_FUSE_FS is not set | ||
698 | |||
699 | # | ||
700 | # CD-ROM/DVD Filesystems | ||
701 | # | ||
702 | CONFIG_ISO9660_FS=m | ||
703 | CONFIG_JOLIET=y | ||
704 | # CONFIG_ZISOFS is not set | ||
705 | CONFIG_UDF_FS=m | ||
706 | CONFIG_UDF_NLS=y | ||
707 | |||
708 | # | ||
709 | # DOS/FAT/NT Filesystems | ||
710 | # | ||
711 | CONFIG_FAT_FS=m | ||
712 | CONFIG_MSDOS_FS=m | ||
713 | CONFIG_VFAT_FS=m | ||
714 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
715 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
716 | # CONFIG_NTFS_FS is not set | ||
717 | |||
718 | # | ||
719 | # Pseudo filesystems | ||
720 | # | ||
721 | CONFIG_PROC_FS=y | ||
722 | CONFIG_PROC_KCORE=y | ||
723 | CONFIG_PROC_SYSCTL=y | ||
724 | CONFIG_SYSFS=y | ||
725 | CONFIG_TMPFS=y | ||
726 | # CONFIG_TMPFS_POSIX_ACL is not set | ||
727 | # CONFIG_HUGETLB_PAGE is not set | ||
728 | CONFIG_RAMFS=y | ||
729 | # CONFIG_CONFIGFS_FS is not set | ||
730 | |||
731 | # | ||
732 | # Miscellaneous filesystems | ||
733 | # | ||
734 | # CONFIG_ADFS_FS is not set | ||
735 | # CONFIG_AFFS_FS is not set | ||
736 | # CONFIG_HFS_FS is not set | ||
737 | # CONFIG_HFSPLUS_FS is not set | ||
738 | # CONFIG_BEFS_FS is not set | ||
739 | # CONFIG_BFS_FS is not set | ||
740 | # CONFIG_EFS_FS is not set | ||
741 | # CONFIG_JFFS2_FS is not set | ||
742 | # CONFIG_CRAMFS is not set | ||
743 | # CONFIG_VXFS_FS is not set | ||
744 | # CONFIG_HPFS_FS is not set | ||
745 | # CONFIG_QNX4FS_FS is not set | ||
746 | # CONFIG_SYSV_FS is not set | ||
747 | # CONFIG_UFS_FS is not set | ||
748 | |||
749 | # | ||
750 | # Network File Systems | ||
751 | # | ||
752 | CONFIG_NFS_FS=y | ||
753 | CONFIG_NFS_V3=y | ||
754 | # CONFIG_NFS_V3_ACL is not set | ||
755 | # CONFIG_NFS_V4 is not set | ||
756 | # CONFIG_NFS_DIRECTIO is not set | ||
757 | # CONFIG_NFSD is not set | ||
758 | CONFIG_ROOT_NFS=y | ||
759 | CONFIG_LOCKD=y | ||
760 | CONFIG_LOCKD_V4=y | ||
761 | CONFIG_NFS_COMMON=y | ||
762 | CONFIG_SUNRPC=y | ||
763 | # CONFIG_SUNRPC_BIND34 is not set | ||
764 | # CONFIG_RPCSEC_GSS_KRB5 is not set | ||
765 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
766 | # CONFIG_SMB_FS is not set | ||
767 | # CONFIG_CIFS is not set | ||
768 | # CONFIG_NCP_FS is not set | ||
769 | # CONFIG_CODA_FS is not set | ||
770 | # CONFIG_AFS_FS is not set | ||
771 | |||
772 | # | ||
773 | # Partition Types | ||
774 | # | ||
775 | # CONFIG_PARTITION_ADVANCED is not set | ||
776 | CONFIG_MSDOS_PARTITION=y | ||
777 | |||
778 | # | ||
779 | # Native Language Support | ||
780 | # | ||
781 | CONFIG_NLS=y | ||
782 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
783 | # CONFIG_NLS_CODEPAGE_437 is not set | ||
784 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
785 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
786 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
787 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
788 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
789 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
790 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
791 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
792 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
793 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
794 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
795 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
796 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
797 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
798 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
799 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
800 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
801 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
802 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
803 | # CONFIG_NLS_ISO8859_8 is not set | ||
804 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
805 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
806 | # CONFIG_NLS_ASCII is not set | ||
807 | # CONFIG_NLS_ISO8859_1 is not set | ||
808 | # CONFIG_NLS_ISO8859_2 is not set | ||
809 | # CONFIG_NLS_ISO8859_3 is not set | ||
810 | # CONFIG_NLS_ISO8859_4 is not set | ||
811 | # CONFIG_NLS_ISO8859_5 is not set | ||
812 | # CONFIG_NLS_ISO8859_6 is not set | ||
813 | # CONFIG_NLS_ISO8859_7 is not set | ||
814 | # CONFIG_NLS_ISO8859_9 is not set | ||
815 | # CONFIG_NLS_ISO8859_13 is not set | ||
816 | # CONFIG_NLS_ISO8859_14 is not set | ||
817 | # CONFIG_NLS_ISO8859_15 is not set | ||
818 | # CONFIG_NLS_KOI8_R is not set | ||
819 | # CONFIG_NLS_KOI8_U is not set | ||
820 | # CONFIG_NLS_UTF8 is not set | ||
821 | |||
822 | # | ||
823 | # Distributed Lock Manager | ||
824 | # | ||
825 | # CONFIG_DLM is not set | ||
826 | |||
827 | # | ||
828 | # Profiling support | ||
829 | # | ||
830 | CONFIG_PROFILING=y | ||
831 | CONFIG_OPROFILE=y | ||
832 | |||
833 | # | ||
834 | # Kernel hacking | ||
835 | # | ||
836 | # CONFIG_PRINTK_TIME is not set | ||
837 | CONFIG_ENABLE_MUST_CHECK=y | ||
838 | # CONFIG_MAGIC_SYSRQ is not set | ||
839 | # CONFIG_UNUSED_SYMBOLS is not set | ||
840 | # CONFIG_DEBUG_FS is not set | ||
841 | # CONFIG_HEADERS_CHECK is not set | ||
842 | # CONFIG_DEBUG_KERNEL is not set | ||
843 | # CONFIG_DEBUG_BUGVERBOSE is not set | ||
844 | # CONFIG_FRAME_POINTER is not set | ||
845 | |||
846 | # | ||
847 | # Security options | ||
848 | # | ||
849 | # CONFIG_KEYS is not set | ||
850 | # CONFIG_SECURITY is not set | ||
851 | # CONFIG_CRYPTO is not set | ||
852 | |||
853 | # | ||
854 | # Library routines | ||
855 | # | ||
856 | CONFIG_BITREVERSE=y | ||
857 | # CONFIG_CRC_CCITT is not set | ||
858 | # CONFIG_CRC16 is not set | ||
859 | # CONFIG_CRC_ITU_T is not set | ||
860 | CONFIG_CRC32=y | ||
861 | # CONFIG_CRC7 is not set | ||
862 | # CONFIG_LIBCRC32C is not set | ||
863 | CONFIG_HAS_IOMEM=y | ||