Lennert Buytenhek | e7736d4 | 2006-03-20 17:10:13 +0000 | [diff] [blame] | 1 | if ARCH_EP93XX |
| 2 | |
| 3 | menu "Cirrus EP93xx Implementation Options" |
| 4 | |
Lennert Buytenhek | c17fad1 | 2006-06-27 23:03:03 +0100 | [diff] [blame] | 5 | config CRUNCH |
| 6 | bool "Support for MaverickCrunch" |
| 7 | help |
| 8 | Enable kernel support for MaverickCrunch. |
| 9 | |
Lennert Buytenhek | e7736d4 | 2006-03-20 17:10:13 +0000 | [diff] [blame] | 10 | comment "EP93xx Platforms" |
| 11 | |
Ryan Mallon | 6cb38c5 | 2009-05-21 22:11:52 +0100 | [diff] [blame] | 12 | choice |
| 13 | prompt "EP93xx first SDRAM bank selection" |
| 14 | default EP93XX_SDCE3_SYNC_PHYS_OFFSET |
| 15 | |
| 16 | config EP93XX_SDCE3_SYNC_PHYS_OFFSET |
| 17 | bool "0x00000000 - SDCE3/SyncBoot" |
| 18 | help |
| 19 | Select this option if you want support for EP93xx boards with the |
Hartley Sweeten | 1f8db4f | 2009-10-05 19:34:43 +0100 | [diff] [blame] | 20 | first SDRAM bank at 0x00000000. |
Ryan Mallon | 6cb38c5 | 2009-05-21 22:11:52 +0100 | [diff] [blame] | 21 | |
| 22 | config EP93XX_SDCE0_PHYS_OFFSET |
| 23 | bool "0xc0000000 - SDCEO" |
| 24 | help |
| 25 | Select this option if you want support for EP93xx boards with the |
Hartley Sweeten | 1f8db4f | 2009-10-05 19:34:43 +0100 | [diff] [blame] | 26 | first SDRAM bank at 0xc0000000. |
| 27 | |
| 28 | config EP93XX_SDCE1_PHYS_OFFSET |
| 29 | bool "0xd0000000 - SDCE1" |
| 30 | help |
| 31 | Select this option if you want support for EP93xx boards with the |
| 32 | first SDRAM bank at 0xd0000000. |
| 33 | |
| 34 | config EP93XX_SDCE2_PHYS_OFFSET |
| 35 | bool "0xe0000000 - SDCE2" |
| 36 | help |
| 37 | Select this option if you want support for EP93xx boards with the |
| 38 | first SDRAM bank at 0xe0000000. |
| 39 | |
| 40 | config EP93XX_SDCE3_ASYNC_PHYS_OFFSET |
| 41 | bool "0xf0000000 - SDCE3/AsyncBoot" |
| 42 | help |
| 43 | Select this option if you want support for EP93xx boards with the |
| 44 | first SDRAM bank at 0xf0000000. |
Ryan Mallon | 6cb38c5 | 2009-05-21 22:11:52 +0100 | [diff] [blame] | 45 | |
| 46 | endchoice |
| 47 | |
Lennert Buytenhek | 5283304 | 2006-12-01 15:15:55 +0100 | [diff] [blame] | 48 | config MACH_ADSSPHERE |
| 49 | bool "Support ADS Sphere" |
Ryan Mallon | 6cb38c5 | 2009-05-21 22:11:52 +0100 | [diff] [blame] | 50 | depends on EP93XX_SDCE3_SYNC_PHYS_OFFSET |
Lennert Buytenhek | 5283304 | 2006-12-01 15:15:55 +0100 | [diff] [blame] | 51 | help |
| 52 | Say 'Y' here if you want your kernel to support the ADS |
| 53 | Sphere board. |
| 54 | |
Hartley Sweeten | a2bd40d | 2009-05-04 19:09:25 +0100 | [diff] [blame] | 55 | config MACH_EDB93XX |
| 56 | bool |
Hartley Sweeten | a2bd40d | 2009-05-04 19:09:25 +0100 | [diff] [blame] | 57 | |
| 58 | config MACH_EDB9301 |
| 59 | bool "Support Cirrus Logic EDB9301" |
Ryan Mallon | 6cb38c5 | 2009-05-21 22:11:52 +0100 | [diff] [blame] | 60 | depends on EP93XX_SDCE3_SYNC_PHYS_OFFSET |
Hartley Sweeten | a2bd40d | 2009-05-04 19:09:25 +0100 | [diff] [blame] | 61 | select MACH_EDB93XX |
| 62 | help |
| 63 | Say 'Y' here if you want your kernel to support the Cirrus |
| 64 | Logic EDB9301 Evaluation Board. |
| 65 | |
Lennert Buytenhek | 1100c25 | 2006-06-29 16:06:31 +0100 | [diff] [blame] | 66 | config MACH_EDB9302 |
| 67 | bool "Support Cirrus Logic EDB9302" |
Ryan Mallon | 6cb38c5 | 2009-05-21 22:11:52 +0100 | [diff] [blame] | 68 | depends on EP93XX_SDCE3_SYNC_PHYS_OFFSET |
Hartley Sweeten | a2bd40d | 2009-05-04 19:09:25 +0100 | [diff] [blame] | 69 | select MACH_EDB93XX |
Lennert Buytenhek | 1100c25 | 2006-06-29 16:06:31 +0100 | [diff] [blame] | 70 | help |
| 71 | Say 'Y' here if you want your kernel to support the Cirrus |
| 72 | Logic EDB9302 Evaluation Board. |
| 73 | |
Lennert Buytenhek | 47d7e52 | 2006-12-06 23:07:13 +0100 | [diff] [blame] | 74 | config MACH_EDB9302A |
| 75 | bool "Support Cirrus Logic EDB9302A" |
Ryan Mallon | 6cb38c5 | 2009-05-21 22:11:52 +0100 | [diff] [blame] | 76 | depends on EP93XX_SDCE0_PHYS_OFFSET |
Hartley Sweeten | a2bd40d | 2009-05-04 19:09:25 +0100 | [diff] [blame] | 77 | select MACH_EDB93XX |
Lennert Buytenhek | 47d7e52 | 2006-12-06 23:07:13 +0100 | [diff] [blame] | 78 | help |
| 79 | Say 'Y' here if you want your kernel to support the Cirrus |
| 80 | Logic EDB9302A Evaluation Board. |
| 81 | |
Herbert Valerio Riedel | 353ba84 | 2007-09-23 08:30:16 +0100 | [diff] [blame] | 82 | config MACH_EDB9307 |
| 83 | bool "Support Cirrus Logic EDB9307" |
Ryan Mallon | 6cb38c5 | 2009-05-21 22:11:52 +0100 | [diff] [blame] | 84 | depends on EP93XX_SDCE3_SYNC_PHYS_OFFSET |
Hartley Sweeten | a2bd40d | 2009-05-04 19:09:25 +0100 | [diff] [blame] | 85 | select MACH_EDB93XX |
Herbert Valerio Riedel | 353ba84 | 2007-09-23 08:30:16 +0100 | [diff] [blame] | 86 | help |
| 87 | Say 'Y' here if you want your kernel to support the Cirrus |
| 88 | Logic EDB9307 Evaluation Board. |
| 89 | |
Hartley Sweeten | 4c5744e | 2008-10-15 20:01:30 +0100 | [diff] [blame] | 90 | config MACH_EDB9307A |
| 91 | bool "Support Cirrus Logic EDB9307A" |
Ryan Mallon | 6cb38c5 | 2009-05-21 22:11:52 +0100 | [diff] [blame] | 92 | depends on EP93XX_SDCE0_PHYS_OFFSET |
Hartley Sweeten | a2bd40d | 2009-05-04 19:09:25 +0100 | [diff] [blame] | 93 | select MACH_EDB93XX |
Hartley Sweeten | 4c5744e | 2008-10-15 20:01:30 +0100 | [diff] [blame] | 94 | help |
| 95 | Say 'Y' here if you want your kernel to support the Cirrus |
| 96 | Logic EDB9307A Evaluation Board. |
| 97 | |
Lennert Buytenhek | bf11d26 | 2006-09-16 10:48:02 +0100 | [diff] [blame] | 98 | config MACH_EDB9312 |
| 99 | bool "Support Cirrus Logic EDB9312" |
Ryan Mallon | 6cb38c5 | 2009-05-21 22:11:52 +0100 | [diff] [blame] | 100 | depends on EP93XX_SDCE3_SYNC_PHYS_OFFSET |
Hartley Sweeten | a2bd40d | 2009-05-04 19:09:25 +0100 | [diff] [blame] | 101 | select MACH_EDB93XX |
Lennert Buytenhek | bf11d26 | 2006-09-16 10:48:02 +0100 | [diff] [blame] | 102 | help |
| 103 | Say 'Y' here if you want your kernel to support the Cirrus |
| 104 | Logic EDB9312 Evaluation Board. |
| 105 | |
Lennert Buytenhek | 87c0173 | 2006-06-27 23:03:04 +0100 | [diff] [blame] | 106 | config MACH_EDB9315 |
| 107 | bool "Support Cirrus Logic EDB9315" |
Ryan Mallon | 6cb38c5 | 2009-05-21 22:11:52 +0100 | [diff] [blame] | 108 | depends on EP93XX_SDCE3_SYNC_PHYS_OFFSET |
Hartley Sweeten | a2bd40d | 2009-05-04 19:09:25 +0100 | [diff] [blame] | 109 | select MACH_EDB93XX |
Lennert Buytenhek | 87c0173 | 2006-06-27 23:03:04 +0100 | [diff] [blame] | 110 | help |
| 111 | Say 'Y' here if you want your kernel to support the Cirrus |
| 112 | Logic EDB9315 Evaluation Board. |
| 113 | |
Lennert Buytenhek | 9b84175 | 2006-07-01 19:56:47 +0100 | [diff] [blame] | 114 | config MACH_EDB9315A |
| 115 | bool "Support Cirrus Logic EDB9315A" |
Ryan Mallon | 6cb38c5 | 2009-05-21 22:11:52 +0100 | [diff] [blame] | 116 | depends on EP93XX_SDCE0_PHYS_OFFSET |
Hartley Sweeten | a2bd40d | 2009-05-04 19:09:25 +0100 | [diff] [blame] | 117 | select MACH_EDB93XX |
Lennert Buytenhek | 9b84175 | 2006-07-01 19:56:47 +0100 | [diff] [blame] | 118 | help |
| 119 | Say 'Y' here if you want your kernel to support the Cirrus |
| 120 | Logic EDB9315A Evaluation Board. |
| 121 | |
Lennert Buytenhek | e7736d4 | 2006-03-20 17:10:13 +0000 | [diff] [blame] | 122 | config MACH_GESBC9312 |
Ryan Mallon | 6cb38c5 | 2009-05-21 22:11:52 +0100 | [diff] [blame] | 123 | depends on EP93XX_SDCE3_SYNC_PHYS_OFFSET |
Lennert Buytenhek | e7736d4 | 2006-03-20 17:10:13 +0000 | [diff] [blame] | 124 | bool "Support Glomation GESBC-9312-sx" |
| 125 | help |
| 126 | Say 'Y' here if you want your kernel to support the Glomation |
| 127 | GESBC-9312-sx board. |
| 128 | |
Manfred Gruber | d941caa | 2006-12-17 22:10:48 +0100 | [diff] [blame] | 129 | config MACH_MICRO9 |
Hartley Sweeten | a2bd40d | 2009-05-04 19:09:25 +0100 | [diff] [blame] | 130 | bool |
Manfred Gruber | d941caa | 2006-12-17 22:10:48 +0100 | [diff] [blame] | 131 | |
| 132 | config MACH_MICRO9H |
Hubert Feurstein | 1463600 | 2009-10-07 08:39:09 +0100 | [diff] [blame] | 133 | bool "Support Contec Micro9-High" |
Ryan Mallon | 6cb38c5 | 2009-05-21 22:11:52 +0100 | [diff] [blame] | 134 | depends on EP93XX_SDCE3_SYNC_PHYS_OFFSET |
Hartley Sweeten | a2bd40d | 2009-05-04 19:09:25 +0100 | [diff] [blame] | 135 | select MACH_MICRO9 |
| 136 | help |
| 137 | Say 'Y' here if you want your kernel to support the |
Hubert Feurstein | 1463600 | 2009-10-07 08:39:09 +0100 | [diff] [blame] | 138 | Contec Micro9-High board. |
Manfred Gruber | d941caa | 2006-12-17 22:10:48 +0100 | [diff] [blame] | 139 | |
| 140 | config MACH_MICRO9M |
Hubert Feurstein | 1463600 | 2009-10-07 08:39:09 +0100 | [diff] [blame] | 141 | bool "Support Contec Micro9-Mid" |
| 142 | depends on EP93XX_SDCE3_ASYNC_PHYS_OFFSET |
Hartley Sweeten | a2bd40d | 2009-05-04 19:09:25 +0100 | [diff] [blame] | 143 | select MACH_MICRO9 |
| 144 | help |
| 145 | Say 'Y' here if you want your kernel to support the |
Hubert Feurstein | 1463600 | 2009-10-07 08:39:09 +0100 | [diff] [blame] | 146 | Contec Micro9-Mid board. |
Manfred Gruber | d941caa | 2006-12-17 22:10:48 +0100 | [diff] [blame] | 147 | |
| 148 | config MACH_MICRO9L |
Hubert Feurstein | 1463600 | 2009-10-07 08:39:09 +0100 | [diff] [blame] | 149 | bool "Support Contec Micro9-Lite" |
Ryan Mallon | 6cb38c5 | 2009-05-21 22:11:52 +0100 | [diff] [blame] | 150 | depends on EP93XX_SDCE3_SYNC_PHYS_OFFSET |
Hartley Sweeten | a2bd40d | 2009-05-04 19:09:25 +0100 | [diff] [blame] | 151 | select MACH_MICRO9 |
| 152 | help |
| 153 | Say 'Y' here if you want your kernel to support the |
Hubert Feurstein | 1463600 | 2009-10-07 08:39:09 +0100 | [diff] [blame] | 154 | Contec Micro9-Lite board. |
Manfred Gruber | d941caa | 2006-12-17 22:10:48 +0100 | [diff] [blame] | 155 | |
Hubert Feurstein | 7232344 | 2009-10-07 08:41:01 +0100 | [diff] [blame] | 156 | config MACH_MICRO9S |
| 157 | bool "Support Contec Micro9-Slim" |
| 158 | depends on EP93XX_SDCE3_ASYNC_PHYS_OFFSET |
| 159 | select MACH_MICRO9 |
| 160 | help |
| 161 | Say 'Y' here if you want your kernel to support the |
| 162 | Contec Micro9-Slim board. |
| 163 | |
Ryan Mallon | a3662f6 | 2010-01-22 01:42:02 +0100 | [diff] [blame] | 164 | config MACH_SIM_ONE |
| 165 | bool "Support Simplemachines Sim.One board" |
| 166 | depends on EP93XX_SDCE0_PHYS_OFFSET |
| 167 | help |
| 168 | Say 'Y' here if you want your kernel to support the |
| 169 | Simplemachines Sim.One board. |
| 170 | |
Ryan Mallon | dd2ac96 | 2010-02-15 01:16:01 +0100 | [diff] [blame] | 171 | config MACH_SNAPPER_CL15 |
| 172 | bool "Support Bluewater Systems Snapper CL15 Module" |
| 173 | depends on EP93XX_SDCE0_PHYS_OFFSET |
| 174 | help |
| 175 | Say 'Y' here if you want your kernel to support the Bluewater |
| 176 | Systems Snapper CL15 Module. |
| 177 | |
Lennert Buytenhek | e7736d4 | 2006-03-20 17:10:13 +0000 | [diff] [blame] | 178 | config MACH_TS72XX |
| 179 | bool "Support Technologic Systems TS-72xx SBC" |
Ryan Mallon | 6cb38c5 | 2009-05-21 22:11:52 +0100 | [diff] [blame] | 180 | depends on EP93XX_SDCE3_SYNC_PHYS_OFFSET |
Lennert Buytenhek | e7736d4 | 2006-03-20 17:10:13 +0000 | [diff] [blame] | 181 | help |
| 182 | Say 'Y' here if you want your kernel to support the |
| 183 | Technologic Systems TS-72xx board. |
| 184 | |
Hartley Sweeten | 92e88aa | 2008-10-02 17:13:02 +0100 | [diff] [blame] | 185 | choice |
| 186 | prompt "Select a UART for early kernel messages" |
| 187 | |
| 188 | config EP93XX_EARLY_UART1 |
| 189 | bool "UART1" |
| 190 | |
| 191 | config EP93XX_EARLY_UART2 |
| 192 | bool "UART2" |
| 193 | |
| 194 | config EP93XX_EARLY_UART3 |
| 195 | bool "UART3" |
| 196 | |
| 197 | endchoice |
| 198 | |
Lennert Buytenhek | e7736d4 | 2006-03-20 17:10:13 +0000 | [diff] [blame] | 199 | endmenu |
| 200 | |
| 201 | endif |