thermal/drivers/hisi: Set the thermal zone private data to the sensor pointer
[linux/fpc-iii.git] / arch / sh / boards / mach-r2d / Kconfig
blob21770e668de283ba338011ccbb508a179fe36393
1 # SPDX-License-Identifier: GPL-2.0
2 if SH_RTS7751R2D
4 menu "RTS7751R2D Board Revision"
6 config RTS7751R2D_PLUS
7         bool "R2D-PLUS"
8         help
9           Selecting this option will configure the kernel for R2D-PLUS.
11           R2D-PLUS is the smaller of the two R2D board versions, equipped
12           with a single PCI slot.
14 config RTS7751R2D_1
15         bool "R2D-1"
16         help
17           Selecting this option will configure the kernel for R2D-1.
19           R2D-1 is the larger of the two R2D board versions, equipped
20           with two PCI slots.
21 endmenu
23 endif