| Paul Mundt | 32351a2 | 2007-03-12 14:38:59 +0900 | [diff] [blame] | 1 | if SH_HIGHLANDER |
| Paul Mundt | 5283ecb | 2006-09-27 15:59:17 +0900 | [diff] [blame] | 2 | |
| Paul Mundt | 32351a2 | 2007-03-12 14:38:59 +0900 | [diff] [blame] | 3 | choice |
| 4 | prompt "Highlander options" | ||||
| 5 | default SH_R7780MP | ||||
| 6 | |||||
| 7 | config SH_R7780RP | ||||
| 8 | bool "R7780RP-1 board support" | ||||
| Paul Mundt | f3d2229 | 2007-05-14 17:29:12 +0900 | [diff] [blame] | 9 | depends on CPU_SUBTYPE_SH7780 |
| Paul Mundt | 5283ecb | 2006-09-27 15:59:17 +0900 | [diff] [blame] | 10 | |
| 11 | config SH_R7780MP | ||||
| 12 | bool "R7780MP board support" | ||||
| Paul Mundt | f3d2229 | 2007-05-14 17:29:12 +0900 | [diff] [blame] | 13 | depends on CPU_SUBTYPE_SH7780 |
| Paul Mundt | 5283ecb | 2006-09-27 15:59:17 +0900 | [diff] [blame] | 14 | help |
| 15 | Selecting this option will enable support for the mass-production | ||||
| 16 | version of the R7780RP. If in doubt, say Y. | ||||
| 17 | |||||
| Paul Mundt | 32351a2 | 2007-03-12 14:38:59 +0900 | [diff] [blame] | 18 | config SH_R7785RP |
| 19 | bool "R7785RP board support" | ||||
| Paul Mundt | f3d2229 | 2007-05-14 17:29:12 +0900 | [diff] [blame] | 20 | depends on CPU_SUBTYPE_SH7785 |
| Paul Mundt | 61dc6ea | 2008-10-23 12:35:43 +0900 | [diff] [blame] | 21 | select GENERIC_GPIO |
| Paul Mundt | 32351a2 | 2007-03-12 14:38:59 +0900 | [diff] [blame] | 22 | |
| 23 | endchoice | ||||
| Paul Mundt | 5283ecb | 2006-09-27 15:59:17 +0900 | [diff] [blame] | 24 | |
| 25 | endif | ||||