diff options
author | Eduardo Valentin <edubezval@gmail.com> | 2015-09-09 20:43:57 -0700 |
---|---|---|
committer | Eduardo Valentin <edubezval@gmail.com> | 2015-09-13 19:33:51 -0700 |
commit | 444f9b00073668f028db0c14f609cf08abc9a2b3 (patch) | |
tree | 4964eb74dca8ee5e2171ed77ccc568a2ef6ae128 /drivers/thermal/Kconfig | |
parent | aa2937b73a45e49704b24db8d9163d83002332d9 (diff) | |
download | linux-stable-444f9b00073668f028db0c14f609cf08abc9a2b3.tar.gz linux-stable-444f9b00073668f028db0c14f609cf08abc9a2b3.tar.bz2 linux-stable-444f9b00073668f028db0c14f609cf08abc9a2b3.zip |
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 e2cfaa44ee1b..f114dd6919f2 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 |