Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | if ARCH_CLPS711X |
| 2 | |
Alexander Shiyan | 94bd327 | 2012-05-13 02:40:57 +0400 | [diff] [blame] | 3 | menu "CLPS711X/EP721X/EP731X Implementations" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4 | |
| 5 | config ARCH_AUTCPU12 |
| 6 | bool "AUTCPU12" |
| 7 | help |
| 8 | Say Y if you intend to run the kernel on the autronix autcpu12 |
| 9 | board. This board is based on a Cirrus Logic CS89712. |
| 10 | |
| 11 | config ARCH_CDB89712 |
| 12 | bool "CDB89712" |
| 13 | help |
| 14 | This is an evaluation board from Cirrus for the CS89712 processor. |
| 15 | The board includes 2 serial ports, Ethernet, IRDA, and expansion |
| 16 | headers. It comes with 16 MB SDRAM and 8 MB flash ROM. |
| 17 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 18 | config ARCH_CLEP7312 |
| 19 | bool "CLEP7312" |
Martin Michlmayr | f999b8b | 2006-02-08 21:09:05 +0000 | [diff] [blame] | 20 | help |
| 21 | Boards based on the Cirrus Logic 7212/7312 chips. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 22 | |
| 23 | config ARCH_EDB7211 |
| 24 | bool "EDB7211" |
Alexander Shiyan | 5c15bd2 | 2013-05-13 21:07:20 +0400 | [diff] [blame] | 25 | select ARCH_HAS_HOLES_MEMORYMODEL |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 26 | help |
| 27 | Say Y here if you intend to run this kernel on a Cirrus Logic EDB-7211 |
| 28 | evaluation board. |
| 29 | |
| 30 | config ARCH_P720T |
| 31 | bool "P720T" |
| 32 | help |
| 33 | Say Y here if you intend to run this kernel on the ARM Prospector |
| 34 | 720T. |
| 35 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 36 | config EP72XX_ROM_BOOT |
Alexander Shiyan | 94bd327 | 2012-05-13 02:40:57 +0400 | [diff] [blame] | 37 | bool "EP721x/EP731x ROM boot" |
| 38 | help |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 39 | If you say Y here, your CLPS711x-based kernel will use the bootstrap |
| 40 | mode memory map instead of the normal memory map. |
| 41 | |
Alexander Shiyan | 94bd327 | 2012-05-13 02:40:57 +0400 | [diff] [blame] | 42 | Processors derived from the Cirrus CLPS711X core support two boot |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 43 | modes. Normal mode boots from the external memory device at CS0. |
| 44 | Bootstrap mode rearranges parts of the memory map, placing an |
| 45 | internal 128 byte bootstrap ROM at CS0. This option performs the |
| 46 | address map changes required to support booting in this mode. |
| 47 | |
| 48 | You almost surely want to say N here. |
| 49 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 50 | endmenu |
| 51 | |
| 52 | endif |