blob: 21770e668de283ba338011ccbb508a179fe36393 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Paul Mundt36efc352006-09-27 14:02:09 +09002if SH_RTS7751R2D
3
Magnus Damm68ee0f92007-10-10 18:04:42 +09004menu "RTS7751R2D Board Revision"
Magnus Damm2eeec852007-08-12 15:29:16 +09005
6config RTS7751R2D_PLUS
7 bool "R2D-PLUS"
Paul Mundt36efc352006-09-27 14:02:09 +09008 help
Magnus Damm2eeec852007-08-12 15:29:16 +09009 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
14config 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 Mundt36efc352006-09-27 14:02:09 +090021endmenu
22
23endif
24