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 |
| 20 | first SDRAM bank at 0x00000000 |
| 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 |
| 26 | first SDRAM bank at 0xc0000000 |
| 27 | |
| 28 | endchoice |
| 29 | |
Lennert Buytenhek | 5283304 | 2006-12-01 15:15:55 +0100 | [diff] [blame] | 30 | config MACH_ADSSPHERE |
| 31 | bool "Support ADS Sphere" |
Ryan Mallon | 6cb38c5 | 2009-05-21 22:11:52 +0100 | [diff] [blame^] | 32 | depends on EP93XX_SDCE3_SYNC_PHYS_OFFSET |
Lennert Buytenhek | 5283304 | 2006-12-01 15:15:55 +0100 | [diff] [blame] | 33 | help |
| 34 | Say 'Y' here if you want your kernel to support the ADS |
| 35 | Sphere board. |
| 36 | |
Hartley Sweeten | a2bd40d | 2009-05-04 19:09:25 +0100 | [diff] [blame] | 37 | config MACH_EDB93XX |
| 38 | bool |
Hartley Sweeten | a2bd40d | 2009-05-04 19:09:25 +0100 | [diff] [blame] | 39 | |
| 40 | config MACH_EDB9301 |
| 41 | bool "Support Cirrus Logic EDB9301" |
Ryan Mallon | 6cb38c5 | 2009-05-21 22:11:52 +0100 | [diff] [blame^] | 42 | depends on EP93XX_SDCE3_SYNC_PHYS_OFFSET |
Hartley Sweeten | a2bd40d | 2009-05-04 19:09:25 +0100 | [diff] [blame] | 43 | select MACH_EDB93XX |
| 44 | help |
| 45 | Say 'Y' here if you want your kernel to support the Cirrus |
| 46 | Logic EDB9301 Evaluation Board. |
| 47 | |
Lennert Buytenhek | 1100c25 | 2006-06-29 16:06:31 +0100 | [diff] [blame] | 48 | config MACH_EDB9302 |
| 49 | bool "Support Cirrus Logic EDB9302" |
Ryan Mallon | 6cb38c5 | 2009-05-21 22:11:52 +0100 | [diff] [blame^] | 50 | depends on EP93XX_SDCE3_SYNC_PHYS_OFFSET |
Hartley Sweeten | a2bd40d | 2009-05-04 19:09:25 +0100 | [diff] [blame] | 51 | select MACH_EDB93XX |
Lennert Buytenhek | 1100c25 | 2006-06-29 16:06:31 +0100 | [diff] [blame] | 52 | help |
| 53 | Say 'Y' here if you want your kernel to support the Cirrus |
| 54 | Logic EDB9302 Evaluation Board. |
| 55 | |
Lennert Buytenhek | 47d7e52 | 2006-12-06 23:07:13 +0100 | [diff] [blame] | 56 | config MACH_EDB9302A |
| 57 | bool "Support Cirrus Logic EDB9302A" |
Ryan Mallon | 6cb38c5 | 2009-05-21 22:11:52 +0100 | [diff] [blame^] | 58 | depends on EP93XX_SDCE0_PHYS_OFFSET |
Hartley Sweeten | a2bd40d | 2009-05-04 19:09:25 +0100 | [diff] [blame] | 59 | select MACH_EDB93XX |
Lennert Buytenhek | 47d7e52 | 2006-12-06 23:07:13 +0100 | [diff] [blame] | 60 | help |
| 61 | Say 'Y' here if you want your kernel to support the Cirrus |
| 62 | Logic EDB9302A Evaluation Board. |
| 63 | |
Herbert Valerio Riedel | 353ba84 | 2007-09-23 08:30:16 +0100 | [diff] [blame] | 64 | config MACH_EDB9307 |
| 65 | bool "Support Cirrus Logic EDB9307" |
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 |
Herbert Valerio Riedel | 353ba84 | 2007-09-23 08:30:16 +0100 | [diff] [blame] | 68 | help |
| 69 | Say 'Y' here if you want your kernel to support the Cirrus |
| 70 | Logic EDB9307 Evaluation Board. |
| 71 | |
Hartley Sweeten | 4c5744e | 2008-10-15 20:01:30 +0100 | [diff] [blame] | 72 | config MACH_EDB9307A |
| 73 | bool "Support Cirrus Logic EDB9307A" |
Ryan Mallon | 6cb38c5 | 2009-05-21 22:11:52 +0100 | [diff] [blame^] | 74 | depends on EP93XX_SDCE0_PHYS_OFFSET |
Hartley Sweeten | a2bd40d | 2009-05-04 19:09:25 +0100 | [diff] [blame] | 75 | select MACH_EDB93XX |
Hartley Sweeten | 4c5744e | 2008-10-15 20:01:30 +0100 | [diff] [blame] | 76 | help |
| 77 | Say 'Y' here if you want your kernel to support the Cirrus |
| 78 | Logic EDB9307A Evaluation Board. |
| 79 | |
Lennert Buytenhek | bf11d26 | 2006-09-16 10:48:02 +0100 | [diff] [blame] | 80 | config MACH_EDB9312 |
| 81 | bool "Support Cirrus Logic EDB9312" |
Ryan Mallon | 6cb38c5 | 2009-05-21 22:11:52 +0100 | [diff] [blame^] | 82 | depends on EP93XX_SDCE3_SYNC_PHYS_OFFSET |
Hartley Sweeten | a2bd40d | 2009-05-04 19:09:25 +0100 | [diff] [blame] | 83 | select MACH_EDB93XX |
Lennert Buytenhek | bf11d26 | 2006-09-16 10:48:02 +0100 | [diff] [blame] | 84 | help |
| 85 | Say 'Y' here if you want your kernel to support the Cirrus |
| 86 | Logic EDB9312 Evaluation Board. |
| 87 | |
Lennert Buytenhek | 87c0173 | 2006-06-27 23:03:04 +0100 | [diff] [blame] | 88 | config MACH_EDB9315 |
| 89 | bool "Support Cirrus Logic EDB9315" |
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 |
Lennert Buytenhek | 87c0173 | 2006-06-27 23:03:04 +0100 | [diff] [blame] | 92 | help |
| 93 | Say 'Y' here if you want your kernel to support the Cirrus |
| 94 | Logic EDB9315 Evaluation Board. |
| 95 | |
Lennert Buytenhek | 9b84175 | 2006-07-01 19:56:47 +0100 | [diff] [blame] | 96 | config MACH_EDB9315A |
| 97 | bool "Support Cirrus Logic EDB9315A" |
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 |
Lennert Buytenhek | 9b84175 | 2006-07-01 19:56:47 +0100 | [diff] [blame] | 100 | help |
| 101 | Say 'Y' here if you want your kernel to support the Cirrus |
| 102 | Logic EDB9315A Evaluation Board. |
| 103 | |
Lennert Buytenhek | e7736d4 | 2006-03-20 17:10:13 +0000 | [diff] [blame] | 104 | config MACH_GESBC9312 |
Ryan Mallon | 6cb38c5 | 2009-05-21 22:11:52 +0100 | [diff] [blame^] | 105 | depends on EP93XX_SDCE3_SYNC_PHYS_OFFSET |
Lennert Buytenhek | e7736d4 | 2006-03-20 17:10:13 +0000 | [diff] [blame] | 106 | bool "Support Glomation GESBC-9312-sx" |
| 107 | help |
| 108 | Say 'Y' here if you want your kernel to support the Glomation |
| 109 | GESBC-9312-sx board. |
| 110 | |
Manfred Gruber | d941caa | 2006-12-17 22:10:48 +0100 | [diff] [blame] | 111 | config MACH_MICRO9 |
Hartley Sweeten | a2bd40d | 2009-05-04 19:09:25 +0100 | [diff] [blame] | 112 | bool |
Manfred Gruber | d941caa | 2006-12-17 22:10:48 +0100 | [diff] [blame] | 113 | |
| 114 | config MACH_MICRO9H |
Hartley Sweeten | a2bd40d | 2009-05-04 19:09:25 +0100 | [diff] [blame] | 115 | bool "Support Contec Hypercontrol Micro9-H" |
Ryan Mallon | 6cb38c5 | 2009-05-21 22:11:52 +0100 | [diff] [blame^] | 116 | depends on EP93XX_SDCE3_SYNC_PHYS_OFFSET |
Hartley Sweeten | a2bd40d | 2009-05-04 19:09:25 +0100 | [diff] [blame] | 117 | select MACH_MICRO9 |
| 118 | help |
| 119 | Say 'Y' here if you want your kernel to support the |
| 120 | Contec Hypercontrol Micro9-H board. |
Manfred Gruber | d941caa | 2006-12-17 22:10:48 +0100 | [diff] [blame] | 121 | |
| 122 | config MACH_MICRO9M |
Hartley Sweeten | a2bd40d | 2009-05-04 19:09:25 +0100 | [diff] [blame] | 123 | bool "Support Contec Hypercontrol Micro9-M" |
Ryan Mallon | 6cb38c5 | 2009-05-21 22:11:52 +0100 | [diff] [blame^] | 124 | depends on EP93XX_SDCE3_SYNC_PHYS_OFFSET |
Hartley Sweeten | a2bd40d | 2009-05-04 19:09:25 +0100 | [diff] [blame] | 125 | select MACH_MICRO9 |
| 126 | help |
| 127 | Say 'Y' here if you want your kernel to support the |
| 128 | Contec Hypercontrol Micro9-M board. |
Manfred Gruber | d941caa | 2006-12-17 22:10:48 +0100 | [diff] [blame] | 129 | |
| 130 | config MACH_MICRO9L |
Hartley Sweeten | a2bd40d | 2009-05-04 19:09:25 +0100 | [diff] [blame] | 131 | bool "Support Contec Hypercontrol Micro9-L" |
Ryan Mallon | 6cb38c5 | 2009-05-21 22:11:52 +0100 | [diff] [blame^] | 132 | depends on EP93XX_SDCE3_SYNC_PHYS_OFFSET |
Hartley Sweeten | a2bd40d | 2009-05-04 19:09:25 +0100 | [diff] [blame] | 133 | select MACH_MICRO9 |
| 134 | help |
| 135 | Say 'Y' here if you want your kernel to support the |
| 136 | Contec Hypercontrol Micro9-L board. |
Manfred Gruber | d941caa | 2006-12-17 22:10:48 +0100 | [diff] [blame] | 137 | |
Lennert Buytenhek | e7736d4 | 2006-03-20 17:10:13 +0000 | [diff] [blame] | 138 | config MACH_TS72XX |
| 139 | bool "Support Technologic Systems TS-72xx SBC" |
Ryan Mallon | 6cb38c5 | 2009-05-21 22:11:52 +0100 | [diff] [blame^] | 140 | depends on EP93XX_SDCE3_SYNC_PHYS_OFFSET |
Lennert Buytenhek | e7736d4 | 2006-03-20 17:10:13 +0000 | [diff] [blame] | 141 | help |
| 142 | Say 'Y' here if you want your kernel to support the |
| 143 | Technologic Systems TS-72xx board. |
| 144 | |
Hartley Sweeten | 92e88aa | 2008-10-02 17:13:02 +0100 | [diff] [blame] | 145 | choice |
| 146 | prompt "Select a UART for early kernel messages" |
| 147 | |
| 148 | config EP93XX_EARLY_UART1 |
| 149 | bool "UART1" |
| 150 | |
| 151 | config EP93XX_EARLY_UART2 |
| 152 | bool "UART2" |
| 153 | |
| 154 | config EP93XX_EARLY_UART3 |
| 155 | bool "UART3" |
| 156 | |
| 157 | endchoice |
| 158 | |
Lennert Buytenhek | e7736d4 | 2006-03-20 17:10:13 +0000 | [diff] [blame] | 159 | endmenu |
| 160 | |
| 161 | endif |