License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[sfrench/cifs-2.6.git] / arch / sh / boards / mach-r2d / Kconfig
1 # SPDX-License-Identifier: GPL-2.0
2 if SH_RTS7751R2D
3
4 menu "RTS7751R2D Board Revision"
5
6 config 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
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.
21 endmenu
22
23 endif
24