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
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.