License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / arch / sh / boards / mach-r2d / Kconfig
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
36efc354
PM
2if SH_RTS7751R2D
3
68ee0f9c 4menu "RTS7751R2D Board Revision"
2eeec856
MD
5
6config RTS7751R2D_PLUS
7 bool "R2D-PLUS"
8 help
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
14config RTS7751R2D_1
15 bool "R2D-1"
36efc354 16 help
2eeec856
MD
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.
36efc354
PM
21endmenu
22
23endif
24