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