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 | |
Lennert Buytenhek | 1100c25 | 2006-06-29 16:06:31 +0100 | [diff] [blame] | 18 | config MACH_EDB9302 |
| 19 | bool "Support Cirrus Logic EDB9302" |
| 20 | help |
| 21 | Say 'Y' here if you want your kernel to support the Cirrus |
| 22 | Logic EDB9302 Evaluation Board. |
| 23 | |
Lennert Buytenhek | 47d7e52 | 2006-12-06 23:07:13 +0100 | [diff] [blame] | 24 | config MACH_EDB9302A |
| 25 | bool "Support Cirrus Logic EDB9302A" |
| 26 | help |
| 27 | Say 'Y' here if you want your kernel to support the Cirrus |
| 28 | Logic EDB9302A Evaluation Board. |
| 29 | |
Herbert Valerio Riedel | 353ba84 | 2007-09-23 08:30:16 +0100 | [diff] [blame] | 30 | config MACH_EDB9307 |
| 31 | bool "Support Cirrus Logic EDB9307" |
| 32 | help |
| 33 | Say 'Y' here if you want your kernel to support the Cirrus |
| 34 | Logic EDB9307 Evaluation Board. |
| 35 | |
Lennert Buytenhek | bf11d26 | 2006-09-16 10:48:02 +0100 | [diff] [blame] | 36 | config MACH_EDB9312 |
| 37 | bool "Support Cirrus Logic EDB9312" |
| 38 | help |
| 39 | Say 'Y' here if you want your kernel to support the Cirrus |
| 40 | Logic EDB9312 Evaluation Board. |
| 41 | |
Lennert Buytenhek | 87c0173 | 2006-06-27 23:03:04 +0100 | [diff] [blame] | 42 | config MACH_EDB9315 |
| 43 | bool "Support Cirrus Logic EDB9315" |
| 44 | help |
| 45 | Say 'Y' here if you want your kernel to support the Cirrus |
| 46 | Logic EDB9315 Evaluation Board. |
| 47 | |
Lennert Buytenhek | 9b84175 | 2006-07-01 19:56:47 +0100 | [diff] [blame] | 48 | config MACH_EDB9315A |
| 49 | bool "Support Cirrus Logic EDB9315A" |
| 50 | help |
| 51 | Say 'Y' here if you want your kernel to support the Cirrus |
| 52 | Logic EDB9315A Evaluation Board. |
| 53 | |
Lennert Buytenhek | e7736d4 | 2006-03-20 17:10:13 +0000 | [diff] [blame] | 54 | config MACH_GESBC9312 |
| 55 | bool "Support Glomation GESBC-9312-sx" |
| 56 | help |
| 57 | Say 'Y' here if you want your kernel to support the Glomation |
| 58 | GESBC-9312-sx board. |
| 59 | |
Manfred Gruber | d941caa | 2006-12-17 22:10:48 +0100 | [diff] [blame] | 60 | config MACH_MICRO9 |
| 61 | bool |
| 62 | default n |
| 63 | |
| 64 | config MACH_MICRO9H |
| 65 | bool "Support Contec Hypercontrol Micro9-H" |
| 66 | select MACH_MICRO9 |
| 67 | help |
| 68 | Say 'Y' here if you want your kernel to support the |
| 69 | Contec Hypercontrol Micro9-H board. |
| 70 | |
| 71 | config MACH_MICRO9M |
| 72 | bool "Support Contec Hypercontrol Micro9-M" |
| 73 | select MACH_MICRO9 |
| 74 | help |
| 75 | Say 'Y' here if you want your kernel to support the |
| 76 | Contec Hypercontrol Micro9-M board. |
| 77 | |
| 78 | config MACH_MICRO9L |
| 79 | bool "Support Contec Hypercontrol Micro9-L" |
| 80 | select MACH_MICRO9 |
| 81 | help |
| 82 | Say 'Y' here if you want your kernel to support the |
| 83 | Contec Hypercontrol Micro9-L board. |
| 84 | |
Lennert Buytenhek | e7736d4 | 2006-03-20 17:10:13 +0000 | [diff] [blame] | 85 | config MACH_TS72XX |
| 86 | bool "Support Technologic Systems TS-72xx SBC" |
| 87 | help |
| 88 | Say 'Y' here if you want your kernel to support the |
| 89 | Technologic Systems TS-72xx board. |
| 90 | |
| 91 | endmenu |
| 92 | |
| 93 | endif |