[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200317174130.23523-1-lkundrak@v3.sk>
Date: Tue, 17 Mar 2020 18:41:30 +0100
From: Lubomir Rintel <lkundrak@...sk>
To: Zhang Rui <rui.zhang@...el.com>
Cc: Daniel Lezcano <daniel.lezcano@...aro.org>,
Amit Kucheria <amit.kucheria@...durent.com>,
kongxinwei <kong.kongxinwei@...ilicon.com>,
Wangtao <kevin.wangtao@...ilicon.com>, linux-pm@...r.kernel.org,
linux-kernel@...r.kernel.org, Lubomir Rintel <lkundrak@...sk>
Subject: [PATCH] thermal: hisilicon: Don't enable by default
Users are generally unlikely to have a HiSilicon thermal sensor.
Like most other thermal drivers, don't build it by default/
Signed-off-by: Lubomir Rintel <lkundrak@...sk>
---
drivers/thermal/Kconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
index 02c3aa322a4a6..2062f8ec272b6 100644
--- a/drivers/thermal/Kconfig
+++ b/drivers/thermal/Kconfig
@@ -233,7 +233,6 @@ config HISI_THERMAL
depends on ARCH_HISI || COMPILE_TEST
depends on HAS_IOMEM
depends on OF
- default y
help
Enable this to plug hisilicon's thermal sensor driver into the Linux
thermal framework. cpufreq is used as the cooling device to throttle
--
2.25.1
Powered by blists - more mailing lists