Kconfig 499 B

123456789101112131415161718192021222324
  1. # SPDX-License-Identifier: GPL-2.0
  2. if SH_RTS7751R2D
  3. menu "RTS7751R2D Board Revision"
  4. config RTS7751R2D_PLUS
  5. bool "R2D-PLUS"
  6. help
  7. Selecting this option will configure the kernel for R2D-PLUS.
  8. R2D-PLUS is the smaller of the two R2D board versions, equipped
  9. with a single PCI slot.
  10. config RTS7751R2D_1
  11. bool "R2D-1"
  12. help
  13. Selecting this option will configure the kernel for R2D-1.
  14. R2D-1 is the larger of the two R2D board versions, equipped
  15. with two PCI slots.
  16. endmenu
  17. endif