aboutsummaryrefslogtreecommitdiffstats
path: root/arch/v850
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2005-07-27 14:44:53 -0400
committerLinus Torvalds <torvalds@g5.osdl.org>2005-07-27 19:26:02 -0400
commitf307d365ea4db4848a0b43bbbdf3c96f4d2e0933 (patch)
treea249f9777a9d1782a87d57fb4978e3084e7e255b /arch/v850
parent4f9a6e101a962dd845eda69fa066184457968228 (diff)
[PATCH] v850: Add defconfigs
Signed-off-by: Miles Bader <miles@gnu.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/v850')
-rw-r--r--arch/v850/Makefile7
-rw-r--r--arch/v850/README64
-rw-r--r--arch/v850/configs/rte-ma1-cb_defconfig605
-rw-r--r--arch/v850/configs/rte-me2-cb_defconfig453
-rw-r--r--arch/v850/configs/sim_defconfig442
5 files changed, 1543 insertions, 28 deletions
diff --git a/arch/v850/Makefile b/arch/v850/Makefile
index 6edaed4a310e..bf38ca0ad781 100644
--- a/arch/v850/Makefile
+++ b/arch/v850/Makefile
@@ -1,8 +1,8 @@
1# 1#
2# arch/v850/Makefile 2# arch/v850/Makefile
3# 3#
4# Copyright (C) 2001,02,03 NEC Corporation 4# Copyright (C) 2001,02,03,05 NEC Corporation
5# Copyright (C) 2001,02,03 Miles Bader <miles@gnu.org> 5# Copyright (C) 2001,02,03,05 Miles Bader <miles@gnu.org>
6# 6#
7# This file is included by the global makefile so that you can add your own 7# This file is included by the global makefile so that you can add your own
8# architecture-specific flags and dependencies. Remember to do have actions 8# architecture-specific flags and dependencies. Remember to do have actions
@@ -22,6 +22,9 @@ CFLAGS += -ffixed-r16 -mno-prolog-function
22CFLAGS += -fno-builtin 22CFLAGS += -fno-builtin
23CFLAGS += -D__linux__ -DUTS_SYSNAME=\"uClinux\" 23CFLAGS += -D__linux__ -DUTS_SYSNAME=\"uClinux\"
24 24
25# By default, build a kernel that runs on the gdb v850 simulator.
26KBUILD_DEFCONFIG := sim_defconfig
27
25# This prevents the linker from consolidating the .gnu.linkonce.this_module 28# This prevents the linker from consolidating the .gnu.linkonce.this_module
26# section into .text (which the v850 default linker script for -r does for 29# section into .text (which the v850 default linker script for -r does for
27# some reason) 30# some reason)
diff --git a/arch/v850/README b/arch/v850/README
index 01b98e290d4a..12f7f7a665e0 100644
--- a/arch/v850/README
+++ b/arch/v850/README
@@ -1,31 +1,43 @@
1This port to the NEC V850E processor supports the following platforms: 1This port to the NEC V850E processor supports the following platforms:
2 2
3 + The gdb v850e simulator (CONFIG_V850E_SIM). 3 "sim"
4 4 The gdb v850e simulator (CONFIG_V850E_SIM).
5 + The Midas labs RTE-V850E/MA1-CB and RTE-V850E/NB85E-CB evaluation boards 5
6 (CONFIG_RTE_CB_MA1 and CONFIG_RTE_CB_NB85E). This support has only been 6 "rte-ma1-cb"
7 tested when running with the Multi-debugger monitor ROM (for the Green 7 The Midas labs RTE-V850E/MA1-CB and RTE-V850E/NB85E-CB evaluation
8 Hills Multi debugger). The optional NEC Solution Gear RTE-MOTHER-A 8 boards (CONFIG_RTE_CB_MA1 and CONFIG_RTE_CB_NB85E). This support
9 motherboard is also supported, which allows PCI boards to be used 9 has only been tested when running with the Multi-debugger monitor
10 (CONFIG_RTE_MB_A_PCI). 10 ROM (for the Green Hills Multi debugger). The optional NEC
11 11 Solution Gear RTE-MOTHER-A motherboard is also supported, which
12 + The Midas labs RTE-V850E/ME2-CB evaluation board (CONFIG_RTE_CB_ME2). 12 allows PCI boards to be used (CONFIG_RTE_MB_A_PCI).
13 This has only been tested using a kernel downloaded via an ICE connection 13
14 using the Multi debugger. Support for the RTE-MOTHER-A is present, but 14 "rte-me2-cb"
15 hasn't been tested (unlike the other Midas labs cpu boards, the 15 The Midas labs RTE-V850E/ME2-CB evaluation board (CONFIG_RTE_CB_ME2).
16 RTE-V850E/ME2-CB includes an ethernet adaptor). 16 This has only been tested using a kernel downloaded via an ICE
17 17 connection using the Multi debugger. Support for the RTE-MOTHER-A is
18 + The NEC AS85EP1 V850E evaluation chip/board (CONFIG_V850E_AS85EP1). 18 present, but hasn't been tested (unlike the other Midas labs cpu
19 19 boards, the RTE-V850E/ME2-CB includes an ethernet adaptor).
20 + The NEC `Anna' (board/chip) implementation of the V850E2 processor 20
21 (CONFIG_V850E2_ANNA). 21 "as85ep1"
22 22 The NEC AS85EP1 V850E evaluation chip/board (CONFIG_V850E_AS85EP1).
23 + The sim85e2c and sim85e2s simulators, which are verilog simulations of 23
24 the V850E2 NA85E2C/NA85E2S cpu cores (CONFIG_V850E2_SIM85E2C and 24 "anna"
25 CONFIG_V850E2_SIM85E2S). 25 The NEC `Anna' (board/chip) implementation of the V850E2 processor
26 26 (CONFIG_V850E2_ANNA).
27 + A FPGA implementation of the V850E2 NA85E2C cpu core 27
28 (CONFIG_V850E2_FPGA85E2C). 28 "sim85e2c", "sim85e2s"
29 The sim85e2c and sim85e2s simulators, which are verilog simulations
30 of the V850E2 NA85E2C/NA85E2S cpu cores (CONFIG_V850E2_SIM85E2C and
31 CONFIG_V850E2_SIM85E2S).
32
33 "fpga85e2c"
34 A FPGA implementation of the V850E2 NA85E2C cpu core
35 (CONFIG_V850E2_FPGA85E2C).
36
37To get a default kernel configuration for a particular platform, you can
38use a <platform>_defconfig make target (e.g., "make rte-me2-cb_defconfig");
39to see which default configurations are possible, look in the directory
40"arch/v850/configs".
29 41
30Porting to anything with a V850E/MA1 or MA2 processor should be simple. 42Porting to anything with a V850E/MA1 or MA2 processor should be simple.
31See the file <asm-v850/machdep.h> and the files it includes for an example of 43See the file <asm-v850/machdep.h> and the files it includes for an example of
diff --git a/arch/v850/configs/rte-ma1-cb_defconfig b/arch/v850/configs/rte-ma1-cb_defconfig
new file mode 100644
index 000000000000..1b5ca3c3a658
--- /dev/null
+++ b/arch/v850/configs/rte-ma1-cb_defconfig
@@ -0,0 +1,605 @@
1#
2# Automatically generated make config: don't edit
3# Linux kernel version: 2.6.12-uc0
4# Thu Jul 21 11:08:27 2005
5#
6# CONFIG_MMU is not set
7# CONFIG_UID16 is not set
8CONFIG_RWSEM_GENERIC_SPINLOCK=y
9# CONFIG_RWSEM_XCHGADD_ALGORITHM is not set
10CONFIG_GENERIC_CALIBRATE_DELAY=y
11# CONFIG_ISA is not set
12# CONFIG_ISAPNP is not set
13# CONFIG_EISA is not set
14# CONFIG_MCA is not set
15CONFIG_V850=y
16
17#
18# Processor type and features
19#
20# CONFIG_V850E_SIM is not set
21CONFIG_RTE_CB_MA1=y
22# CONFIG_RTE_CB_NB85E is not set
23# CONFIG_RTE_CB_ME2 is not set
24# CONFIG_V850E_AS85EP1 is not set
25# CONFIG_V850E2_SIM85E2C is not set
26# CONFIG_V850E2_SIM85E2S is not set
27# CONFIG_V850E2_FPGA85E2C is not set
28# CONFIG_V850E2_ANNA is not set
29CONFIG_V850E=y
30CONFIG_V850E_MA1=y
31CONFIG_RTE_CB=y
32CONFIG_RTE_CB_MULTI=y
33CONFIG_RTE_CB_MULTI_DBTRAP=y
34# CONFIG_RTE_CB_MA1_KSRAM is not set
35CONFIG_RTE_MB_A_PCI=y
36CONFIG_RTE_GBUS_INT=y
37CONFIG_PCI=y
38CONFIG_V850E_INTC=y
39CONFIG_V850E_TIMER_D=y
40# CONFIG_V850E_CACHE is not set
41# CONFIG_V850E2_CACHE is not set
42CONFIG_NO_CACHE=y
43CONFIG_ZERO_BSS=y
44# CONFIG_V850E_HIGHRES_TIMER is not set
45# CONFIG_RESET_GUARD is not set
46CONFIG_LARGE_ALLOCS=y
47
48#
49# Code maturity level options
50#
51# CONFIG_EXPERIMENTAL is not set
52CONFIG_CLEAN_COMPILE=y
53CONFIG_BROKEN_ON_SMP=y
54CONFIG_INIT_ENV_ARG_LIMIT=32
55
56#
57# General setup
58#
59CONFIG_LOCALVERSION=""
60# CONFIG_BSD_PROCESS_ACCT is not set
61# CONFIG_SYSCTL is not set
62# CONFIG_AUDIT is not set
63# CONFIG_HOTPLUG is not set
64CONFIG_KOBJECT_UEVENT=y
65# CONFIG_IKCONFIG is not set
66CONFIG_EMBEDDED=y
67# CONFIG_KALLSYMS is not set
68CONFIG_PRINTK=y
69CONFIG_BUG=y
70# CONFIG_BASE_FULL is not set
71# CONFIG_FUTEX is not set
72# CONFIG_EPOLL is not set
73CONFIG_CC_OPTIMIZE_FOR_SIZE=y
74CONFIG_CC_ALIGN_FUNCTIONS=0
75CONFIG_CC_ALIGN_LABELS=0
76CONFIG_CC_ALIGN_LOOPS=0
77CONFIG_CC_ALIGN_JUMPS=0
78CONFIG_BASE_SMALL=1
79
80#
81# Loadable module support
82#
83CONFIG_MODULES=y
84CONFIG_MODULE_UNLOAD=y
85CONFIG_OBSOLETE_MODPARM=y
86# CONFIG_MODULE_SRCVERSION_ALL is not set
87CONFIG_KMOD=y
88
89#
90# Bus options (PCI, PCMCIA, EISA, MCA, ISA)
91#
92# CONFIG_PCI_LEGACY_PROC is not set
93# CONFIG_PCI_NAMES is not set
94# CONFIG_PCI_DEBUG is not set
95
96#
97# PCCARD (PCMCIA/CardBus) support
98#
99# CONFIG_PCCARD is not set
100
101#
102# PCI Hotplug Support
103#
104
105#
106# Executable file formats
107#
108CONFIG_BINFMT_FLAT=y
109# CONFIG_BINFMT_ZFLAT is not set
110# CONFIG_BINFMT_SHARED_FLAT is not set
111# CONFIG_BINFMT_MISC is not set
112
113#
114# Generic Driver Options
115#
116CONFIG_STANDALONE=y
117CONFIG_PREVENT_FIRMWARE_BUILD=y
118# CONFIG_FW_LOADER is not set
119# CONFIG_DEBUG_DRIVER is not set
120
121#
122# Memory Technology Devices (MTD)
123#
124CONFIG_MTD=y
125# CONFIG_MTD_DEBUG is not set
126# CONFIG_MTD_CONCAT is not set
127# CONFIG_MTD_PARTITIONS is not set
128
129#
130# User Modules And Translation Layers
131#
132# CONFIG_MTD_CHAR is not set
133CONFIG_MTD_BLOCK=y
134# CONFIG_FTL is not set
135# CONFIG_NFTL is not set
136# CONFIG_INFTL is not set
137
138#
139# RAM/ROM/Flash chip drivers
140#
141# CONFIG_MTD_CFI is not set
142# CONFIG_MTD_JEDECPROBE is not set
143CONFIG_MTD_MAP_BANK_WIDTH_1=y
144CONFIG_MTD_MAP_BANK_WIDTH_2=y
145CONFIG_MTD_MAP_BANK_WIDTH_4=y
146# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
147# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
148# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
149CONFIG_MTD_CFI_I1=y
150CONFIG_MTD_CFI_I2=y
151# CONFIG_MTD_CFI_I4 is not set
152# CONFIG_MTD_CFI_I8 is not set
153# CONFIG_MTD_RAM is not set
154# CONFIG_MTD_ROM is not set
155# CONFIG_MTD_ABSENT is not set
156
157#
158# Mapping drivers for chip access
159#
160# CONFIG_MTD_COMPLEX_MAPPINGS is not set
161
162#
163# Self-contained MTD device drivers
164#
165# CONFIG_MTD_PMC551 is not set
166CONFIG_MTD_SLRAM=y
167# CONFIG_MTD_PHRAM is not set
168# CONFIG_MTD_MTDRAM is not set
169# CONFIG_MTD_BLKMTD is not set
170
171#
172# Disk-On-Chip Device Drivers
173#
174# CONFIG_MTD_DOC2000 is not set
175# CONFIG_MTD_DOC2001 is not set
176# CONFIG_MTD_DOC2001PLUS is not set
177
178#
179# NAND Flash Device Drivers
180#
181# CONFIG_MTD_NAND is not set
182
183#
184# Parallel port support
185#
186# CONFIG_PARPORT is not set
187
188#
189# Block devices
190#
191# CONFIG_BLK_DEV_FD is not set
192# CONFIG_BLK_CPQ_DA is not set
193# CONFIG_BLK_CPQ_CISS_DA is not set
194# CONFIG_BLK_DEV_DAC960 is not set
195# CONFIG_BLK_DEV_COW_COMMON is not set
196# CONFIG_BLK_DEV_LOOP is not set
197# CONFIG_BLK_DEV_NBD is not set
198# CONFIG_BLK_DEV_SX8 is not set
199# CONFIG_BLK_DEV_RAM is not set
200CONFIG_BLK_DEV_RAM_COUNT=16
201CONFIG_INITRAMFS_SOURCE=""
202# CONFIG_CDROM_PKTCDVD is not set
203
204#
205# IO Schedulers
206#
207CONFIG_IOSCHED_NOOP=y
208# CONFIG_IOSCHED_AS is not set
209# CONFIG_IOSCHED_DEADLINE is not set
210# CONFIG_IOSCHED_CFQ is not set
211# CONFIG_ATA_OVER_ETH is not set
212
213#
214# Disk device support
215#
216
217#
218# ATA/ATAPI/MFM/RLL support
219#
220# CONFIG_IDE is not set
221
222#
223# SCSI device support
224#
225# CONFIG_SCSI is not set
226
227#
228# Multi-device support (RAID and LVM)
229#
230# CONFIG_MD is not set
231
232#
233# Fusion MPT device support
234#
235
236#
237# IEEE 1394 (FireWire) support
238#
239# CONFIG_IEEE1394 is not set
240
241#
242# I2O device support
243#
244# CONFIG_I2O is not set
245
246#
247# Networking support
248#
249CONFIG_NET=y
250
251#
252# Networking options
253#
254# CONFIG_PACKET is not set
255# CONFIG_UNIX is not set
256# CONFIG_NET_KEY is not set
257CONFIG_INET=y
258# CONFIG_IP_MULTICAST is not set
259# CONFIG_IP_ADVANCED_ROUTER is not set
260# CONFIG_IP_PNP is not set
261# CONFIG_NET_IPIP is not set
262# CONFIG_NET_IPGRE is not set
263# CONFIG_SYN_COOKIES is not set
264# CONFIG_INET_AH is not set
265# CONFIG_INET_ESP is not set
266# CONFIG_INET_IPCOMP is not set
267# CONFIG_INET_TUNNEL is not set
268# CONFIG_IP_TCPDIAG is not set
269# CONFIG_IP_TCPDIAG_IPV6 is not set
270# CONFIG_IPV6 is not set
271# CONFIG_NETFILTER is not set
272# CONFIG_BRIDGE is not set
273# CONFIG_VLAN_8021Q is not set
274# CONFIG_DECNET is not set
275# CONFIG_LLC2 is not set
276# CONFIG_IPX is not set
277# CONFIG_ATALK is not set
278
279#
280# QoS and/or fair queueing
281#
282# CONFIG_NET_SCHED is not set
283# CONFIG_NET_CLS_ROUTE is not set
284
285#
286# Network testing
287#
288# CONFIG_NET_PKTGEN is not set
289# CONFIG_NETPOLL is not set
290# CONFIG_NET_POLL_CONTROLLER is not set
291# CONFIG_HAMRADIO is not set
292# CONFIG_IRDA is not set
293# CONFIG_BT is not set
294CONFIG_NETDEVICES=y
295# CONFIG_DUMMY is not set
296# CONFIG_BONDING is not set
297# CONFIG_EQUALIZER is not set
298# CONFIG_TUN is not set
299
300#
301# ARCnet devices
302#
303# CONFIG_ARCNET is not set
304
305#
306# Ethernet (10 or 100Mbit)
307#
308CONFIG_NET_ETHERNET=y
309CONFIG_MII=y
310# CONFIG_HAPPYMEAL is not set
311# CONFIG_SUNGEM is not set
312# CONFIG_NET_VENDOR_3COM is not set
313# CONFIG_NET_VENDOR_SMC is not set
314
315#
316# Tulip family network device support
317#
318# CONFIG_NET_TULIP is not set
319# CONFIG_HP100 is not set
320# CONFIG_NE2000 is not set
321CONFIG_NET_PCI=y
322# CONFIG_PCNET32 is not set
323# CONFIG_AMD8111_ETH is not set
324# CONFIG_ADAPTEC_STARFIRE is not set
325# CONFIG_DGRS is not set
326CONFIG_EEPRO100=y
327# CONFIG_E100 is not set
328# CONFIG_FEALNX is not set
329# CONFIG_NATSEMI is not set
330# CONFIG_NE2K_PCI is not set
331# CONFIG_8139TOO is not set
332# CONFIG_SIS900 is not set
333# CONFIG_EPIC100 is not set
334# CONFIG_SUNDANCE is not set
335# CONFIG_TLAN is not set
336# CONFIG_VIA_RHINE is not set
337
338#
339# Ethernet (1000 Mbit)
340#
341# CONFIG_ACENIC is not set
342# CONFIG_DL2K is not set
343# CONFIG_E1000 is not set
344# CONFIG_NS83820 is not set
345# CONFIG_HAMACHI is not set
346# CONFIG_R8169 is not set
347# CONFIG_SK98LIN is not set
348# CONFIG_VIA_VELOCITY is not set
349# CONFIG_TIGON3 is not set
350# CONFIG_BNX2 is not set
351
352#
353# Ethernet (10000 Mbit)
354#
355# CONFIG_IXGB is not set
356# CONFIG_S2IO is not set
357
358#
359# Token Ring devices
360#
361# CONFIG_TR is not set
362
363#
364# Wireless LAN (non-hamradio)
365#
366# CONFIG_NET_RADIO is not set
367
368#
369# Wan interfaces
370#
371# CONFIG_WAN is not set
372# CONFIG_FDDI is not set
373# CONFIG_PPP is not set
374# CONFIG_SLIP is not set
375
376#
377# ISDN subsystem
378#
379# CONFIG_ISDN is not set
380
381#
382# Input device support
383#
384CONFIG_INPUT=y
385
386#
387# Userland interfaces
388#
389# CONFIG_INPUT_MOUSEDEV is not set
390# CONFIG_INPUT_JOYDEV is not set
391# CONFIG_INPUT_TSDEV is not set
392# CONFIG_INPUT_EVDEV is not set
393# CONFIG_INPUT_EVBUG is not set
394
395#
396# Input Device Drivers
397#
398# CONFIG_INPUT_KEYBOARD is not set
399# CONFIG_INPUT_MOUSE is not set
400# CONFIG_INPUT_JOYSTICK is not set
401# CONFIG_INPUT_TOUCHSCREEN is not set
402# CONFIG_INPUT_MISC is not set
403
404#
405# Hardware I/O ports
406#
407# CONFIG_SERIO is not set
408# CONFIG_GAMEPORT is not set
409
410#
411# Character devices
412#
413# CONFIG_VT is not set
414# CONFIG_SERIAL_NONSTANDARD is not set
415
416#
417# Serial drivers
418#
419# CONFIG_SERIAL_8250 is not set
420
421#
422# Non-8250 serial port support
423#
424CONFIG_V850E_UART=y
425CONFIG_V850E_UART_CONSOLE=y
426CONFIG_SERIAL_CORE=y
427CONFIG_SERIAL_CORE_CONSOLE=y
428# CONFIG_SERIAL_JSM is not set
429# CONFIG_UNIX98_PTYS is not set
430# CONFIG_LEGACY_PTYS is not set
431
432#
433# IPMI
434#
435# CONFIG_IPMI_HANDLER is not set
436
437#
438# Watchdog Cards
439#
440# CONFIG_WATCHDOG is not set
441# CONFIG_RTC is not set
442# CONFIG_GEN_RTC is not set
443# CONFIG_DTLK is not set
444# CONFIG_R3964 is not set
445# CONFIG_APPLICOM is not set
446
447#
448# Ftape, the floppy tape device driver
449#
450# CONFIG_DRM is not set
451# CONFIG_RAW_DRIVER is not set
452
453#
454# TPM devices
455#
456
457#
458# Multimedia devices
459#
460# CONFIG_VIDEO_DEV is not set
461
462#
463# Digital Video Broadcasting Devices
464#
465# CONFIG_DVB is not set
466
467#
468# File systems
469#
470# CONFIG_EXT2_FS is not set
471# CONFIG_EXT3_FS is not set
472# CONFIG_JBD is not set
473# CONFIG_REISERFS_FS is not set
474# CONFIG_JFS_FS is not set
475
476#
477# XFS support
478#
479# CONFIG_XFS_FS is not set
480# CONFIG_MINIX_FS is not set
481CONFIG_ROMFS_FS=y
482# CONFIG_QUOTA is not set
483CONFIG_DNOTIFY=y
484# CONFIG_AUTOFS_FS is not set
485# CONFIG_AUTOFS4_FS is not set
486
487#
488# CD-ROM/DVD Filesystems
489#
490# CONFIG_ISO9660_FS is not set
491# CONFIG_UDF_FS is not set
492
493#
494# DOS/FAT/NT Filesystems
495#
496# CONFIG_MSDOS_FS is not set
497# CONFIG_VFAT_FS is not set
498# CONFIG_NTFS_FS is not set
499
500#
501# Pseudo filesystems
502#
503CONFIG_PROC_FS=y
504CONFIG_SYSFS=y
505# CONFIG_TMPFS is not set
506# CONFIG_HUGETLB_PAGE is not set
507CONFIG_RAMFS=y
508
509#
510# Miscellaneous filesystems
511#
512# CONFIG_HFSPLUS_FS is not set
513# CONFIG_JFFS_FS is not set
514# CONFIG_JFFS2_FS is not set
515# CONFIG_CRAMFS is not set
516# CONFIG_VXFS_FS is not set
517# CONFIG_HPFS_FS is not set
518# CONFIG_QNX4FS_FS is not set
519# CONFIG_SYSV_FS is not set
520# CONFIG_UFS_FS is not set
521
522#
523# Network File Systems
524#
525CONFIG_NFS_FS=y
526CONFIG_NFS_V3=y
527# CONFIG_NFSD is not set
528CONFIG_LOCKD=y
529CONFIG_LOCKD_V4=y
530CONFIG_SUNRPC=y
531# CONFIG_SMB_FS is not set
532# CONFIG_CIFS is not set
533# CONFIG_NCP_FS is not set
534# CONFIG_CODA_FS is not set
535
536#
537# Partition Types
538#
539# CONFIG_PARTITION_ADVANCED is not set
540CONFIG_MSDOS_PARTITION=y
541
542#
543# Native Language Support
544#
545# CONFIG_NLS is not set
546
547#
548# Graphics support
549#
550# CONFIG_FB is not set
551
552#
553# Sound
554#
555# CONFIG_SOUND is not set
556
557#
558# USB support
559#
560CONFIG_USB_ARCH_HAS_HCD=y
561CONFIG_USB_ARCH_HAS_OHCI=y
562# CONFIG_USB is not set
563
564#
565# USB Gadget Support
566#
567# CONFIG_USB_GADGET is not set
568
569#
570# Kernel hacking
571#
572# CONFIG_PRINTK_TIME is not set
573CONFIG_DEBUG_KERNEL=y
574# CONFIG_MAGIC_SYSRQ is not set
575CONFIG_LOG_BUF_SHIFT=14
576# CONFIG_SCHEDSTATS is not set
577# CONFIG_DEBUG_SLAB is not set
578# CONFIG_DEBUG_SPINLOCK is not set
579# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
580# CONFIG_DEBUG_KOBJECT is not set
581CONFIG_DEBUG_INFO=y
582# CONFIG_DEBUG_FS is not set
583# CONFIG_NO_KERNEL_MSG is not set
584
585#
586# Security options
587#
588# CONFIG_KEYS is not set
589# CONFIG_SECURITY is not set
590
591#
592# Cryptographic options
593#
594# CONFIG_CRYPTO is not set
595
596#
597# Hardware crypto devices
598#
599
600#
601# Library routines
602#
603# CONFIG_CRC_CCITT is not set
604# CONFIG_CRC32 is not set
605# CONFIG_LIBCRC32C is not set
diff --git a/arch/v850/configs/rte-me2-cb_defconfig b/arch/v850/configs/rte-me2-cb_defconfig
new file mode 100644
index 000000000000..44becc065404
--- /dev/null
+++ b/arch/v850/configs/rte-me2-cb_defconfig
@@ -0,0 +1,453 @@
1#
2# Automatically generated make config: don't edit
3# Linux kernel version: 2.6.12-uc0
4# Thu Jul 21 11:30:08 2005
5#
6# CONFIG_MMU is not set
7# CONFIG_UID16 is not set
8CONFIG_RWSEM_GENERIC_SPINLOCK=y
9# CONFIG_RWSEM_XCHGADD_ALGORITHM is not set
10CONFIG_GENERIC_CALIBRATE_DELAY=y
11# CONFIG_ISA is not set
12# CONFIG_ISAPNP is not set
13# CONFIG_EISA is not set
14# CONFIG_MCA is not set
15CONFIG_V850=y
16
17#
18# Processor type and features
19#
20# CONFIG_V850E_SIM is not set
21# CONFIG_RTE_CB_MA1 is not set
22# CONFIG_RTE_CB_NB85E is not set
23CONFIG_RTE_CB_ME2=y
24# CONFIG_V850E_AS85EP1 is not set
25# CONFIG_V850E2_SIM85E2C is not set
26# CONFIG_V850E2_SIM85E2S is not set
27# CONFIG_V850E2_FPGA85E2C is not set
28# CONFIG_V850E2_ANNA is not set
29CONFIG_V850E=y
30CONFIG_V850E_ME2=y
31CONFIG_RTE_CB=y
32# CONFIG_RTE_MB_A_PCI is not set
33# CONFIG_PCI is not set
34CONFIG_V850E_INTC=y
35CONFIG_V850E_TIMER_D=y
36CONFIG_V850E_CACHE=y
37# CONFIG_V850E2_CACHE is not set
38# CONFIG_NO_CACHE is not set
39# CONFIG_ROM_KERNEL is not set
40CONFIG_ZERO_BSS=y
41# CONFIG_V850E_HIGHRES_TIMER is not set
42# CONFIG_RESET_GUARD is not set
43CONFIG_LARGE_ALLOCS=y
44
45#
46# Code maturity level options
47#
48# CONFIG_EXPERIMENTAL is not set
49CONFIG_CLEAN_COMPILE=y
50CONFIG_BROKEN_ON_SMP=y
51CONFIG_INIT_ENV_ARG_LIMIT=32
52
53#
54# General setup
55#
56CONFIG_LOCALVERSION=""
57# CONFIG_BSD_PROCESS_ACCT is not set
58# CONFIG_SYSCTL is not set
59# CONFIG_AUDIT is not set
60# CONFIG_HOTPLUG is not set
61# CONFIG_IKCONFIG is not set
62CONFIG_EMBEDDED=y
63# CONFIG_KALLSYMS is not set
64CONFIG_PRINTK=y
65CONFIG_BUG=y
66# CONFIG_BASE_FULL is not set
67# CONFIG_FUTEX is not set
68# CONFIG_EPOLL is not set
69CONFIG_CC_OPTIMIZE_FOR_SIZE=y
70CONFIG_CC_ALIGN_FUNCTIONS=0
71CONFIG_CC_ALIGN_LABELS=0
72CONFIG_CC_ALIGN_LOOPS=0
73CONFIG_CC_ALIGN_JUMPS=0
74CONFIG_BASE_SMALL=1
75
76#
77# Loadable module support
78#
79CONFIG_MODULES=y
80CONFIG_MODULE_UNLOAD=y
81CONFIG_OBSOLETE_MODPARM=y
82# CONFIG_MODULE_SRCVERSION_ALL is not set
83CONFIG_KMOD=y
84
85#
86# Bus options (PCI, PCMCIA, EISA, MCA, ISA)
87#
88
89#
90# PCCARD (PCMCIA/CardBus) support
91#
92# CONFIG_PCCARD is not set
93
94#
95# PCI Hotplug Support
96#
97
98#
99# Executable file formats
100#
101CONFIG_BINFMT_FLAT=y
102# CONFIG_BINFMT_ZFLAT is not set
103# CONFIG_BINFMT_SHARED_FLAT is not set
104# CONFIG_BINFMT_MISC is not set
105
106#
107# Generic Driver Options
108#
109CONFIG_STANDALONE=y
110CONFIG_PREVENT_FIRMWARE_BUILD=y
111# CONFIG_FW_LOADER is not set
112# CONFIG_DEBUG_DRIVER is not set
113
114#
115# Memory Technology Devices (MTD)
116#
117CONFIG_MTD=y
118# CONFIG_MTD_DEBUG is not set
119# CONFIG_MTD_CONCAT is not set
120# CONFIG_MTD_PARTITIONS is not set
121
122#
123# User Modules And Translation Layers
124#
125# CONFIG_MTD_CHAR is not set
126CONFIG_MTD_BLOCK=y
127# CONFIG_FTL is not set
128# CONFIG_NFTL is not set
129# CONFIG_INFTL is not set
130
131#
132# RAM/ROM/Flash chip drivers
133#
134# CONFIG_MTD_CFI is not set
135# CONFIG_MTD_JEDECPROBE is not set
136CONFIG_MTD_MAP_BANK_WIDTH_1=y
137CONFIG_MTD_MAP_BANK_WIDTH_2=y
138CONFIG_MTD_MAP_BANK_WIDTH_4=y
139# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
140# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
141# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
142CONFIG_MTD_CFI_I1=y
143CONFIG_MTD_CFI_I2=y
144# CONFIG_MTD_CFI_I4 is not set
145# CONFIG_MTD_CFI_I8 is not set
146# CONFIG_MTD_RAM is not set
147# CONFIG_MTD_ROM is not set
148# CONFIG_MTD_ABSENT is not set
149
150#
151# Mapping drivers for chip access
152#
153# CONFIG_MTD_COMPLEX_MAPPINGS is not set
154
155#
156# Self-contained MTD device drivers
157#
158CONFIG_MTD_SLRAM=y
159# CONFIG_MTD_PHRAM is not set
160# CONFIG_MTD_MTDRAM is not set
161# CONFIG_MTD_BLKMTD is not set
162
163#
164# Disk-On-Chip Device Drivers
165#
166# CONFIG_MTD_DOC2000 is not set
167# CONFIG_MTD_DOC2001 is not set
168# CONFIG_MTD_DOC2001PLUS is not set
169
170#
171# NAND Flash Device Drivers
172#
173# CONFIG_MTD_NAND is not set
174
175#
176# Parallel port support
177#
178# CONFIG_PARPORT is not set
179
180#
181# Block devices
182#
183# CONFIG_BLK_DEV_FD is not set
184# CONFIG_BLK_DEV_COW_COMMON is not set
185# CONFIG_BLK_DEV_LOOP is not set
186# CONFIG_BLK_DEV_RAM is not set
187CONFIG_BLK_DEV_RAM_COUNT=16
188CONFIG_INITRAMFS_SOURCE=""
189# CONFIG_CDROM_PKTCDVD is not set
190
191#
192# IO Schedulers
193#
194CONFIG_IOSCHED_NOOP=y
195# CONFIG_IOSCHED_AS is not set
196# CONFIG_IOSCHED_DEADLINE is not set
197# CONFIG_IOSCHED_CFQ is not set
198
199#
200# Disk device support
201#
202
203#
204# ATA/ATAPI/MFM/RLL support
205#
206# CONFIG_IDE is not set
207
208#
209# SCSI device support
210#
211# CONFIG_SCSI is not set
212
213#
214# Multi-device support (RAID and LVM)
215#
216# CONFIG_MD is not set
217
218#
219# Fusion MPT device support
220#
221
222#
223# IEEE 1394 (FireWire) support
224#
225
226#
227# I2O device support
228#
229
230#
231# Networking support
232#
233# CONFIG_NET is not set
234# CONFIG_NETPOLL is not set
235# CONFIG_NET_POLL_CONTROLLER is not set
236
237#
238# ISDN subsystem
239#
240
241#
242# Input device support
243#
244CONFIG_INPUT=y
245
246#
247# Userland interfaces
248#
249# CONFIG_INPUT_MOUSEDEV is not set
250# CONFIG_INPUT_JOYDEV is not set
251# CONFIG_INPUT_TSDEV is not set
252# CONFIG_INPUT_EVDEV is not set
253# CONFIG_INPUT_EVBUG is not set
254
255#
256# Input Device Drivers
257#
258# CONFIG_INPUT_KEYBOARD is not set
259# CONFIG_INPUT_MOUSE is not set
260# CONFIG_INPUT_JOYSTICK is not set
261# CONFIG_INPUT_TOUCHSCREEN is not set
262# CONFIG_INPUT_MISC is not set
263
264#
265# Hardware I/O ports
266#
267CONFIG_SERIO=y
268# CONFIG_SERIO_I8042 is not set
269# CONFIG_SERIO_SERPORT is not set
270# CONFIG_SERIO_LIBPS2 is not set
271# CONFIG_SERIO_RAW is not set
272# CONFIG_GAMEPORT is not set
273
274#
275# Character devices
276#
277# CONFIG_VT is not set
278# CONFIG_SERIAL_NONSTANDARD is not set
279
280#
281# Serial drivers
282#
283CONFIG_SERIAL_8250=y
284CONFIG_SERIAL_8250_CONSOLE=y
285CONFIG_SERIAL_8250_NR_UARTS=1
286# CONFIG_SERIAL_8250_EXTENDED is not set
287
288#
289# Non-8250 serial port support
290#
291# CONFIG_V850E_UART is not set
292CONFIG_SERIAL_CORE=y
293CONFIG_SERIAL_CORE_CONSOLE=y
294# CONFIG_UNIX98_PTYS is not set
295# CONFIG_LEGACY_PTYS is not set
296
297#
298# IPMI
299#
300# CONFIG_IPMI_HANDLER is not set
301
302#
303# Watchdog Cards
304#
305# CONFIG_WATCHDOG is not set
306# CONFIG_RTC is not set
307# CONFIG_GEN_RTC is not set
308# CONFIG_DTLK is not set
309# CONFIG_R3964 is not set
310
311#
312# Ftape, the floppy tape device driver
313#
314# CONFIG_DRM is not set
315# CONFIG_RAW_DRIVER is not set
316
317#
318# TPM devices
319#
320
321#
322# Multimedia devices
323#
324# CONFIG_VIDEO_DEV is not set
325
326#
327# Digital Video Broadcasting Devices
328#
329
330#
331# File systems
332#
333# CONFIG_EXT2_FS is not set
334# CONFIG_EXT3_FS is not set
335# CONFIG_JBD is not set
336# CONFIG_REISERFS_FS is not set
337# CONFIG_JFS_FS is not set
338
339#
340# XFS support
341#
342# CONFIG_XFS_FS is not set
343# CONFIG_MINIX_FS is not set
344CONFIG_ROMFS_FS=y
345# CONFIG_QUOTA is not set
346CONFIG_DNOTIFY=y
347# CONFIG_AUTOFS_FS is not set
348# CONFIG_AUTOFS4_FS is not set
349
350#
351# CD-ROM/DVD Filesystems
352#
353# CONFIG_ISO9660_FS is not set
354# CONFIG_UDF_FS is not set
355
356#
357# DOS/FAT/NT Filesystems
358#
359# CONFIG_MSDOS_FS is not set
360# CONFIG_VFAT_FS is not set
361# CONFIG_NTFS_FS is not set
362
363#
364# Pseudo filesystems
365#
366CONFIG_PROC_FS=y
367CONFIG_SYSFS=y
368# CONFIG_TMPFS is not set
369# CONFIG_HUGETLB_PAGE is not set
370CONFIG_RAMFS=y
371
372#
373# Miscellaneous filesystems
374#
375# CONFIG_HFSPLUS_FS is not set
376# CONFIG_JFFS_FS is not set
377# CONFIG_JFFS2_FS is not set
378# CONFIG_CRAMFS is not set
379# CONFIG_VXFS_FS is not set
380# CONFIG_HPFS_FS is not set
381# CONFIG_QNX4FS_FS is not set
382# CONFIG_SYSV_FS is not set
383# CONFIG_UFS_FS is not set
384
385#
386# Partition Types
387#
388# CONFIG_PARTITION_ADVANCED is not set
389CONFIG_MSDOS_PARTITION=y
390
391#
392# Native Language Support
393#
394# CONFIG_NLS is not set
395
396#
397# Graphics support
398#
399# CONFIG_FB is not set
400
401#
402# Sound
403#
404# CONFIG_SOUND is not set
405
406#
407# USB support
408#
409# CONFIG_USB_ARCH_HAS_HCD is not set
410# CONFIG_USB_ARCH_HAS_OHCI is not set
411
412#
413# USB Gadget Support
414#
415# CONFIG_USB_GADGET is not set
416
417#
418# Kernel hacking
419#
420# CONFIG_PRINTK_TIME is not set
421CONFIG_DEBUG_KERNEL=y
422# CONFIG_MAGIC_SYSRQ is not set
423CONFIG_LOG_BUF_SHIFT=14
424# CONFIG_SCHEDSTATS is not set
425# CONFIG_DEBUG_SLAB is not set
426# CONFIG_DEBUG_SPINLOCK is not set
427# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
428# CONFIG_DEBUG_KOBJECT is not set
429CONFIG_DEBUG_INFO=y
430# CONFIG_DEBUG_FS is not set
431# CONFIG_NO_KERNEL_MSG is not set
432
433#
434# Security options
435#
436# CONFIG_KEYS is not set
437# CONFIG_SECURITY is not set
438
439#
440# Cryptographic options
441#
442# CONFIG_CRYPTO is not set
443
444#
445# Hardware crypto devices
446#
447
448#
449# Library routines
450#
451# CONFIG_CRC_CCITT is not set
452# CONFIG_CRC32 is not set
453# CONFIG_LIBCRC32C is not set
diff --git a/arch/v850/configs/sim_defconfig b/arch/v850/configs/sim_defconfig
new file mode 100644
index 000000000000..d73f5f9d8383
--- /dev/null
+++ b/arch/v850/configs/sim_defconfig
@@ -0,0 +1,442 @@
1#
2# Automatically generated make config: don't edit
3# Linux kernel version: 2.6.12-uc0
4# Thu Jul 21 11:29:27 2005
5#
6# CONFIG_MMU is not set
7# CONFIG_UID16 is not set
8CONFIG_RWSEM_GENERIC_SPINLOCK=y
9# CONFIG_RWSEM_XCHGADD_ALGORITHM is not set
10CONFIG_GENERIC_CALIBRATE_DELAY=y
11# CONFIG_ISA is not set
12# CONFIG_ISAPNP is not set
13# CONFIG_EISA is not set
14# CONFIG_MCA is not set
15CONFIG_V850=y
16
17#
18# Processor type and features
19#
20CONFIG_V850E_SIM=y
21# CONFIG_RTE_CB_MA1 is not set
22# CONFIG_RTE_CB_NB85E is not set
23# CONFIG_RTE_CB_ME2 is not set
24# CONFIG_V850E_AS85EP1 is not set
25# CONFIG_V850E2_SIM85E2C is not set
26# CONFIG_V850E2_SIM85E2S is not set
27# CONFIG_V850E2_FPGA85E2C is not set
28# CONFIG_V850E2_ANNA is not set
29CONFIG_V850E=y
30# CONFIG_PCI is not set
31# CONFIG_V850E_INTC is not set
32# CONFIG_V850E_TIMER_D is not set
33# CONFIG_V850E_CACHE is not set
34# CONFIG_V850E2_CACHE is not set
35CONFIG_NO_CACHE=y
36CONFIG_ZERO_BSS=y
37# CONFIG_RESET_GUARD is not set
38CONFIG_LARGE_ALLOCS=y
39
40#
41# Code maturity level options
42#
43# CONFIG_EXPERIMENTAL is not set
44CONFIG_CLEAN_COMPILE=y
45CONFIG_BROKEN_ON_SMP=y
46CONFIG_INIT_ENV_ARG_LIMIT=32
47
48#
49# General setup
50#
51CONFIG_LOCALVERSION=""
52# CONFIG_BSD_PROCESS_ACCT is not set
53# CONFIG_SYSCTL is not set
54# CONFIG_AUDIT is not set
55# CONFIG_HOTPLUG is not set
56# CONFIG_IKCONFIG is not set
57CONFIG_EMBEDDED=y
58# CONFIG_KALLSYMS is not set
59CONFIG_PRINTK=y
60CONFIG_BUG=y
61# CONFIG_BASE_FULL is not set
62# CONFIG_FUTEX is not set
63# CONFIG_EPOLL is not set
64CONFIG_CC_OPTIMIZE_FOR_SIZE=y
65CONFIG_CC_ALIGN_FUNCTIONS=0
66CONFIG_CC_ALIGN_LABELS=0
67CONFIG_CC_ALIGN_LOOPS=0
68CONFIG_CC_ALIGN_JUMPS=0
69CONFIG_BASE_SMALL=1
70
71#
72# Loadable module support
73#
74CONFIG_MODULES=y
75CONFIG_MODULE_UNLOAD=y
76CONFIG_OBSOLETE_MODPARM=y
77# CONFIG_MODULE_SRCVERSION_ALL is not set
78CONFIG_KMOD=y
79
80#
81# Bus options (PCI, PCMCIA, EISA, MCA, ISA)
82#
83
84#
85# PCCARD (PCMCIA/CardBus) support
86#
87# CONFIG_PCCARD is not set
88
89#
90# PCI Hotplug Support
91#
92
93#
94# Executable file formats
95#
96CONFIG_BINFMT_FLAT=y
97# CONFIG_BINFMT_ZFLAT is not set
98# CONFIG_BINFMT_SHARED_FLAT is not set
99# CONFIG_BINFMT_MISC is not set
100
101#
102# Generic Driver Options
103#
104CONFIG_STANDALONE=y
105CONFIG_PREVENT_FIRMWARE_BUILD=y
106# CONFIG_FW_LOADER is not set
107# CONFIG_DEBUG_DRIVER is not set
108
109#
110# Memory Technology Devices (MTD)
111#
112CONFIG_MTD=y
113# CONFIG_MTD_DEBUG is not set
114# CONFIG_MTD_CONCAT is not set
115# CONFIG_MTD_PARTITIONS is not set
116
117#
118# User Modules And Translation Layers
119#
120# CONFIG_MTD_CHAR is not set
121CONFIG_MTD_BLOCK=y
122# CONFIG_FTL is not set
123# CONFIG_NFTL is not set
124# CONFIG_INFTL is not set
125
126#
127# RAM/ROM/Flash chip drivers
128#
129# CONFIG_MTD_CFI is not set
130# CONFIG_MTD_JEDECPROBE is not set
131CONFIG_MTD_MAP_BANK_WIDTH_1=y
132CONFIG_MTD_MAP_BANK_WIDTH_2=y
133CONFIG_MTD_MAP_BANK_WIDTH_4=y
134# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
135# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
136# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
137CONFIG_MTD_CFI_I1=y
138CONFIG_MTD_CFI_I2=y
139# CONFIG_MTD_CFI_I4 is not set
140# CONFIG_MTD_CFI_I8 is not set
141# CONFIG_MTD_RAM is not set
142# CONFIG_MTD_ROM is not set
143# CONFIG_MTD_ABSENT is not set
144
145#
146# Mapping drivers for chip access
147#
148# CONFIG_MTD_COMPLEX_MAPPINGS is not set
149
150#
151# Self-contained MTD device drivers
152#
153CONFIG_MTD_SLRAM=y
154# CONFIG_MTD_PHRAM is not set
155# CONFIG_MTD_MTDRAM is not set
156# CONFIG_MTD_BLKMTD is not set
157
158#
159# Disk-On-Chip Device Drivers
160#
161# CONFIG_MTD_DOC2000 is not set
162# CONFIG_MTD_DOC2001 is not set
163# CONFIG_MTD_DOC2001PLUS is not set
164
165#
166# NAND Flash Device Drivers
167#
168# CONFIG_MTD_NAND is not set
169
170#
171# Parallel port support
172#
173# CONFIG_PARPORT is not set
174
175#
176# Block devices
177#
178# CONFIG_BLK_DEV_FD is not set
179# CONFIG_BLK_DEV_COW_COMMON is not set
180# CONFIG_BLK_DEV_LOOP is not set
181# CONFIG_BLK_DEV_RAM is not set
182CONFIG_BLK_DEV_RAM_COUNT=16
183CONFIG_INITRAMFS_SOURCE=""
184# CONFIG_CDROM_PKTCDVD is not set
185
186#
187# IO Schedulers
188#
189CONFIG_IOSCHED_NOOP=y
190# CONFIG_IOSCHED_AS is not set
191# CONFIG_IOSCHED_DEADLINE is not set
192# CONFIG_IOSCHED_CFQ is not set
193
194#
195# Disk device support
196#
197
198#
199# ATA/ATAPI/MFM/RLL support
200#
201# CONFIG_IDE is not set
202
203#
204# SCSI device support
205#
206# CONFIG_SCSI is not set
207
208#
209# Multi-device support (RAID and LVM)
210#
211# CONFIG_MD is not set
212
213#
214# Fusion MPT device support
215#
216
217#
218# IEEE 1394 (FireWire) support
219#
220
221#
222# I2O device support
223#
224
225#
226# Networking support
227#
228# CONFIG_NET is not set
229# CONFIG_NETPOLL is not set
230# CONFIG_NET_POLL_CONTROLLER is not set
231
232#
233# ISDN subsystem
234#
235
236#
237# Input device support
238#
239CONFIG_INPUT=y
240
241#
242# Userland interfaces
243#
244# CONFIG_INPUT_MOUSEDEV is not set
245# CONFIG_INPUT_JOYDEV is not set
246# CONFIG_INPUT_TSDEV is not set
247# CONFIG_INPUT_EVDEV is not set
248# CONFIG_INPUT_EVBUG is not set
249
250#
251# Input Device Drivers
252#
253# CONFIG_INPUT_KEYBOARD is not set
254# CONFIG_INPUT_MOUSE is not set
255# CONFIG_INPUT_JOYSTICK is not set
256# CONFIG_INPUT_TOUCHSCREEN is not set
257# CONFIG_INPUT_MISC is not set
258
259#
260# Hardware I/O ports
261#
262CONFIG_SERIO=y
263# CONFIG_SERIO_I8042 is not set
264# CONFIG_SERIO_SERPORT is not set
265# CONFIG_SERIO_LIBPS2 is not set
266# CONFIG_SERIO_RAW is not set
267# CONFIG_GAMEPORT is not set
268
269#
270# Character devices
271#
272# CONFIG_VT is not set
273# CONFIG_SERIAL_NONSTANDARD is not set
274
275#
276# Serial drivers
277#
278# CONFIG_SERIAL_8250 is not set
279
280#
281# Non-8250 serial port support
282#
283# CONFIG_UNIX98_PTYS is not set
284# CONFIG_LEGACY_PTYS is not set
285
286#
287# IPMI
288#
289# CONFIG_IPMI_HANDLER is not set
290
291#
292# Watchdog Cards
293#
294# CONFIG_WATCHDOG is not set
295# CONFIG_RTC is not set
296# CONFIG_GEN_RTC is not set
297# CONFIG_DTLK is not set
298# CONFIG_R3964 is not set
299
300#
301# Ftape, the floppy tape device driver
302#
303# CONFIG_DRM is not set
304# CONFIG_RAW_DRIVER is not set
305
306#
307# TPM devices
308#
309
310#
311# Multimedia devices
312#
313# CONFIG_VIDEO_DEV is not set
314
315#
316# Digital Video Broadcasting Devices
317#
318
319#
320# File systems
321#
322# CONFIG_EXT2_FS is not set
323# CONFIG_EXT3_FS is not set
324# CONFIG_JBD is not set
325# CONFIG_REISERFS_FS is not set
326# CONFIG_JFS_FS is not set
327
328#
329# XFS support
330#
331# CONFIG_XFS_FS is not set
332# CONFIG_MINIX_FS is not set
333CONFIG_ROMFS_FS=y
334# CONFIG_QUOTA is not set
335CONFIG_DNOTIFY=y
336# CONFIG_AUTOFS_FS is not set
337# CONFIG_AUTOFS4_FS is not set
338
339#
340# CD-ROM/DVD Filesystems
341#
342# CONFIG_ISO9660_FS is not set
343# CONFIG_UDF_FS is not set
344
345#
346# DOS/FAT/NT Filesystems
347#
348# CONFIG_MSDOS_FS is not set
349# CONFIG_VFAT_FS is not set
350# CONFIG_NTFS_FS is not set
351
352#
353# Pseudo filesystems
354#
355CONFIG_PROC_FS=y
356CONFIG_SYSFS=y
357# CONFIG_TMPFS is not set
358# CONFIG_HUGETLB_PAGE is not set
359CONFIG_RAMFS=y
360
361#
362# Miscellaneous filesystems
363#
364# CONFIG_HFSPLUS_FS is not set
365# CONFIG_JFFS_FS is not set
366# CONFIG_JFFS2_FS is not set
367# CONFIG_CRAMFS is not set
368# CONFIG_VXFS_FS is not set
369# CONFIG_HPFS_FS is not set
370# CONFIG_QNX4FS_FS is not set
371# CONFIG_SYSV_FS is not set
372# CONFIG_UFS_FS is not set
373
374#
375# Partition Types
376#
377# CONFIG_PARTITION_ADVANCED is not set
378CONFIG_MSDOS_PARTITION=y
379
380#
381# Native Language Support
382#
383# CONFIG_NLS is not set
384
385#
386# Graphics support
387#
388# CONFIG_FB is not set
389
390#
391# Sound
392#
393# CONFIG_SOUND is not set
394
395#
396# USB support
397#
398# CONFIG_USB_ARCH_HAS_HCD is not set
399# CONFIG_USB_ARCH_HAS_OHCI is not set
400
401#
402# USB Gadget Support
403#
404# CONFIG_USB_GADGET is not set
405
406#
407# Kernel hacking
408#
409# CONFIG_PRINTK_TIME is not set
410CONFIG_DEBUG_KERNEL=y
411# CONFIG_MAGIC_SYSRQ is not set
412CONFIG_LOG_BUF_SHIFT=14
413# CONFIG_SCHEDSTATS is not set
414# CONFIG_DEBUG_SLAB is not set
415# CONFIG_DEBUG_SPINLOCK is not set
416# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
417# CONFIG_DEBUG_KOBJECT is not set
418CONFIG_DEBUG_INFO=y
419# CONFIG_DEBUG_FS is not set
420# CONFIG_NO_KERNEL_MSG is not set
421
422#
423# Security options
424#
425# CONFIG_KEYS is not set
426# CONFIG_SECURITY is not set
427
428#
429# Cryptographic options
430#
431# CONFIG_CRYPTO is not set
432
433#
434# Hardware crypto devices
435#
436
437#
438# Library routines
439#
440# CONFIG_CRC_CCITT is not set
441# CONFIG_CRC32 is not set
442# CONFIG_LIBCRC32C is not set