diff --git a/Documentation/arm/ep93xx/config.txt b/Documentation/arm/ep93xx/config.txt new file mode 100644 index 0000000..9d13a15 --- /dev/null +++ b/Documentation/arm/ep93xx/config.txt @@ -0,0 +1,207 @@ +------------------------------------------------------------------------- +config.txt + +Information on configuration options in the Linux kernel for the Cirrus +EP93xx. + +Note to developers: Let's stick to the essentials on "how to turn things +on in the Linux build." This information is presented from the standpoint +of someone doing a build, looking at a make menuconfig screen. If what you +are describing doesn't fit here, it should get its own document to go into +the level of detail you feel is most practicle. +------------------------------------------------------------------------- + +All options configured as built-in drivers, not loadable modules. +So on options that are selected by < >, select <*>, not . To +do this either hit 'y' or hit the space bar twice. + + +---------------- +Audio +---------------- +Needed by: +Needs: DMA Support, dev fs. + +Ac97 and I2S audio are currently mutually exclusive. + +To enable Ac97 Audio: + Go into "Sound --->" + Enable "Sound Support" + Enable "OSS sound modules" + Select "Ac97" for "Cirrus EP93xx Sound Support" + +To enable I2S Audio: + Go into "Sound --->" + Enable "Sound Support" + Enable "OSS sound modules" + Select "I2S" for "Cirrus EP93xx Sound Support" + If you have an EDB9312 board, select "CS4228A" for "Cirrus I2S Codec Support" + If you have an EDB9301 board, select "CS4271" for "Cirrus I2S Codec Support" + + +---------------- +Dev Fs +---------------- + DEVFS support is no longer available. + Please consider using udev or create device nodes manually instead. + You might also need to adapt your startup scripts and userspace + apps. + +---------------- +DMA +---------------- +Needed by: Audio, IDE/DMA +Needs: + +To enable DMA: + Go into "System Type --->" + Go into "EP93XX Options --->" + Enable "EP93XX Internal DMA Support" + + +---------------- +IDE +---------------- +Needed by: +Needs: + To Turn on IDE support for the platform, you need to enable +General IDE support first - CONFIG_BLK_DEV_IDE, CONFIG_BLK_DEV_IDEDISK, +CONFIG_BLK_DEV_IDECD. + + If multiword DMA and ultra DMA support is needed, general DMA support for +the platform must be enabled first. See DMA section of this document for +options to enable DMA for the platform. + + If CDROM support is enabled, ISO9660 file system support should be enabled. +If a DVD support is needed, UDF file system support should be enabled. + +To enable CONFIG_BLK_DEV_IDE: + Go into "ATA /ATAPI/MFM/RLL support --->" + Enable "ATA/ATAPI/MFM/RLL support" + Go into "IDE, ATA, and ATAPI Block devices --->" + Enable "Enhanced IDE/MFM/RLL disk/cdrom/tape/floppy support" + +To enable CONFIG_BLK_DEV_IDEDISK: + Go into "ATA /ATAPI/MFM/RLL support --->" + Go into "IDE, ATA, and ATAPI Block devices --->" + Enable "Include IDE/ATA-2 DISK support" + +To enable CONFIG_BLK_DEV_IDECD: + Go into "ATA /ATAPI/MFM/RLL support --->" + Go into "IDE, ATA, and ATAPI Block devices --->" + Enable "Include IDE/ATAPI CDROM support" + +To enable EP93XX IDE (PIO mode only): + Go into "ATA /ATAPI/MFM/RLL support --->" + Go into "IDE, ATA, and ATAPI Block devices --->" + Enable "EP93XX IDE Support" + +To enable EP93XX IDE DMA (mdma and udma modes): + Go into "ATA /ATAPI/MFM/RLL support --->" + Go into "IDE, ATA, and ATAPI Block devices --->" + Enable "EP93XX IDE DMA support" + +To enabled ISO 9660 file system support: + Go into "File systems --->" + Enable "ISo 9660 CDROM file system support" + Enable "Microsoft Joliet CDROM extensions" + +To enable UDF file system support: + Go into "File systems --->" + Enable "UDF file system support (read only)" + +See also /Documentation/arm/ep93xx/ide-hard-drive-support.txt for information +on configuring the hard drive. + +---------------- +IrDA +---------------- +Described in /Documentation/arm/ep93xx/irda.txt + + +---------------- +NFS +---------------- +Described in /Documentation/arm/ep93xx/nfs.txt + + +---------------- +Serial Terminal +---------------- +To enable serial terminal: + Go into "Character devices --->" + Turn off "Support for console on virtual terminal" + Turn off "Virtual terminal" + Go into "Serial drivers --->" + Turn on "Cirrus EP93xx ARM AMBA serial port support" + Turn on "Support for console on EP93xx serial port" + +Serial terminal is the bottom jack of J7. +Format is 57600,8N1, flow control: "none". + + +---------------- +Touchscreen +---------------- +To enable touchscreen driver: + Go into "Character devices --->" + Go into "Mice --->" + Enable "Mouse Support (not serial and bus mice)" + Disable "PS/2 Mouse (aka "auxiliary device") support + Enable "EP93xx touch screen support" + + +---------------- +USB +---------------- +The order of all of the following statements is critical as some options enable +other options. + +To enable basic USB support(required for all devices listed below): + Go into "USB support --->" + Enable "Support for USB" + Enable "Preliminary USB device filesystem" (optional) + Enable "EP93XX OHCI-compatible host interface support" + +To enable support for USB mouse: + Go into "Input core support --->" + Enable "Input core support" + Enable "Mouse support" + + Go back to the top level of menuconfig + + Go into "USB support --->" + Enable "USB Human Interface Device (full HID) support" + Enable "HID input layer support" + +To enable support for USB Keyboard: + Go into "Input core support --->" + Enable "Input core support" + Enable "Keyboard support" + + Go back to the top level of menuconfig + + Go into "USB support --->" + Enable "USB Human Interface Device (full HID) support" + Enable "HID input layer support" + + Go back to the top level of menuconfig + Go into "Character devices --->" + Set EP93xx Keyboard Support to "USB" + +To enable USB Mass Storage support: + Go into "SCSI Support --->" + Enable "SCSI Support" + Enable "SCSI disk support" + + Go back to the top level of menuconfig + + Go into "USB support --->" + Enable "USB Mass Storage support" + + Go back to the top level of menuconfig + +(optional - Do this if you want to mount a USB flash drive) + Go into "File systems --->" + Enable "DOS FAT fs support" + Enable "VFAT (Windows-95) fs support" diff --git a/Documentation/arm/ep93xx/dma.txt b/Documentation/arm/ep93xx/dma.txt new file mode 100644 index 0000000..e7fc1bb --- /dev/null +++ b/Documentation/arm/ep93xx/dma.txt @@ -0,0 +1,300 @@ +Support Functions for the Cirrus Logic ep93xx Internal DMA controller. +============================================================================== + +State diagram + +States: +Uninitialized (!pause & !xfer_enable) +Stopped (pause & !xfer_enable) +Transferring (!pause & xfer_enable) +Stopped by starvation (pause & xfer_enable) + + _______________ + request ----------> | | <------- free ----------- + | Uninitialized | /\ + |_______________| || + || + || || + init || ------------------------------>|| + || /\ || + \/ || || + _________ || + ||<-- start && new_buffers <= 1 -- | | <----- flush <--------- || + || | Stopped | /\ || + || ---------> pause------> |_________| -------------------->|| || + || /\ || + || || || || + || || || start && new_buffers > 1 || + || || || || + || || \/ || + || || ______________ || + || || | | ------------------------->|| + || ||<---------------- | Transferring | ------------------->|| || + || || |______________| || || + || || || || + || || || || || + || || || new_buffers = 0 || || + || || /\ || || || + || || || \/ || || + || || new_buffers > 1 || || || + || || || || || + || || _______________________ || || + || ||<-------------- | | || || + \/ | Stopped by starvation | ------------>|| || + ---------------------------> |_______________________| || || + || || + || /\ || || + || || || || + || ||<-------- flush <--------------- || + || || + ------------------------------------------->|| + + +------------------------------------------------------------------------------ +EP93XX DMA API Functions +------------------------------------------------------------------------------ + + int ep93xx_dma_request(int * handle, const char * device_id, + ep93xx_dma_dev_t device) + +This function will allocate a DMA channel for a particular hardware +peripheral. Before initiating a transfer on the allocated channel, the +channel has to be setup, and buffers have to be added to the channel. + +Parameters: + int * handle A pointer which is filled in with a unique + integer value, or handle. The handle is used + to verify the validity of each call to + access the dma channel. + + const char * device_id string which is the name of the device + attached to the dma channel. + + ep93xx_dma_dev_t device hardware port to attach to the dma channel + +------------------------------------------------------------------------------ + + int ep93xx_dma_free(int handle) + +This function disables and powers down the dma channel, and releases it +for future requests. Buffers queued up for the specified channel are +released without transferring. + +Parameters: + int handle A unique integer value, assigned + during open, used to verify the validity of + this call to access a DMA channel. + +------------------------------------------------------------------------------ + + int ep93xx_dma_add_buffer(int handle, unsigned int source, + unsigned int dest, unsigned int size + unsigned int last, unsigned int buf_id) + +This function adds a buffer entry to the DMA buffer queue. If the channel is +in the active transfer state, the buffer is immediately transferred, +otherwise the buffer is not transferred until a start or resume +command is issued. A -1 is returned if an error occurs, otherwise +a 0 is returned. + +Parameter: + int handle A unique integer value, assigned + during open, used to verify the validity of + this call to access a dma channel. + + unsigned int source physical address for the start of this + buffer. + + unsigned int source physical address destination of the data. + + unsigned int size buffer size in bytes + + unsigned int last 1 if this is the last buffer in the transfer. + If 1, disable the NFBint so we aren't + interrupted for another buffer + when we know there won't be another. + + unsigned int buf_id Unique value used to identify this buffer. + +------------------------------------------------------------------------------ + + int ep93xx_dma_remove_buffer(int handle, unsigned int * address, + unsigned int * size) + +This function removes a buffer entry from the DMA buffer queue. If a buffer +was removed successfully, a 0 is returned, otherwise -1 is returned. + +Parameter: + int handle A unique integer value, assigned + during open, used to verify the validity of + this call to access a dma channel. + + unsigned int * buf_id Pointer to an integer which is filled in + with the buffer id.. + +------------------------------------------------------------------------------ + + int ep93xx_dma_queue_full(int handle) + +This function queries to determine if the buffer queue for the specified +channel is full. A return value of 1 indicates the queue is not full, and a +0 indicates the queue is full. + +Parameters: + int handle A unique integer value, assigned + during open, used to verify the validity of + this call to access a dma channel. + +------------------------------------------------------------------------------ + + int ep93xx_dma_get_position(int handle, unsigned int * buf_id, + unsigned int * total) + +This function fills in the buffer ID of the current buffer and fills in the +total bytes transferred on the channel. If no buffer is active on the channel, +buf_id is filled in with a -1, otherwise it is the active buffer. + +Parameter: + int handle A unique integer value, assigned + during open, used to verify the validity of + this call to access a dma channel. + + unsigned int * buf_id pointer to an integer which is filled in with + buffer ID of the buffer currently + transferring. + + unsigned int * total pointer to an integer which is filled in + with the total bytes transferred on the channel. + +------------------------------------------------------------------------------ + + int ep93xx_dma_config(int handle, unsigned int flags_m2m, + unsigned int flags_m2p, dma_callback callback, + unsigned int user_data) + +This function configures the DMA channel registers and installs a dma +callback function into the DMA instance. The DMA callback function is +defined by the driver which is using this DMA channel. It is called in +response to DMA interrupts, at the end of the DMA channel's interrupt +handler. A -1 is returned if an error occurs, otherwise a 0 is returned. + +Parameter: + int handle A unique integer value, assigned + during open, used to verify the validity of + this call to access a dma channel. + + unsigned int flags_m2m Flags used for M2M channel configuration. + + unsigned int flags_m2p Flags used for M2P/P2M channel + configuration. + + dma_callback callback Pointer to the callback function which will + be called at the end of the dma interrupt + service routine. + + unsigned int user_data Data defined by the driver installing the + callback function. This piece of data will + be returned to the driver when the callback + function is called. + +Callback function prototype: + + void (* dma_callback)(ep93xx_dma_int_t interrupt, + ep93xx_dma_dev_t device, unsigned int user_data) + + Parameters: + ep93xx_dma_int_t interrupt + used by the DMA driver to inform the DMA callback + function of the type of DMA interrupt that happened. + + ep93xx_dma_dev_t device + hardware port attached to the dma channel. + + unsigned int user_data + is a value defined and passed in by the driver which + registered the callback function. + +------------------------------------------------------------------------------ + + int ep93xx_dma_start(int handle, unsigned int channels, + unsigned int * handles + +This function enables the DMA channel, and initiates the transfer. If the +peripheral interface calls for it, multiple DMA channels can be started +with one call to this IOCTL. A -1 is returned if an error occurs, +otherwise a 0 is returned. + +Parameter: + int handle A unique integer value, assigned + during open, used to verify the validity of + this call to access a dma channel. For a start + multiple, this handle can be the handle + for any of the channels to be started. + + unsigned int channels Number of channels to start for this transfer. + Specifically this applies to an audio interface + where you can have up to 3 dma channels + servicing a 6 audio channel output, in which case + you need to initiate transfers on all 3 dma + channels as closely together as possible. For + the case of only one channel to be started, this + field should be a 1. + + unsigned int * handles Pointer to an array of handles, one for + each channel which is to be started. If only one + channel is to be started, this field should be + NULL. + +------------------------------------------------------------------------------ + + int ep93xx_dma_pause(int handle, unsigned int channels, + unsigned int * handles) + +This function disables the DMA channel, pausing the transfer. The +position within the currently transferring buffer is saved, and restored upon +restarting the transfer on this channel. If the peripheral interface calls +for it, multiple DMA channels can be paused with one call to this IOCTL. +A -1 is returned if an error occurs, otherwise a 0 is returned. + +Parameter: + int handle A unique integer value, assigned + during open, used to verify the validity of + this call to access a dma channel. + + unsigned int channels Number of channels to pause for this + transfer. Specifically this applies to + an audio interface where you can have + up to 3 dma channels servicing a 6 + audio channel output, in which case you + need to pause transfers on all 3 dma + channels as closely together as possible. + + unsigned int * handles Pointer to an array of handles, one for + each channel which is to be paused. + +NOTE: There is another way to pause the DMA channel - starve it. +When the dma channel reaches the point where there are no buffers in +the queue, but the interface has not been paused, then the dma instance +will indicate that the channel is in the transfer state, but the +channel itself is disabled until a new buffer is added to the queue +If the channel is stopped via this method, a resume command is not +required to restart a transfer. A transfer is started immediately +after two new buffers are added to the queue. The reason for two is +so that both channel buffer descriptors can be programmed with valid +buffers + +------------------------------------------------------------------------------ + + int ep93xx_dma_flush(int handle) + +This function completely flushes all queued buffers and any on going +DMA transfers on a given channel. If the dma channel is in the +active transfer state, once two buffers are added to the queue, the +channel will begin transferring data right away. If in the stop +state, a start command must be issued before any new buffers are +processed. A -1 is returned if an error occurs, otherwise a 0 is returned. + +Parameters: + int handle A unique integer value, assigned + during open, used to verify the validity of + this call to access a dma channel. diff --git a/Documentation/arm/ep93xx/status.txt b/Documentation/arm/ep93xx/status.txt new file mode 100644 index 0000000..082c2dd --- /dev/null +++ b/Documentation/arm/ep93xx/status.txt @@ -0,0 +1,288 @@ +# +# EP93xx driver support status +# + +====================================================================== +(I) Introduction +====================================================================== + +The EP93xx are embedded System On Chip (SOC) processors produced +by Cirrus (www.cirrus.com). They provided support based on 2.4.21-rmk1 +kernels, and they said that there might be 2.6.x support some day. +Meanwhile they've released a 2.6.8.1 based kernel called "ursus". + +Currently we still have got a communication problem with cirrus, +for some reason it seems to be impossible to directly talk to their +developers. Hope this will change some day, but we really cannot afford +to just sit down and wait. + +The purpose of this file is to document success and todo's. + + - Section II describes hardware support, organized according to the + EP9315 datasheet. Other device datasheets are ordered similarly, + though section numbers may vary. + + - Section III contains other miscellaneous information. + +The latest version of this document may be found at: + + linux/Documentation/arm/ep93xx/status.txt + +projects homepage can be found at: + + http://members.inode.at/m.burian/ep93xx/index.html + + +====================================================================== +(II) Hardware Support +====================================================================== + +These section numbers mirror the EP9315 datasheet. + +1. Introduction +--------------- +N/A + +2. ARM920T Core and Advanced High-Speed Bus (AHB) +------------------------------------------------- +We have standard Linux 2.6 support for ARM920T Core. Thumb support +is pretty shaky, as most people do not seem to use Thumb in the +kernel. Address translation uses 16K small pages exclusively (FIXME: +is this true?) + +3. MaverickCrunch Coprocessor +----------------------------- +People have started with forward porting. Note that there's more +to it than just kernel support. You also need to have a toolchain +supporting it. We're in need of a comprehensive HOWTO that explains kernel, +toolchain and userspace aspects to a point where average developers can use it + + +4. Boot ROM +----------- +Well, not really kernel related, most people start with redboot. Make +sure to use a version that passes the correct machine type. Some +people also started porting blob / uboot. + +If any support is added for this device, it will likely be a simple +char device that allows you to read the contents of the boot rom +for interests sake. + +5. System Controller +-------------------- +System Controllers registers are set by startup code and by individual +drivers as needed, we try to keep the processor dependent stuff to +a minimum. + +Ray really wants to overhaul the system configuration stuff and move +towards something like the SA1100 people are doing. It should make +things a lot cleaner for drivers that share physical pins, or for +multifunctional blocks that require several drivers (eg: UART2 with +IrDA support) + +There is currently no dynamic clock control support. We'll probably +want to tie into the CPUfreq code at some point. + +There is no support for querying the system boot configuration or +last reset source. + +There is no power management support. Individual drivers may power +up silicon blocks as required. Some research is needed to map the +EP93xx power states onto the ACPI or PCI states that everyone seems +to use. + +There is no support for the TICK and WATCHDOGEXPIRED interrupts +generated by this block. + +There is no support for the AHB bus arbiter priority settings. + +6. Vectored Interrupt Controller +-------------------------------- +Since we can boot this can't be done dead wrong. Standard level-triggered +interrupt support is present. + +No FIQ interrupts are supported. + +Support for demultiplexing GPIO IRQs is available. + + +7. Raster Engine With Analog/LCD Integrated Timing and Interface +---------------------------------------------------------------- + +Michael has rewritten large parts of the framebuffer driver based on +skeleton.c. You need to adapt this in case you can't live with +the standard display(s) that are included. Framebuffer is fixed +size, you can change some settings at compile time, though. +TODO: clean ups, different resolutions, etc + + +8. Graphics Accelerator +----------------------- +not available yet, will be done after the framebuffer code has been +cleaned up. + + +9. 1/10/100 Mbps Ethernet LAN Controller +---------------------------------------- +Supported. Driver has been reviewed and cleaned up. +Uses generic mii routines now. It might be possible +to use DMA - but in that case we'd need to find a +workaround to get around the fact that it can only +transfer 32bit aligned data, while we'd need to transfer +data that's only 16 bit aligned. + +NICE-TO-HAVE: Could be ported to use NAPI. + +10. DMA Controller +------------------ +There is some code and documentation ported forward from the Cirrus +2.4 port. + +11. Universal Serial Bus Host Controller +---------------------------------------- +Ray has written some glue code to plug the OHCI host controller into +the Linux 2.6 USB stack. This has been tested on an EDB9301 board with +a single port populated. A serial dongle worked fine, and several +different flash keys seem to work okay with the USB mass storage +driver using SCSI disk emulation. This hasn't really been stress tested +yet, but initial results look very encouraging. + +12. Static Memory Controller +---------------------------- +Not sure how much kernel support is required here. Flash and memory +timing needs to be setup by the bootloader, so there's not much +that needs to be done here. + +No support for PCMCIA at this time. + +13. SDRAM, SyncROM, and SyncFLASH Controller +-------------------------------------------- +Again, this is probably the bootloaders problem. + +There is an errata about system instability when suspending with +an SDRAM bus speed over 50 MHz. May need to tweak this if we start +doing power management modes. + +14. UART1 With HDLC and Modem Control Signals +--------------------------------------------- +We've got a driver to use this one as UART. No DMA support. FIFO support +works. No HDLC support. Needs some syscon support to cleanly handle +HDLC and some modem signals. + +15. UART2 +--------- +We've got a driver to use this one as UART. No DMA support. FIFO support +works. No IrDA SIR support. Needs some syscon support to cleanly handle +IrDA SIR. + +16. UART3 With HDLC Encoder +--------------------------- +We've got a driver to use this one as UART. No DMA support. FIFO support +works. No HDLC or RS-485 support. Needs some syscon support to cleanly +handle HDLC and RS-485. + +17. IRDA +-------- +There is some code and documentation ported forward from the Cirrus +2.4 port. No idea how well this works, if at all. + +18. TIMERS +---------- +Timer1 is used at 508 kHz with a reload value of 5080 to provide a 100 Hz +tick signal to drive the kernel. + +Timer 2 and 3 are not currently used, nor is the debug timer 4. + + +19. WATCHDOG Timer +------------------ +Ray has some initial experimental code written (not pushed) to drive this. +The onboard watchdog seems to have a 250 ms (!) timeout, while most PC +dogs seem to have timeouts on the order of one minute or more. The standard +approach of having a user level process open the watchdog device and +kick it every so often seems like a bad idea here... a momentary system +load spike could easily delay the monitor from being scheduled, and the +system would reboot. + +Test out a watchdog monitor running at a high scheduling priority, or else +design a kernel watchdog that kicks the dog every timer tick and exports +a more reasonable timeout value to userspace. + +20. Real Time Clock With Software Trim +-------------------------------------- +We did not bother to write a driver yet, it would require a design +that ensures CPU is always powered on, and always have at least +a 32kHz clock running. Most people prefer to use and external RTC. +We've got support for the DS1337 RTC that seems to be popular on +ep93xx based boards. + +21. I2S Controller +------------------ +No support yet. Klaus is working on it. + +22. AC97 Controller +------------------- +Supported but could need some testing. + +23. Synchronous Serial Port +--------------------------- +Two driver are available, a forward port from the cirrus driver and +another driver from Ray. + +24. Pulse Width Modulator +------------------------- +No support yet. + +25. Analog Touch Screen Interface +--------------------------------- +People already played with this, AFAIK one would need a silicon +revision > D1 (November 2004) for this to work properly. + +26. Keypad Interface +-------------------- +We've got a driver for the 8x8 keypad. Chances are that you might +want to create a custom keymap. There's also support for mobile +phone like input (key 1 becomes -> A -> B -> C) if pressed repeatedly +within half a second. + +27. IDE interface +----------------- +We've got IDE working in polling only, no DMA support so far. +It needs to be cleaned up, too. + +28. GPIO +-------- +Standard LED support for red and green leds is present. + +Michael has written an I2C bus driver using the new Linux device driver model. +It supports an external DS1337 RTC device on the EECLK/EEDAT pins. + +Need some syscon support to cleanly handle the multi-function GPIO pins. + +Demultiplexing of GPIO interrupts is possible now. + +29. Security +------------ +No information available on this, so support is unlikely in the near future. + +30. Glossary +------------ +N/A + + +====================================================================== +(III) Stuff not found in the datasheet +====================================================================== + +1. printascii hack has been removed from our tree. + +2. I2C driver +We've got a bit banging I2C driver + +3. External RTC (DS1337) +Setting and getting the time works +TODO: advanced features, such as alarm, timer for /dev/rtc + +4. Controller Area Network (CAN) +We have got a character device based driver for the OKI ML9620 CAN Controller. + diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 4b15f5f..f23341e 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -103,6 +103,17 @@ config ARCH_EBSA110 Ethernet interface, two PCMCIA sockets, two serial ports and a parallel port. +config ARCH_EP93XX + bool "EP93xx" + select ARM_AMBA + help + Say Y here to enable support for the Cirrus EP93xx CPU family + and choose your specific CPU below. + + See the Cirrus web page for details. + + + config ARCH_CAMELOT bool "Epxa10db" help @@ -219,6 +230,8 @@ endchoice source "arch/arm/mach-clps711x/Kconfig" +source "arch/arm/mach-ep93xx/Kconfig" + source "arch/arm/mach-epxa10db/Kconfig" source "arch/arm/mach-footbridge/Kconfig" @@ -403,7 +416,7 @@ config NO_IDLE_HZ config ARCH_DISCONTIGMEM_ENABLE bool - default (ARCH_LH7A40X && !LH7A40X_CONTIGMEM) + default (ARCH_LH7A40X && !LH7A40X_CONTIGMEM) || ARCH_EP93XX help Say Y to support efficient handling of discontiguous physical memory, for architectures which are either NUMA (Non-Uniform Memory Access) @@ -415,7 +428,7 @@ source "mm/Kconfig" config LEDS bool "Timer and CPU usage LEDs" depends on ARCH_CDB89712 || ARCH_CO285 || ARCH_EBSA110 || \ - ARCH_EBSA285 || ARCH_IMX || ARCH_INTEGRATOR || \ + ARCH_EBSA285 || ARCH_EP93XX || ARCH_IMX || ARCH_INTEGRATOR || \ ARCH_LUBBOCK || MACH_MAINSTONE || ARCH_NETWINDER || \ ARCH_OMAP || ARCH_P720T || ARCH_PXA_IDP || \ ARCH_SA1100 || ARCH_SHARK || ARCH_VERSATILE @@ -432,7 +445,7 @@ config LEDS config LEDS_TIMER bool "Timer LED" if (!ARCH_CDB89712 && !ARCH_OMAP) || \ - MACH_OMAP_H2 || MACH_OMAP_PERSEUS2 + MACH_OMAP_H2 || MACH_OMAP_PERSEUS2 depends on LEDS default y if ARCH_EBSA110 help @@ -702,9 +715,10 @@ source "drivers/block/Kconfig" source "drivers/acorn/block/Kconfig" -if PCMCIA || ARCH_CLPS7500 || ARCH_IOP3XX || ARCH_IXP4XX \ - || ARCH_L7200 || ARCH_LH7A40X || ARCH_PXA || ARCH_RPC \ - || ARCH_S3C2410 || ARCH_SA1100 || ARCH_SHARK || FOOTBRIDGE +if PCMCIA || ARCH_CLPS7500 || ARCH_EP9312 || ARCH_EP9315 \ + || ARCH_IOP3XX || ARCH_IXP4XX || ARCH_L7200 || ARCH_LH7A40X \ + || ARCH_PXA || ARCH_RPC || ARCH_S3C2410 || ARCH_SA1100 || ARCH_SHARK \ + || FOOTBRIDGE source "drivers/ide/Kconfig" endif diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 81bd219..924d31f 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile @@ -92,6 +92,7 @@ textaddr-$(CONFIG_ARCH_FORTUNET) := 0x machine-$(CONFIG_ARCH_IOP3XX) := iop3xx machine-$(CONFIG_ARCH_IXP4XX) := ixp4xx machine-$(CONFIG_ARCH_IXP2000) := ixp2000 + machine-$(CONFIG_ARCH_EP93XX) := ep93xx machine-$(CONFIG_ARCH_OMAP1) := omap1 machine-$(CONFIG_ARCH_OMAP2) := omap2 incdir-$(CONFIG_ARCH_OMAP) := omap diff --git a/arch/arm/configs/adssphere_defconfig b/arch/arm/configs/adssphere_defconfig new file mode 100644 index 0000000..195d80e --- /dev/null +++ b/arch/arm/configs/adssphere_defconfig @@ -0,0 +1,1240 @@ +# +# Automatically generated make config: don't edit +# Linux kernel version: 2.6.12.2 +# Wed Jul 6 13:49:08 2005 +# +CONFIG_ARM=y +CONFIG_MMU=y +CONFIG_UID16=y +CONFIG_RWSEM_GENERIC_SPINLOCK=y +CONFIG_GENERIC_CALIBRATE_DELAY=y +CONFIG_GENERIC_IOMAP=y + +# +# Code maturity level options +# +CONFIG_EXPERIMENTAL=y +CONFIG_CLEAN_COMPILE=y +CONFIG_BROKEN_ON_SMP=y +CONFIG_INIT_ENV_ARG_LIMIT=32 + +# +# General setup +# +CONFIG_LOCALVERSION="" +CONFIG_SWAP=y +CONFIG_SYSVIPC=y +# CONFIG_POSIX_MQUEUE is not set +# CONFIG_BSD_PROCESS_ACCT is not set +CONFIG_SYSCTL=y +# CONFIG_AUDIT is not set +CONFIG_HOTPLUG=y +CONFIG_KOBJECT_UEVENT=y +# CONFIG_IKCONFIG is not set +# CONFIG_EMBEDDED is not set +CONFIG_KALLSYMS=y +# CONFIG_KALLSYMS_ALL is not set +# CONFIG_KALLSYMS_EXTRA_PASS is not set +CONFIG_PRINTK=y +CONFIG_BUG=y +CONFIG_BASE_FULL=y +CONFIG_FUTEX=y +CONFIG_EPOLL=y +CONFIG_CC_OPTIMIZE_FOR_SIZE=y +CONFIG_SHMEM=y +CONFIG_CC_ALIGN_FUNCTIONS=0 +CONFIG_CC_ALIGN_LABELS=0 +CONFIG_CC_ALIGN_LOOPS=0 +CONFIG_CC_ALIGN_JUMPS=0 +# CONFIG_TINY_SHMEM is not set +CONFIG_BASE_SMALL=0 + +# +# Loadable module support +# +CONFIG_MODULES=y +CONFIG_MODULE_UNLOAD=y +# CONFIG_MODULE_FORCE_UNLOAD is not set +CONFIG_OBSOLETE_MODPARM=y +# CONFIG_MODVERSIONS is not set +# CONFIG_MODULE_SRCVERSION_ALL is not set +# CONFIG_KMOD is not set + +# +# System Type +# +# CONFIG_ARCH_CLPS7500 is not set +# CONFIG_ARCH_CLPS711X is not set +# CONFIG_ARCH_CO285 is not set +# CONFIG_ARCH_EBSA110 is not set +CONFIG_ARCH_EP93XX=y +# CONFIG_ARCH_CAMELOT is not set +# CONFIG_ARCH_FOOTBRIDGE is not set +# CONFIG_ARCH_INTEGRATOR is not set +# CONFIG_ARCH_IOP3XX is not set +# CONFIG_ARCH_IXP4XX is not set +# CONFIG_ARCH_IXP2000 is not set +# CONFIG_ARCH_L7200 is not set +# CONFIG_ARCH_PXA is not set +# CONFIG_ARCH_RPC is not set +# CONFIG_ARCH_SA1100 is not set +# CONFIG_ARCH_S3C2410 is not set +# CONFIG_ARCH_SHARK is not set +# CONFIG_ARCH_LH7A40X is not set +# CONFIG_ARCH_OMAP is not set +# CONFIG_ARCH_VERSATILE is not set +# CONFIG_ARCH_IMX is not set +# CONFIG_ARCH_H720X is not set + +# +# EP93xx +# +# CONFIG_ARCH_EP9301 is not set +# CONFIG_ARCH_EP9302 is not set +# CONFIG_ARCH_EP9312 is not set +CONFIG_ARCH_EP9315=y +# CONFIG_MACH_EDB9315 is not set +CONFIG_MACH_ADSSPHERE=y +# CONFIG_MACH_ZEFEERDZQ is not set +CONFIG_EP93XX_DMA=y +# CONFIG_ARCH_EP93XX_IDE is not set +# CONFIG_EP93XX_SSP is not set + +# +# Processor Type +# +CONFIG_CPU_32=y +CONFIG_CPU_ARM920T=y +CONFIG_CPU_32v4=y +CONFIG_CPU_ABRT_EV4T=y +CONFIG_CPU_CACHE_V4WT=y +CONFIG_CPU_CACHE_VIVT=y +CONFIG_CPU_COPY_V4WB=y +CONFIG_CPU_TLB_V4WBI=y + +# +# Processor Features +# +# CONFIG_ARM_THUMB is not set +# CONFIG_CPU_ICACHE_DISABLE is not set +# CONFIG_CPU_DCACHE_DISABLE is not set +# CONFIG_CPU_DCACHE_WRITETHROUGH is not set + +# +# Bus support +# +CONFIG_ARM_AMBA=y +CONFIG_ISA_DMA_API=y + +# +# PCCARD (PCMCIA/CardBus) support +# +CONFIG_PCCARD=y +# CONFIG_PCMCIA_DEBUG is not set +CONFIG_PCMCIA=y + +# +# PC-card bridges +# +# CONFIG_TCIC is not set +CONFIG_PCMCIA_EP93XX=y + +# +# Kernel Features +# +# CONFIG_SMP is not set +# CONFIG_PREEMPT is not set +CONFIG_DISCONTIGMEM=y +CONFIG_LEDS=y +CONFIG_LEDS_TIMER=y +# CONFIG_LEDS_CPU is not set +CONFIG_ALIGNMENT_TRAP=y + +# +# Boot options +# +CONFIG_ZBOOT_ROM_TEXT=0x0 +CONFIG_ZBOOT_ROM_BSS=0x0 +CONFIG_CMDLINE="console=ttyAM0,38400 rw root=/dev/ram initrd=0x00600000,5m ramdisk_size=12288 rootfstype=ext2 mtdparts=flash:256k(boot),256k(bootvars),1536k(zImage),5m(ramdisk.gz),-(flashfs1) SERIALGETTY=ttyAM0 SERIALBAUD=38400" +# CONFIG_XIP_KERNEL is not set + +# +# Floating point emulation +# + +# +# At least one emulation must be selected +# +CONFIG_FPE_NWFPE=y +# CONFIG_FPE_NWFPE_XP is not set +# CONFIG_FPE_FASTFPE is not set + +# +# Userspace binary formats +# +CONFIG_BINFMT_ELF=y +# CONFIG_BINFMT_AOUT is not set +# CONFIG_BINFMT_MISC is not set +# CONFIG_ARTHUR is not set + +# +# Power management options +# +# CONFIG_PM is not set + +# +# Device Drivers +# + +# +# Generic Driver Options +# +CONFIG_STANDALONE=y +CONFIG_PREVENT_FIRMWARE_BUILD=y +CONFIG_FW_LOADER=y +# CONFIG_DEBUG_DRIVER is not set + +# +# Memory Technology Devices (MTD) +# +CONFIG_MTD=y +# CONFIG_MTD_DEBUG is not set +# CONFIG_MTD_CONCAT is not set +CONFIG_MTD_PARTITIONS=y +# CONFIG_MTD_REDBOOT_PARTS is not set +CONFIG_MTD_CMDLINE_PARTS=y +# CONFIG_MTD_AFS_PARTS is not set + +# +# User Modules And Translation Layers +# +CONFIG_MTD_CHAR=y +CONFIG_MTD_BLOCK=y +# CONFIG_FTL is not set +# CONFIG_NFTL is not set +# CONFIG_INFTL is not set + +# +# RAM/ROM/Flash chip drivers +# +CONFIG_MTD_CFI=y +# CONFIG_MTD_JEDECPROBE is not set +CONFIG_MTD_GEN_PROBE=y +CONFIG_MTD_CFI_ADV_OPTIONS=y +CONFIG_MTD_CFI_NOSWAP=y +# CONFIG_MTD_CFI_BE_BYTE_SWAP is not set +# CONFIG_MTD_CFI_LE_BYTE_SWAP is not set +CONFIG_MTD_CFI_GEOMETRY=y +CONFIG_MTD_MAP_BANK_WIDTH_1=y +CONFIG_MTD_MAP_BANK_WIDTH_2=y +CONFIG_MTD_MAP_BANK_WIDTH_4=y +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set +CONFIG_MTD_CFI_I1=y +CONFIG_MTD_CFI_I2=y +# CONFIG_MTD_CFI_I4 is not set +# CONFIG_MTD_CFI_I8 is not set +CONFIG_MTD_CFI_INTELEXT=y +# CONFIG_MTD_CFI_AMDSTD is not set +# CONFIG_MTD_CFI_STAA is not set +CONFIG_MTD_CFI_UTIL=y +# CONFIG_MTD_RAM is not set +# CONFIG_MTD_ROM is not set +# CONFIG_MTD_ABSENT is not set +# CONFIG_MTD_XIP is not set + +# +# Mapping drivers for chip access +# +# CONFIG_MTD_COMPLEX_MAPPINGS is not set +# CONFIG_MTD_PHYSMAP is not set +CONFIG_MTD_ADSFLASH=y +# CONFIG_MTD_ARM_INTEGRATOR is not set +# CONFIG_MTD_EDB7312 is not set + +# +# Self-contained MTD device drivers +# +# CONFIG_MTD_SLRAM is not set +# CONFIG_MTD_PHRAM is not set +# CONFIG_MTD_MTDRAM is not set +# CONFIG_MTD_BLKMTD is not set +# CONFIG_MTD_BLOCK2MTD is not set + +# +# Disk-On-Chip Device Drivers +# +# CONFIG_MTD_DOC2000 is not set +# CONFIG_MTD_DOC2001 is not set +# CONFIG_MTD_DOC2001PLUS is not set + +# +# NAND Flash Device Drivers +# +# CONFIG_MTD_NAND is not set + +# +# Parallel port support +# +# CONFIG_PARPORT is not set + +# +# Plug and Play support +# + +# +# Block devices +# +# CONFIG_BLK_DEV_COW_COMMON is not set +CONFIG_BLK_DEV_LOOP=y +# CONFIG_BLK_DEV_CRYPTOLOOP is not set +# CONFIG_BLK_DEV_NBD is not set +# CONFIG_BLK_DEV_UB is not set +CONFIG_BLK_DEV_RAM=y +CONFIG_BLK_DEV_RAM_COUNT=16 +CONFIG_BLK_DEV_RAM_SIZE=4096 +CONFIG_BLK_DEV_INITRD=y +CONFIG_INITRAMFS_SOURCE="" +# CONFIG_CDROM_PKTCDVD is not set + +# +# IO Schedulers +# +CONFIG_IOSCHED_NOOP=y +CONFIG_IOSCHED_AS=y +CONFIG_IOSCHED_DEADLINE=y +CONFIG_IOSCHED_CFQ=y +# CONFIG_ATA_OVER_ETH is not set + +# +# ATA/ATAPI/MFM/RLL support +# +CONFIG_IDE=y +CONFIG_BLK_DEV_IDE=y + +# +# Please see Documentation/ide.txt for help/info on IDE drives +# +# CONFIG_BLK_DEV_IDE_SATA is not set +CONFIG_BLK_DEV_IDEDISK=y +# CONFIG_IDEDISK_MULTI_MODE is not set +CONFIG_BLK_DEV_IDECS=y +# CONFIG_BLK_DEV_IDECD is not set +# CONFIG_BLK_DEV_IDETAPE is not set +# CONFIG_BLK_DEV_IDEFLOPPY is not set +# CONFIG_BLK_DEV_IDESCSI is not set +# CONFIG_IDE_TASK_IOCTL is not set + +# +# IDE chipset support/bugfixes +# +CONFIG_IDE_GENERIC=y +CONFIG_BLK_DEV_EP93XX=y +# CONFIG_BLK_DEV_IDEDMA_EP93XX is not set +CONFIG_IDE_ARM=y +# CONFIG_BLK_DEV_IDEDMA is not set +# CONFIG_IDEDMA_AUTO is not set +# CONFIG_BLK_DEV_HD is not set + +# +# SCSI device support +# +CONFIG_SCSI=y +CONFIG_SCSI_PROC_FS=y + +# +# SCSI support type (disk, tape, CD-ROM) +# +CONFIG_BLK_DEV_SD=y +# CONFIG_CHR_DEV_ST is not set +# CONFIG_CHR_DEV_OSST is not set +# CONFIG_BLK_DEV_SR is not set +CONFIG_CHR_DEV_SG=y + +# +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs +# +# CONFIG_SCSI_MULTI_LUN is not set +# CONFIG_SCSI_CONSTANTS is not set +# CONFIG_SCSI_LOGGING is not set + +# +# SCSI Transport Attributes +# +# CONFIG_SCSI_SPI_ATTRS is not set +# CONFIG_SCSI_FC_ATTRS is not set +# CONFIG_SCSI_ISCSI_ATTRS is not set + +# +# SCSI low-level drivers +# +# CONFIG_SCSI_SATA is not set +# CONFIG_SCSI_DEBUG is not set + +# +# PCMCIA SCSI adapter support +# +# CONFIG_PCMCIA_AHA152X is not set +# CONFIG_PCMCIA_FDOMAIN is not set +# CONFIG_PCMCIA_NINJA_SCSI is not set +# CONFIG_PCMCIA_QLOGIC is not set +# CONFIG_PCMCIA_SYM53C500 is not set + +# +# Multi-device support (RAID and LVM) +# +# CONFIG_MD is not set + +# +# Fusion MPT device support +# + +# +# IEEE 1394 (FireWire) support +# + +# +# I2O device support +# + +# +# Networking support +# +CONFIG_NET=y + +# +# Networking options +# +CONFIG_PACKET=y +CONFIG_PACKET_MMAP=y +CONFIG_UNIX=y +# CONFIG_NET_KEY is not set +CONFIG_INET=y +CONFIG_IP_MULTICAST=y +# CONFIG_IP_ADVANCED_ROUTER is not set +CONFIG_IP_PNP=y +CONFIG_IP_PNP_DHCP=y +CONFIG_IP_PNP_BOOTP=y +# CONFIG_IP_PNP_RARP is not set +# CONFIG_NET_IPIP is not set +# CONFIG_NET_IPGRE is not set +CONFIG_IP_MROUTE=y +# CONFIG_IP_PIMSM_V1 is not set +# CONFIG_IP_PIMSM_V2 is not set +# CONFIG_ARPD is not set +# CONFIG_SYN_COOKIES is not set +# CONFIG_INET_AH is not set +# CONFIG_INET_ESP is not set +# CONFIG_INET_IPCOMP is not set +# CONFIG_INET_TUNNEL is not set +CONFIG_IP_TCPDIAG=y +# CONFIG_IP_TCPDIAG_IPV6 is not set +# CONFIG_IPV6 is not set +# CONFIG_NETFILTER is not set + +# +# SCTP Configuration (EXPERIMENTAL) +# +# CONFIG_IP_SCTP is not set +# CONFIG_ATM is not set +# CONFIG_BRIDGE is not set +# CONFIG_VLAN_8021Q is not set +# CONFIG_DECNET is not set +# CONFIG_LLC2 is not set +# CONFIG_IPX is not set +# CONFIG_ATALK is not set +# CONFIG_X25 is not set +# CONFIG_LAPB is not set +# CONFIG_NET_DIVERT is not set +# CONFIG_ECONET is not set +# CONFIG_WAN_ROUTER is not set + +# +# QoS and/or fair queueing +# +# CONFIG_NET_SCHED is not set +# CONFIG_NET_CLS_ROUTE is not set + +# +# Network testing +# +# CONFIG_NET_PKTGEN is not set +# CONFIG_NETPOLL is not set +# CONFIG_NET_POLL_CONTROLLER is not set +# CONFIG_HAMRADIO is not set +# CONFIG_IRDA is not set +CONFIG_BT=y +CONFIG_BT_L2CAP=y +# CONFIG_BT_SCO is not set +# CONFIG_BT_RFCOMM is not set +CONFIG_BT_BNEP=y +# CONFIG_BT_BNEP_MC_FILTER is not set +# CONFIG_BT_BNEP_PROTO_FILTER is not set +# CONFIG_BT_HIDP is not set + +# +# Bluetooth device drivers +# +CONFIG_BT_HCIUSB=y +# CONFIG_BT_HCIUSB_SCO is not set +# CONFIG_BT_HCIUART is not set +# CONFIG_BT_HCIBCM203X is not set +# CONFIG_BT_HCIBPA10X is not set +# CONFIG_BT_HCIBFUSB is not set +# CONFIG_BT_HCIDTL1 is not set +# CONFIG_BT_HCIBT3C is not set +# CONFIG_BT_HCIBLUECARD is not set +# CONFIG_BT_HCIBTUART is not set +# CONFIG_BT_HCIVHCI is not set +CONFIG_NETDEVICES=y +# CONFIG_DUMMY is not set +# CONFIG_BONDING is not set +# CONFIG_EQUALIZER is not set +# CONFIG_TUN is not set + +# +# Ethernet (10 or 100Mbit) +# +CONFIG_NET_ETHERNET=y +CONFIG_MII=y +CONFIG_EP93XX_ETHERNET=y +# CONFIG_SMC91X is not set + +# +# Ethernet (1000 Mbit) +# + +# +# Ethernet (10000 Mbit) +# + +# +# Token Ring devices +# + +# +# Wireless LAN (non-hamradio) +# +CONFIG_NET_RADIO=y + +# +# Obsolete Wireless cards support (pre-802.11) +# +# CONFIG_STRIP is not set +# CONFIG_PCMCIA_WAVELAN is not set +# CONFIG_PCMCIA_NETWAVE is not set + +# +# Wireless 802.11 Frequency Hopping cards support +# +# CONFIG_PCMCIA_RAYCS is not set + +# +# Wireless 802.11b ISA/PCI cards support +# +CONFIG_HERMES=y +CONFIG_ATMEL=y + +# +# Wireless 802.11b Pcmcia/Cardbus cards support +# +CONFIG_PCMCIA_HERMES=y +CONFIG_AIRO_CS=y +CONFIG_PCMCIA_ATMEL=y +CONFIG_PCMCIA_WL3501=y +CONFIG_NET_WIRELESS=y + +# +# PCMCIA network device support +# +CONFIG_NET_PCMCIA=y +# CONFIG_PCMCIA_3C589 is not set +# CONFIG_PCMCIA_3C574 is not set +# CONFIG_PCMCIA_FMVJ18X is not set +CONFIG_PCMCIA_PCNET=y +# CONFIG_PCMCIA_NMCLAN is not set +# CONFIG_PCMCIA_SMC91C92 is not set +# CONFIG_PCMCIA_XIRC2PS is not set +# CONFIG_PCMCIA_AXNET is not set + +# +# Wan interfaces +# +# CONFIG_WAN is not set +# CONFIG_PPP is not set +# CONFIG_SLIP is not set +# CONFIG_SHAPER is not set +# CONFIG_NETCONSOLE is not set + +# +# ISDN subsystem +# +# CONFIG_ISDN is not set + +# +# Input device support +# +CONFIG_INPUT=y + +# +# Userland interfaces +# +CONFIG_INPUT_MOUSEDEV=y +# CONFIG_INPUT_MOUSEDEV_PSAUX is not set +CONFIG_INPUT_MOUSEDEV_SCREEN_X=640 +CONFIG_INPUT_MOUSEDEV_SCREEN_Y=480 +# CONFIG_INPUT_JOYDEV is not set +CONFIG_INPUT_TSDEV=y +CONFIG_INPUT_TSDEV_SCREEN_X=640 +CONFIG_INPUT_TSDEV_SCREEN_Y=480 +CONFIG_INPUT_EVDEV=y +# CONFIG_INPUT_EVBUG is not set + +# +# Input Device Drivers +# +CONFIG_INPUT_KEYBOARD=y +# CONFIG_KEYBOARD_ATKBD is not set +# CONFIG_KEYBOARD_SUNKBD is not set +# CONFIG_KEYBOARD_LKKBD is not set +# CONFIG_KEYBOARD_XTKBD is not set +# CONFIG_KEYBOARD_NEWTON is not set +# CONFIG_KEYBOARD_EP93XX is not set +CONFIG_INPUT_MOUSE=y +# CONFIG_MOUSE_PS2 is not set +# CONFIG_MOUSE_SERIAL is not set +# CONFIG_MOUSE_VSXXXAA is not set +# CONFIG_INPUT_JOYSTICK is not set +CONFIG_INPUT_TOUCHSCREEN=y +# CONFIG_TOUCHSCREEN_GUNZE is not set +# CONFIG_TOUCHSCREEN_ELO is not set +# CONFIG_TOUCHSCREEN_MTOUCH is not set +# CONFIG_TOUCHSCREEN_MK712 is not set +CONFIG_TOUCHSCREEN_EP93XX=y +# CONFIG_INPUT_MISC is not set + +# +# Hardware I/O ports +# +# CONFIG_SERIO is not set +# CONFIG_GAMEPORT is not set + +# +# Character devices +# +CONFIG_VT=y +CONFIG_VT_CONSOLE=y +CONFIG_HW_CONSOLE=y +# CONFIG_SERIAL_NONSTANDARD is not set + +# +# Serial drivers +# +# CONFIG_SERIAL_8250 is not set + +# +# Non-8250 serial port support +# +# CONFIG_SERIAL_AMBA_PL010 is not set +# CONFIG_SERIAL_AMBA_PL011 is not set +CONFIG_SERIAL_EP93XX=y +CONFIG_SERIAL_EP93XX_CONSOLE=y +CONFIG_SERIAL_CORE=y +CONFIG_SERIAL_CORE_CONSOLE=y +CONFIG_UNIX98_PTYS=y +CONFIG_LEGACY_PTYS=y +CONFIG_LEGACY_PTY_COUNT=256 + +# +# IPMI +# +# CONFIG_IPMI_HANDLER is not set + +# +# Watchdog Cards +# +CONFIG_WATCHDOG=y +# CONFIG_WATCHDOG_NOWAYOUT is not set + +# +# Watchdog Device Drivers +# +# CONFIG_SOFT_WATCHDOG is not set +CONFIG_EP93XX_WATCHDOG=y + +# +# USB-based Watchdog Cards +# +# CONFIG_USBPCWATCHDOG is not set +# CONFIG_NVRAM is not set +# CONFIG_RTC is not set +# CONFIG_EP93XX_RTC is not set +# CONFIG_DTLK is not set +# CONFIG_R3964 is not set + +# +# Ftape, the floppy tape device driver +# +# CONFIG_DRM is not set + +# +# PCMCIA character devices +# +# CONFIG_SYNCLINK_CS is not set +# CONFIG_RAW_DRIVER is not set + +# +# TPM devices +# + +# +# I2C support +# +CONFIG_I2C=y +CONFIG_I2C_CHARDEV=y + +# +# I2C Algorithms +# +CONFIG_I2C_ALGOBIT=y +# CONFIG_I2C_ALGOPCF is not set +# CONFIG_I2C_ALGOPCA is not set + +# +# I2C Hardware Bus support +# +CONFIG_I2C_EP93XX=y +# CONFIG_I2C_ISA is not set +# CONFIG_I2C_PARPORT_LIGHT is not set +# CONFIG_I2C_STUB is not set +# CONFIG_I2C_PCA_ISA is not set + +# +# Hardware Sensors Chip support +# +CONFIG_I2C_SENSOR=y +# CONFIG_SENSORS_ADM1021 is not set +# CONFIG_SENSORS_ADM1025 is not set +# CONFIG_SENSORS_ADM1026 is not set +# CONFIG_SENSORS_ADM1031 is not set +# CONFIG_SENSORS_ASB100 is not set +# CONFIG_SENSORS_DS1621 is not set +# CONFIG_SENSORS_FSCHER is not set +# CONFIG_SENSORS_FSCPOS is not set +# CONFIG_SENSORS_GL518SM is not set +# CONFIG_SENSORS_GL520SM is not set +# CONFIG_SENSORS_IT87 is not set +# CONFIG_SENSORS_LM63 is not set +# CONFIG_SENSORS_LM75 is not set +# CONFIG_SENSORS_LM77 is not set +# CONFIG_SENSORS_LM78 is not set +# CONFIG_SENSORS_LM80 is not set +# CONFIG_SENSORS_LM83 is not set +# CONFIG_SENSORS_LM85 is not set +# CONFIG_SENSORS_LM87 is not set +# CONFIG_SENSORS_LM90 is not set +# CONFIG_SENSORS_LM92 is not set +# CONFIG_SENSORS_MAX1619 is not set +# CONFIG_SENSORS_PC87360 is not set +# CONFIG_SENSORS_SMSC47B397 is not set +# CONFIG_SENSORS_SMSC47M1 is not set +# CONFIG_SENSORS_W83781D is not set +# CONFIG_SENSORS_W83L785TS is not set +# CONFIG_SENSORS_W83627HF is not set + +# +# Other I2C Chip support +# +# CONFIG_SENSORS_DS1337 is not set +CONFIG_SENSORS_DS1307=y +CONFIG_SENSORS_EEPROM=y +# CONFIG_SENSORS_PCF8574 is not set +# CONFIG_SENSORS_PCF8591 is not set +# CONFIG_SENSORS_RTC8564 is not set +# CONFIG_I2C_DEBUG_CORE is not set +# CONFIG_I2C_DEBUG_ALGO is not set +# CONFIG_I2C_DEBUG_BUS is not set +# CONFIG_I2C_DEBUG_CHIP is not set + +# +# Misc devices +# + +# +# Multimedia devices +# +CONFIG_VIDEO_DEV=y + +# +# Video For Linux +# + +# +# Video Adapters +# +# CONFIG_VIDEO_CPIA is not set +# CONFIG_VIDEO_SAA5246A is not set +# CONFIG_VIDEO_SAA5249 is not set +# CONFIG_TUNER_3036 is not set +# CONFIG_VIDEO_OVCAMCHIP is not set + +# +# Radio Adapters +# +# CONFIG_RADIO_MAESTRO is not set + +# +# Digital Video Broadcasting Devices +# +# CONFIG_DVB is not set + +# +# Graphics support +# +CONFIG_FB=y +CONFIG_FB_CFB_FILLRECT=y +CONFIG_FB_CFB_COPYAREA=y +CONFIG_FB_CFB_IMAGEBLIT=y +CONFIG_FB_SOFT_CURSOR=y +# CONFIG_FB_MACMODES is not set +CONFIG_FB_MODE_HELPERS=y +# CONFIG_FB_TILEBLITTING is not set +# CONFIG_FB_ARMCLCD is not set +# CONFIG_FB_CX25871_I2C is not set +CONFIG_FB_EP93XX=y +# CONFIG_FB_CRT_EP93XX is not set +# CONFIG_FB_LCD_EP93XX is not set +# CONFIG_FB_LCD_EP93XX_SHARP is not set +CONFIG_FB_LCD_EP93XX_SHARP_LQ64D343=y +# CONFIG_FB_CX25871 is not set +# CONFIG_FB_EP93XX_8BPP is not set +CONFIG_FB_EP93XX_16BPP_565=y +# CONFIG_FB_EP93XX_24BPP is not set +# CONFIG_FB_EP93XX_32BPP is not set +# CONFIG_FB_S1D13XXX is not set +# CONFIG_FB_VIRTUAL is not set + +# +# Console display driver support +# +# CONFIG_VGA_CONSOLE is not set +CONFIG_DUMMY_CONSOLE=y +CONFIG_FRAMEBUFFER_CONSOLE=y +CONFIG_FONTS=y +CONFIG_FONT_8x8=y +CONFIG_FONT_8x16=y +# CONFIG_FONT_6x11 is not set +# CONFIG_FONT_PEARL_8x8 is not set +# CONFIG_FONT_ACORN_8x8 is not set +# CONFIG_FONT_MINI_4x6 is not set +# CONFIG_FONT_SUN8x16 is not set +# CONFIG_FONT_SUN12x22 is not set + +# +# Logo configuration +# +CONFIG_LOGO=y +# CONFIG_LOGO_LINUX_MONO is not set +# CONFIG_LOGO_LINUX_VGA16 is not set +CONFIG_LOGO_LINUX_CLUT224=y +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set + +# +# Sound +# +CONFIG_SOUND=y + +# +# Advanced Linux Sound Architecture +# +# CONFIG_SND is not set + +# +# Open Sound System +# +CONFIG_SOUND_PRIME=y +# CONFIG_SOUND_BT878 is not set +# CONFIG_SOUND_FUSION is not set +# CONFIG_SOUND_CS4281 is not set +# CONFIG_SOUND_SONICVIBES is not set +# CONFIG_SOUND_TRIDENT is not set +# CONFIG_SOUND_MSNDCLAS is not set +# CONFIG_SOUND_MSNDPIN is not set +CONFIG_SOUND_OSS=y +# CONFIG_SOUND_TRACEINIT is not set +# CONFIG_SOUND_DMAP is not set +# CONFIG_SOUND_AD1816 is not set +# CONFIG_SOUND_SGALAXY is not set +# CONFIG_SOUND_ADLIB is not set +# CONFIG_SOUND_ACI_MIXER is not set +# CONFIG_SOUND_CS4232 is not set +# CONFIG_SOUND_SSCAPE is not set +# CONFIG_SOUND_GUS is not set +# CONFIG_SOUND_VMIDI is not set +# CONFIG_SOUND_TRIX is not set +# CONFIG_SOUND_MSS is not set +# CONFIG_SOUND_MPU401 is not set +# CONFIG_SOUND_NM256 is not set +# CONFIG_SOUND_MAD16 is not set +# CONFIG_SOUND_PAS is not set +# CONFIG_SOUND_PSS is not set +# CONFIG_SOUND_SB is not set +# CONFIG_SOUND_AWE32_SYNTH is not set +# CONFIG_SOUND_WAVEFRONT is not set +# CONFIG_SOUND_MAUI is not set +# CONFIG_SOUND_YM3812 is not set +# CONFIG_SOUND_OPL3SA1 is not set +# CONFIG_SOUND_OPL3SA2 is not set +# CONFIG_SOUND_UART6850 is not set +# CONFIG_SOUND_AEDSP16 is not set +CONFIG_SOUND_EP93XX_AC97=y +# CONFIG_SOUND_TVMIXER is not set +# CONFIG_SOUND_AD1980 is not set + +# +# USB support +# +CONFIG_USB_ARCH_HAS_HCD=y +# CONFIG_USB_ARCH_HAS_OHCI is not set +CONFIG_USB=y +# CONFIG_USB_DEBUG is not set + +# +# Miscellaneous USB options +# +# CONFIG_USB_DEVICEFS is not set +# CONFIG_USB_BANDWIDTH is not set +# CONFIG_USB_DYNAMIC_MINORS is not set +# CONFIG_USB_OTG is not set + +# +# USB Host Controller Drivers +# +# CONFIG_USB_SL811_HCD is not set + +# +# USB Device Class drivers +# +# CONFIG_USB_AUDIO is not set + +# +# USB Bluetooth TTY can only be used with disabled Bluetooth subsystem +# +# CONFIG_USB_MIDI is not set +# CONFIG_USB_ACM is not set +# CONFIG_USB_PRINTER is not set + +# +# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be needed; see USB_STORAGE Help for more information +# +CONFIG_USB_STORAGE=y +# CONFIG_USB_STORAGE_DEBUG is not set +# CONFIG_USB_STORAGE_DATAFAB is not set +# CONFIG_USB_STORAGE_FREECOM is not set +# CONFIG_USB_STORAGE_ISD200 is not set +# CONFIG_USB_STORAGE_DPCM is not set +# CONFIG_USB_STORAGE_USBAT is not set +# CONFIG_USB_STORAGE_SDDR09 is not set +# CONFIG_USB_STORAGE_SDDR55 is not set +# CONFIG_USB_STORAGE_JUMPSHOT is not set + +# +# USB Input Devices +# +CONFIG_USB_HID=y +CONFIG_USB_HIDINPUT=y +# CONFIG_HID_FF is not set +# CONFIG_USB_HIDDEV is not set +# CONFIG_USB_AIPTEK is not set +# CONFIG_USB_WACOM is not set +# CONFIG_USB_KBTAB is not set +# CONFIG_USB_POWERMATE is not set +# CONFIG_USB_MTOUCH is not set +# CONFIG_USB_EGALAX is not set +# CONFIG_USB_XPAD is not set +# CONFIG_USB_ATI_REMOTE is not set + +# +# USB Imaging devices +# +# CONFIG_USB_MDC800 is not set +# CONFIG_USB_MICROTEK is not set + +# +# USB Multimedia devices +# +# CONFIG_USB_DABUSB is not set +# CONFIG_USB_VICAM is not set +# CONFIG_USB_DSBR is not set +# CONFIG_USB_IBMCAM is not set +# CONFIG_USB_KONICAWC is not set +CONFIG_USB_OV511=y +# CONFIG_USB_SE401 is not set +# CONFIG_USB_SN9C102 is not set +# CONFIG_USB_STV680 is not set +# CONFIG_USB_PWC is not set + +# +# USB Network Adapters +# +# CONFIG_USB_CATC is not set +# CONFIG_USB_KAWETH is not set +CONFIG_USB_PEGASUS=y +# CONFIG_USB_RTL8150 is not set +# CONFIG_USB_USBNET is not set +# CONFIG_USB_ZD1201 is not set +CONFIG_USB_MON=y + +# +# USB port drivers +# + +# +# USB Serial Converter support +# +# CONFIG_USB_SERIAL is not set + +# +# USB Miscellaneous drivers +# +# CONFIG_USB_EMI62 is not set +# CONFIG_USB_EMI26 is not set +# CONFIG_USB_AUERSWALD is not set +# CONFIG_USB_RIO500 is not set +# CONFIG_USB_LEGOTOWER is not set +# CONFIG_USB_LCD is not set +# CONFIG_USB_LED is not set +# CONFIG_USB_CYTHERM is not set +# CONFIG_USB_PHIDGETKIT is not set +# CONFIG_USB_PHIDGETSERVO is not set +# CONFIG_USB_IDMOUSE is not set + +# +# USB ATM/DSL drivers +# + +# +# USB Gadget Support +# +# CONFIG_USB_GADGET is not set + +# +# MMC/SD Card support +# +# CONFIG_MMC is not set + +# +# File systems +# +CONFIG_EXT2_FS=y +# CONFIG_EXT2_FS_XATTR is not set +CONFIG_EXT3_FS=y +CONFIG_EXT3_FS_XATTR=y +# CONFIG_EXT3_FS_POSIX_ACL is not set +# CONFIG_EXT3_FS_SECURITY is not set +CONFIG_JBD=y +# CONFIG_JBD_DEBUG is not set +CONFIG_FS_MBCACHE=y +# CONFIG_REISERFS_FS is not set +# CONFIG_JFS_FS is not set + +# +# XFS support +# +# CONFIG_XFS_FS is not set +# CONFIG_MINIX_FS is not set +# CONFIG_ROMFS_FS is not set +# CONFIG_QUOTA is not set +CONFIG_DNOTIFY=y +# CONFIG_AUTOFS_FS is not set +# CONFIG_AUTOFS4_FS is not set + +# +# CD-ROM/DVD Filesystems +# +# CONFIG_ISO9660_FS is not set +# CONFIG_UDF_FS is not set + +# +# DOS/FAT/NT Filesystems +# +CONFIG_FAT_FS=y +# CONFIG_MSDOS_FS is not set +CONFIG_VFAT_FS=y +CONFIG_FAT_DEFAULT_CODEPAGE=437 +CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" +# CONFIG_NTFS_FS is not set + +# +# Pseudo filesystems +# +CONFIG_PROC_FS=y +CONFIG_SYSFS=y +# CONFIG_DEVFS_FS is not set +CONFIG_DEVPTS_FS_XATTR=y +# CONFIG_DEVPTS_FS_SECURITY is not set +CONFIG_TMPFS=y +# CONFIG_TMPFS_XATTR is not set +# CONFIG_HUGETLB_PAGE is not set +CONFIG_RAMFS=y + +# +# Miscellaneous filesystems +# +# CONFIG_ADFS_FS is not set +# CONFIG_AFFS_FS is not set +# CONFIG_HFS_FS is not set +# CONFIG_HFSPLUS_FS is not set +# CONFIG_BEFS_FS is not set +# CONFIG_BFS_FS is not set +# CONFIG_EFS_FS is not set +# CONFIG_JFFS_FS is not set +CONFIG_JFFS2_FS=y +CONFIG_JFFS2_FS_DEBUG=0 +# CONFIG_JFFS2_FS_NAND is not set +# CONFIG_JFFS2_FS_NOR_ECC is not set +# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set +CONFIG_JFFS2_ZLIB=y +CONFIG_JFFS2_RTIME=y +# CONFIG_JFFS2_RUBIN is not set +CONFIG_CRAMFS=y +# CONFIG_VXFS_FS is not set +# CONFIG_HPFS_FS is not set +# CONFIG_QNX4FS_FS is not set +# CONFIG_SYSV_FS is not set +# CONFIG_UFS_FS is not set + +# +# Network File Systems +# +CONFIG_NFS_FS=y +CONFIG_NFS_V3=y +# CONFIG_NFS_V4 is not set +# CONFIG_NFS_DIRECTIO is not set +# CONFIG_NFSD is not set +CONFIG_ROOT_NFS=y +CONFIG_LOCKD=y +CONFIG_LOCKD_V4=y +CONFIG_SUNRPC=y +# CONFIG_RPCSEC_GSS_KRB5 is not set +# CONFIG_RPCSEC_GSS_SPKM3 is not set +# CONFIG_SMB_FS is not set +# CONFIG_CIFS is not set +# CONFIG_NCP_FS is not set +# CONFIG_CODA_FS is not set +# CONFIG_AFS_FS is not set + +# +# Partition Types +# +CONFIG_PARTITION_ADVANCED=y +# CONFIG_ACORN_PARTITION is not set +# CONFIG_OSF_PARTITION is not set +# CONFIG_AMIGA_PARTITION is not set +# CONFIG_ATARI_PARTITION is not set +# CONFIG_MAC_PARTITION is not set +CONFIG_MSDOS_PARTITION=y +# CONFIG_BSD_DISKLABEL is not set +# CONFIG_MINIX_SUBPARTITION is not set +# CONFIG_SOLARIS_X86_PARTITION is not set +# CONFIG_UNIXWARE_DISKLABEL is not set +# CONFIG_LDM_PARTITION is not set +# CONFIG_SGI_PARTITION is not set +# CONFIG_ULTRIX_PARTITION is not set +# CONFIG_SUN_PARTITION is not set +# CONFIG_EFI_PARTITION is not set + +# +# Native Language Support +# +CONFIG_NLS=y +CONFIG_NLS_DEFAULT="iso8859-1" +CONFIG_NLS_CODEPAGE_437=y +# CONFIG_NLS_CODEPAGE_737 is not set +# CONFIG_NLS_CODEPAGE_775 is not set +CONFIG_NLS_CODEPAGE_850=y +# CONFIG_NLS_CODEPAGE_852 is not set +# CONFIG_NLS_CODEPAGE_855 is not set +# CONFIG_NLS_CODEPAGE_857 is not set +# CONFIG_NLS_CODEPAGE_860 is not set +# CONFIG_NLS_CODEPAGE_861 is not set +# CONFIG_NLS_CODEPAGE_862 is not set +# CONFIG_NLS_CODEPAGE_863 is not set +# CONFIG_NLS_CODEPAGE_864 is not set +# CONFIG_NLS_CODEPAGE_865 is not set +# CONFIG_NLS_CODEPAGE_866 is not set +# CONFIG_NLS_CODEPAGE_869 is not set +# CONFIG_NLS_CODEPAGE_936 is not set +# CONFIG_NLS_CODEPAGE_950 is not set +# CONFIG_NLS_CODEPAGE_932 is not set +# CONFIG_NLS_CODEPAGE_949 is not set +# CONFIG_NLS_CODEPAGE_874 is not set +# CONFIG_NLS_ISO8859_8 is not set +# CONFIG_NLS_CODEPAGE_1250 is not set +# CONFIG_NLS_CODEPAGE_1251 is not set +# CONFIG_NLS_ASCII is not set +CONFIG_NLS_ISO8859_1=y +# CONFIG_NLS_ISO8859_2 is not set +# CONFIG_NLS_ISO8859_3 is not set +# CONFIG_NLS_ISO8859_4 is not set +# CONFIG_NLS_ISO8859_5 is not set +# CONFIG_NLS_ISO8859_6 is not set +# CONFIG_NLS_ISO8859_7 is not set +# CONFIG_NLS_ISO8859_9 is not set +# CONFIG_NLS_ISO8859_13 is not set +# CONFIG_NLS_ISO8859_14 is not set +CONFIG_NLS_ISO8859_15=y +# CONFIG_NLS_KOI8_R is not set +# CONFIG_NLS_KOI8_U is not set +CONFIG_NLS_UTF8=y + +# +# Profiling support +# +# CONFIG_PROFILING is not set + +# +# Kernel hacking +# +# CONFIG_PRINTK_TIME is not set +CONFIG_DEBUG_KERNEL=y +CONFIG_MAGIC_SYSRQ=y +CONFIG_LOG_BUF_SHIFT=14 +# CONFIG_SCHEDSTATS is not set +# CONFIG_DEBUG_SLAB is not set +# CONFIG_DEBUG_SPINLOCK is not set +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set +# CONFIG_DEBUG_KOBJECT is not set +CONFIG_DEBUG_BUGVERBOSE=y +# CONFIG_DEBUG_INFO is not set +# CONFIG_DEBUG_FS is not set +CONFIG_FRAME_POINTER=y +CONFIG_DEBUG_USER=y +# CONFIG_DEBUG_WAITQ is not set +CONFIG_DEBUG_ERRORS=y +# CONFIG_DEBUG_LL is not set + +# +# Security options +# +# CONFIG_KEYS is not set +# CONFIG_SECURITY is not set + +# +# Cryptographic options +# +# CONFIG_CRYPTO is not set + +# +# Hardware crypto devices +# + +# +# Library routines +# +# CONFIG_CRC_CCITT is not set +CONFIG_CRC32=y +# CONFIG_LIBCRC32C is not set +CONFIG_ZLIB_INFLATE=y +CONFIG_ZLIB_DEFLATE=y diff --git a/arch/arm/configs/dma03_defconfig b/arch/arm/configs/dma03_defconfig new file mode 100644 index 0000000..59b677c --- /dev/null +++ b/arch/arm/configs/dma03_defconfig @@ -0,0 +1,1281 @@ +# +# Automatically generated make config: don't edit +# Linux kernel version: 2.6.15-rc4 +# Fri Dec 9 21:21:27 2005 +# +CONFIG_ARM=y +CONFIG_MMU=y +CONFIG_UID16=y +CONFIG_RWSEM_GENERIC_SPINLOCK=y +CONFIG_GENERIC_CALIBRATE_DELAY=y + +# +# Code maturity level options +# +CONFIG_EXPERIMENTAL=y +# CONFIG_CLEAN_COMPILE is not set +CONFIG_BROKEN=y +CONFIG_BROKEN_ON_SMP=y +CONFIG_INIT_ENV_ARG_LIMIT=32 + +# +# General setup +# +CONFIG_LOCALVERSION="" +CONFIG_LOCALVERSION_AUTO=y +CONFIG_SWAP=y +CONFIG_SYSVIPC=y +# CONFIG_POSIX_MQUEUE is not set +# CONFIG_BSD_PROCESS_ACCT is not set +CONFIG_SYSCTL=y +# CONFIG_AUDIT is not set +CONFIG_HOTPLUG=y +CONFIG_KOBJECT_UEVENT=y +CONFIG_IKCONFIG=y +CONFIG_IKCONFIG_PROC=y +CONFIG_INITRAMFS_SOURCE="" +# CONFIG_EMBEDDED is not set +CONFIG_KALLSYMS=y +# CONFIG_KALLSYMS_ALL is not set +# CONFIG_KALLSYMS_EXTRA_PASS is not set +CONFIG_PRINTK=y +CONFIG_BUG=y +CONFIG_BASE_FULL=y +CONFIG_FUTEX=y +CONFIG_EPOLL=y +CONFIG_CC_OPTIMIZE_FOR_SIZE=y +CONFIG_SHMEM=y +CONFIG_CC_ALIGN_FUNCTIONS=0 +CONFIG_CC_ALIGN_LABELS=0 +CONFIG_CC_ALIGN_LOOPS=0 +CONFIG_CC_ALIGN_JUMPS=0 +# CONFIG_TINY_SHMEM is not set +CONFIG_BASE_SMALL=0 + +# +# Loadable module support +# +CONFIG_MODULES=y +CONFIG_MODULE_UNLOAD=y +CONFIG_MODULE_FORCE_UNLOAD=y +CONFIG_OBSOLETE_MODPARM=y +# CONFIG_MODVERSIONS is not set +# CONFIG_MODULE_SRCVERSION_ALL is not set +CONFIG_KMOD=y + +# +# Block layer +# + +# +# IO Schedulers +# +CONFIG_IOSCHED_NOOP=y +CONFIG_IOSCHED_AS=y +CONFIG_IOSCHED_DEADLINE=y +CONFIG_IOSCHED_CFQ=y +CONFIG_DEFAULT_AS=y +# CONFIG_DEFAULT_DEADLINE is not set +# CONFIG_DEFAULT_CFQ is not set +# CONFIG_DEFAULT_NOOP is not set +CONFIG_DEFAULT_IOSCHED="anticipatory" + +# +# System Type +# +# CONFIG_ARCH_CLPS7500 is not set +# CONFIG_ARCH_CLPS711X is not set +# CONFIG_ARCH_CO285 is not set +# CONFIG_ARCH_EBSA110 is not set +CONFIG_ARCH_EP93XX=y +# CONFIG_ARCH_CAMELOT is not set +# CONFIG_ARCH_FOOTBRIDGE is not set +# CONFIG_ARCH_INTEGRATOR is not set +# CONFIG_ARCH_IOP3XX is not set +# CONFIG_ARCH_IXP4XX is not set +# CONFIG_ARCH_IXP2000 is not set +# CONFIG_ARCH_L7200 is not set +# CONFIG_ARCH_PXA is not set +# CONFIG_ARCH_RPC is not set +# CONFIG_ARCH_SA1100 is not set +# CONFIG_ARCH_S3C2410 is not set +# CONFIG_ARCH_SHARK is not set +# CONFIG_ARCH_LH7A40X is not set +# CONFIG_ARCH_OMAP is not set +# CONFIG_ARCH_VERSATILE is not set +# CONFIG_ARCH_REALVIEW is not set +# CONFIG_ARCH_IMX is not set +# CONFIG_ARCH_H720X is not set +# CONFIG_ARCH_AAEC2000 is not set + +# +# EP93xx +# +# CONFIG_ARCH_EP9301 is not set +# CONFIG_ARCH_EP9302 is not set +# CONFIG_ARCH_EP9312 is not set +CONFIG_ARCH_EP9315=y +# C