diff options
author | Salvatore Bonaccorso <carnil@debian.org> | 2020-06-24 20:41:01 +0200 |
---|---|---|
committer | Salvatore Bonaccorso <carnil@debian.org> | 2020-06-24 20:41:30 +0200 |
commit | b2555c59a4f03e3da47cf9e612f1991b649fa513 (patch) | |
tree | ccbb27a0184af66878fcb5c35aa5bbfb74861b8c | |
parent | de3dd5f97c90969d60634e7f437b8af9ecde0ac3 (diff) | |
download | kernel_replicant_linux-b2555c59a4f03e3da47cf9e612f1991b649fa513.tar.gz kernel_replicant_linux-b2555c59a4f03e3da47cf9e612f1991b649fa513.tar.bz2 kernel_replicant_linux-b2555c59a4f03e3da47cf9e612f1991b649fa513.zip |
debian/config: Clean up with the help of kconfigeditor2
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/config/arm64/config | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 91a748b7b073..567fa9c15a68 100644 --- a/debian/changelog +++ b/debian/changelog @@ -46,6 +46,7 @@ linux (5.7.6-1) UNRELEASED; urgency=medium * [rt] Add new signing key for Tom Zanussi * Set ABI to 1 * [arm64] Remove explicit setting of CONFIG_HNS + * debian/config: Clean up with the help of kconfigeditor2 [ Gianfranco Costamagna ] * [x86] Enable VBOXSF_FS as a module (Closes: #961516) diff --git a/debian/config/arm64/config b/debian/config/arm64/config index ea1068c85bcb..ea2856b626b3 100644 --- a/debian/config/arm64/config +++ b/debian/config/arm64/config @@ -1196,8 +1196,8 @@ CONFIG_ARMADA_THERMAL=m ## ## file: drivers/thermal/broadcom/Kconfig ## -CONFIG_BCM2835_THERMAL=m CONFIG_BCM2711_THERMAL=m +CONFIG_BCM2835_THERMAL=m ## ## file: drivers/thermal/qcom/Kconfig |