From bfddc0e8b3820a87ad8a6e66a76b0d86bd5b3c55 Mon Sep 17 00:00:00 2001 From: ElonH Date: Thu, 9 Apr 2020 22:49:58 +0800 Subject: [PATCH] thermal: set tristate as default except mt7621 https://github.com/torvalds/linux/commit/554b3529fe018e74cb5d0d0f476ee793b58b030a previous commit: a7a35df807 --- .../hack-5.4}/999-thermal-tristate.patch | 0 .../linux/ramips/patches-5.4/998-thermal-bool.patch | 11 +++++++++++ 2 files changed, 11 insertions(+) rename target/linux/{x86/patches-5.4 => generic/hack-5.4}/999-thermal-tristate.patch (100%) create mode 100644 target/linux/ramips/patches-5.4/998-thermal-bool.patch diff --git a/target/linux/x86/patches-5.4/999-thermal-tristate.patch b/target/linux/generic/hack-5.4/999-thermal-tristate.patch similarity index 100% rename from target/linux/x86/patches-5.4/999-thermal-tristate.patch rename to target/linux/generic/hack-5.4/999-thermal-tristate.patch diff --git a/target/linux/ramips/patches-5.4/998-thermal-bool.patch b/target/linux/ramips/patches-5.4/998-thermal-bool.patch new file mode 100644 index 0000000000..5d2732ef64 --- /dev/null +++ b/target/linux/ramips/patches-5.4/998-thermal-bool.patch @@ -0,0 +1,11 @@ +--- a/drivers/thermal/Kconfig ++++ b/drivers/thermal/Kconfig +@@ -4,7 +4,7 @@ + # + + menuconfig THERMAL +- tristate "Generic Thermal sysfs driver" ++ bool "Generic Thermal sysfs driver" + help + Generic Thermal Sysfs driver offers a generic mechanism for + thermal management. Usually it's made up of one or more thermal