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 | |
Lennert Buytenhek | 5283304 | 2006-12-01 15:15:55 +0100 | [diff] [blame] | 18 | config MACH_ADSSPHERE |
| 19 | bool "Support ADS Sphere" |
| 20 | help |
| 21 | Say 'Y' here if you want your kernel to support the ADS |
| 22 | Sphere board. |
| 23 | |
Hartley Sweeten | a2bd40d | 2009-05-04 19:09:25 +0100 | [diff] [blame] | 24 | config MACH_EDB93XX |
| 25 | bool |
Hartley Sweeten | a2bd40d | 2009-05-04 19:09:25 +0100 | [diff] [blame] | 26 | |
| 27 | config MACH_EDB9301 |
| 28 | bool "Support Cirrus Logic EDB9301" |
| 29 | select MACH_EDB93XX |
| 30 | help |
| 31 | Say 'Y' here if you want your kernel to support the Cirrus |
| 32 | Logic EDB9301 Evaluation Board. |
| 33 | |
Lennert Buytenhek | 1100c25 | 2006-06-29 16:06:31 +0100 | [diff] [blame] | 34 | config MACH_EDB9302 |
| 35 | bool "Support Cirrus Logic EDB9302" |
Hartley Sweeten | a2bd40d | 2009-05-04 19:09:25 +0100 | [diff] [blame] | 36 | select MACH_EDB93XX |
Lennert Buytenhek | 1100c25 | 2006-06-29 16:06:31 +0100 | [diff] [blame] | 37 | help |
| 38 | Say 'Y' here if you want your kernel to support the Cirrus |
| 39 | Logic EDB9302 Evaluation Board. |
| 40 | |
Lennert Buytenhek | 47d7e52 | 2006-12-06 23:07:13 +0100 | [diff] [blame] | 41 | config MACH_EDB9302A |
| 42 | bool "Support Cirrus Logic EDB9302A" |
Hartley Sweeten | a2bd40d | 2009-05-04 19:09:25 +0100 | [diff] [blame] | 43 | select MACH_EDB93XX |
Lennert Buytenhek | 47d7e52 | 2006-12-06 23:07:13 +0100 | [diff] [blame] | 44 | help |
| 45 | Say 'Y' here if you want your kernel to support the Cirrus |
| 46 | Logic EDB9302A Evaluation Board. |
| 47 | |
Herbert Valerio Riedel | 353ba84 | 2007-09-23 08:30:16 +0100 | [diff] [blame] | 48 | config MACH_EDB9307 |
| 49 | bool "Support Cirrus Logic EDB9307" |
Hartley Sweeten | a2bd40d | 2009-05-04 19:09:25 +0100 | [diff] [blame] | 50 | select MACH_EDB93XX |
Herbert Valerio Riedel | 353ba84 | 2007-09-23 08:30:16 +0100 | [diff] [blame] | 51 | help |
| 52 | Say 'Y' here if you want your kernel to support the Cirrus |
| 53 | Logic EDB9307 Evaluation Board. |
| 54 | |
Hartley Sweeten | 4c5744e | 2008-10-15 20:01:30 +0100 | [diff] [blame] | 55 | config MACH_EDB9307A |
| 56 | bool "Support Cirrus Logic EDB9307A" |
Hartley Sweeten | a2bd40d | 2009-05-04 19:09:25 +0100 | [diff] [blame] | 57 | select MACH_EDB93XX |
Hartley Sweeten | 4c5744e | 2008-10-15 20:01:30 +0100 | [diff] [blame] | 58 | help |
| 59 | Say 'Y' here if you want your kernel to support the Cirrus |
| 60 | Logic EDB9307A Evaluation Board. |
| 61 | |
Lennert Buytenhek | bf11d26 | 2006-09-16 10:48:02 +0100 | [diff] [blame] | 62 | config MACH_EDB9312 |
| 63 | bool "Support Cirrus Logic EDB9312" |
Hartley Sweeten | a2bd40d | 2009-05-04 19:09:25 +0100 | [diff] [blame] | 64 | select MACH_EDB93XX |
Lennert Buytenhek | bf11d26 | 2006-09-16 10:48:02 +0100 | [diff] [blame] | 65 | help |
| 66 | Say 'Y' here if you want your kernel to support the Cirrus |
| 67 | Logic EDB9312 Evaluation Board. |
| 68 | |
Lennert Buytenhek | 87c0173 | 2006-06-27 23:03:04 +0100 | [diff] [blame] | 69 | config MACH_EDB9315 |
| 70 | bool "Support Cirrus Logic EDB9315" |
Hartley Sweeten | a2bd40d | 2009-05-04 19:09:25 +0100 | [diff] [blame] | 71 | select MACH_EDB93XX |
Lennert Buytenhek | 87c0173 | 2006-06-27 23:03:04 +0100 | [diff] [blame] | 72 | help |
| 73 | Say 'Y' here if you want your kernel to support the Cirrus |
| 74 | Logic EDB9315 Evaluation Board. |
| 75 | |
Lennert Buytenhek | 9b84175 | 2006-07-01 19:56:47 +0100 | [diff] [blame] | 76 | config MACH_EDB9315A |
| 77 | bool "Support Cirrus Logic EDB9315A" |
Hartley Sweeten | a2bd40d | 2009-05-04 19:09:25 +0100 | [diff] [blame] | 78 | select MACH_EDB93XX |
Lennert Buytenhek | 9b84175 | 2006-07-01 19:56:47 +0100 | [diff] [blame] | 79 | help |
| 80 | Say 'Y' here if you want your kernel to support the Cirrus |
| 81 | Logic EDB9315A Evaluation Board. |
| 82 | |
Lennert Buytenhek | e7736d4 | 2006-03-20 17:10:13 +0000 | [diff] [blame] | 83 | config MACH_GESBC9312 |
| 84 | bool "Support Glomation GESBC-9312-sx" |
| 85 | help |
| 86 | Say 'Y' here if you want your kernel to support the Glomation |
| 87 | GESBC-9312-sx board. |
| 88 | |
Manfred Gruber | d941caa | 2006-12-17 22:10:48 +0100 | [diff] [blame] | 89 | config MACH_MICRO9 |
Hartley Sweeten | a2bd40d | 2009-05-04 19:09:25 +0100 | [diff] [blame] | 90 | bool |
Manfred Gruber | d941caa | 2006-12-17 22:10:48 +0100 | [diff] [blame] | 91 | |
| 92 | config MACH_MICRO9H |
Hubert Feurstein | 1463600 | 2009-10-07 08:39:09 +0100 | [diff] [blame] | 93 | bool "Support Contec Micro9-High" |
Hartley Sweeten | a2bd40d | 2009-05-04 19:09:25 +0100 | [diff] [blame] | 94 | select MACH_MICRO9 |
| 95 | help |
| 96 | Say 'Y' here if you want your kernel to support the |
Hubert Feurstein | 1463600 | 2009-10-07 08:39:09 +0100 | [diff] [blame] | 97 | Contec Micro9-High board. |
Manfred Gruber | d941caa | 2006-12-17 22:10:48 +0100 | [diff] [blame] | 98 | |
| 99 | config MACH_MICRO9M |
Hubert Feurstein | 1463600 | 2009-10-07 08:39:09 +0100 | [diff] [blame] | 100 | bool "Support Contec Micro9-Mid" |
Hartley Sweeten | a2bd40d | 2009-05-04 19:09:25 +0100 | [diff] [blame] | 101 | select MACH_MICRO9 |
| 102 | help |
| 103 | Say 'Y' here if you want your kernel to support the |
Hubert Feurstein | 1463600 | 2009-10-07 08:39:09 +0100 | [diff] [blame] | 104 | Contec Micro9-Mid board. |
Manfred Gruber | d941caa | 2006-12-17 22:10:48 +0100 | [diff] [blame] | 105 | |
| 106 | config MACH_MICRO9L |
Hubert Feurstein | 1463600 | 2009-10-07 08:39:09 +0100 | [diff] [blame] | 107 | bool "Support Contec Micro9-Lite" |
Hartley Sweeten | a2bd40d | 2009-05-04 19:09:25 +0100 | [diff] [blame] | 108 | select MACH_MICRO9 |
| 109 | help |
| 110 | Say 'Y' here if you want your kernel to support the |
Hubert Feurstein | 1463600 | 2009-10-07 08:39:09 +0100 | [diff] [blame] | 111 | Contec Micro9-Lite board. |
Manfred Gruber | d941caa | 2006-12-17 22:10:48 +0100 | [diff] [blame] | 112 | |
Hubert Feurstein | 7232344 | 2009-10-07 08:41:01 +0100 | [diff] [blame] | 113 | config MACH_MICRO9S |
| 114 | bool "Support Contec Micro9-Slim" |
Hubert Feurstein | 7232344 | 2009-10-07 08:41:01 +0100 | [diff] [blame] | 115 | select MACH_MICRO9 |
| 116 | help |
| 117 | Say 'Y' here if you want your kernel to support the |
| 118 | Contec Micro9-Slim board. |
| 119 | |
Ryan Mallon | a3662f6 | 2010-01-22 01:42:02 +0100 | [diff] [blame] | 120 | config MACH_SIM_ONE |
| 121 | bool "Support Simplemachines Sim.One board" |
Ryan Mallon | a3662f6 | 2010-01-22 01:42:02 +0100 | [diff] [blame] | 122 | help |
| 123 | Say 'Y' here if you want your kernel to support the |
| 124 | Simplemachines Sim.One board. |
| 125 | |
Ryan Mallon | dd2ac96 | 2010-02-15 01:16:01 +0100 | [diff] [blame] | 126 | config MACH_SNAPPER_CL15 |
| 127 | bool "Support Bluewater Systems Snapper CL15 Module" |
Ryan Mallon | dd2ac96 | 2010-02-15 01:16:01 +0100 | [diff] [blame] | 128 | help |
| 129 | Say 'Y' here if you want your kernel to support the Bluewater |
| 130 | Systems Snapper CL15 Module. |
| 131 | |
Lennert Buytenhek | e7736d4 | 2006-03-20 17:10:13 +0000 | [diff] [blame] | 132 | config MACH_TS72XX |
| 133 | bool "Support Technologic Systems TS-72xx SBC" |
| 134 | help |
| 135 | Say 'Y' here if you want your kernel to support the |
| 136 | Technologic Systems TS-72xx board. |
| 137 | |
Hartley Sweeten | 1cb17e2 | 2011-10-08 23:04:34 +0100 | [diff] [blame] | 138 | config MACH_VISION_EP9307 |
| 139 | bool "Support Vision Engraving Systems EP9307 SoM" |
Hartley Sweeten | 1cb17e2 | 2011-10-08 23:04:34 +0100 | [diff] [blame] | 140 | help |
| 141 | Say 'Y' here if you want your kernel to support the |
| 142 | Vision Engraving Systems EP9307 SoM. |
| 143 | |
Lennert Buytenhek | e7736d4 | 2006-03-20 17:10:13 +0000 | [diff] [blame] | 144 | endmenu |
| 145 | |
| 146 | endif |