Kconfig 464 B

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