diff options
author | Eduardo Valentin <edubezval@gmail.com> | 2015-09-10 03:43:57 (GMT) |
---|---|---|
committer | Eduardo Valentin <edubezval@gmail.com> | 2015-09-14 02:33:51 (GMT) |
commit | 444f9b00073668f028db0c14f609cf08abc9a2b3 (patch) | |
tree | 4964eb74dca8ee5e2171ed77ccc568a2ef6ae128 /drivers/thermal/Kconfig | |
parent | aa2937b73a45e49704b24db8d9163d83002332d9 (diff) | |
download | linux-444f9b00073668f028db0c14f609cf08abc9a2b3.tar.xz |
thermal: rockchip: allow compile test
Adding COMPILE_TEST flag to rockchip driver to facilitate
maintenance.
Cc: Zhang Rui <rui.zhang@intel.com>
Cc: Heiko Stuebner <heiko@sntech.de>
Cc: linux-pm@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-rockchip@lists.infradead.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
Diffstat (limited to 'drivers/thermal/Kconfig')
-rw-r--r-- | drivers/thermal/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig index e2cfaa4..f114dd6 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig @@ -190,7 +190,7 @@ config SPEAR_THERMAL config ROCKCHIP_THERMAL tristate "Rockchip thermal driver" - depends on ARCH_ROCKCHIP + depends on ARCH_ROCKCHIP || COMPILE_TEST depends on RESET_CONTROLLER help Rockchip thermal driver provides support for Temperature sensor |