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