Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
Paul Mundt | 36efc35 | 2006-09-27 14:02:09 +0900 | [diff] [blame] | 2 | if SH_RTS7751R2D |
| 3 | |
Magnus Damm | 68ee0f9 | 2007-10-10 18:04:42 +0900 | [diff] [blame] | 4 | menu "RTS7751R2D Board Revision" |
Magnus Damm | 2eeec85 | 2007-08-12 15:29:16 +0900 | [diff] [blame] | 5 | |
| 6 | config RTS7751R2D_PLUS |
| 7 | bool "R2D-PLUS" |
Paul Mundt | 36efc35 | 2006-09-27 14:02:09 +0900 | [diff] [blame] | 8 | help |
Magnus Damm | 2eeec85 | 2007-08-12 15:29:16 +0900 | [diff] [blame] | 9 | Selecting this option will configure the kernel for R2D-PLUS. |
| 10 | |
| 11 | R2D-PLUS is the smaller of the two R2D board versions, equipped |
| 12 | with a single PCI slot. |
| 13 | |
| 14 | config RTS7751R2D_1 |
| 15 | bool "R2D-1" |
| 16 | help |
| 17 | Selecting this option will configure the kernel for R2D-1. |
| 18 | |
| 19 | R2D-1 is the larger of the two R2D board versions, equipped |
| 20 | with two PCI slots. |
Paul Mundt | 36efc35 | 2006-09-27 14:02:09 +0900 | [diff] [blame] | 21 | endmenu |
| 22 | |
| 23 | endif |
| 24 | |