302aa74a862515a0268e5322f3e8ad3899045312
[linux-flexiantxendom0-3.2.10.git] / arch / arm / mach-arc / Kconfig
1
2 menu "Archimedes/A5000 Implementations"
3
4 # These architectures will be combined.  However, until this
5 # is complete...  Note that the ARC will take precedence over
6 # A5K
7 comment "Archimedes/A5000 Implementations (select only ONE)"
8
9 config ARCH_ARC
10         bool "Archimedes"
11         depends on ARCH_ARCA5K
12         help
13           The Acorn Archimedes was an personal computer based on an 8K ARM2
14           processor, released in 1987.  It supported 512K of RAM and 2 800K
15           floppy disks.  Picture and more detailed specifications at
16           <http://www.computingmuseum.com/museum/archi.htm>.
17
18 config ARCH_A5K
19         bool "A5000"
20         depends on ARCH_ARCA5K
21         help
22           Say Y here to to support the Acorn A5000.  Linux can support the
23           internal IDE disk and CD-ROM interface, serial and parallel port,
24           and the floppy drive.  Note that on some A5000s the floppy is
25           plugged into the wrong socket on the motherboard.
26
27 config PAGESIZE_16
28         bool "2MB physical memory"
29         depends on ARCH_ARCA5K
30         help
31           Say Y here if your Archimedes or A5000 system has only 2MB of
32           memory, otherwise say N.  The resulting kernel will not run on a
33           machine with 4MB of memory.
34
35 endmenu
36