]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/sh/boards/renesas/rts7751r2d/Kconfig
sh: intc - convert board specific r2d code
[karo-tx-linux.git] / arch / sh / boards / renesas / rts7751r2d / Kconfig
1 if SH_RTS7751R2D
2
3 menu "RTS7751R2D options"
4
5 choice
6         prompt "R2D Board Revision"
7         default RTS7751R2D_PLUS
8
9 config RTS7751R2D_PLUS
10         bool "R2D-PLUS"
11         help
12           Selecting this option will configure the kernel for R2D-PLUS.
13
14           R2D-PLUS is the smaller of the two R2D board versions, equipped
15           with a single PCI slot.
16
17 config RTS7751R2D_1
18         bool "R2D-1"
19         help
20           Selecting this option will configure the kernel for R2D-1.
21
22           R2D-1 is the larger of the two R2D board versions, equipped
23           with two PCI slots.
24
25 endchoice
26
27 endmenu
28
29 endif
30