diff options
author | Mikko Perttunen <mperttunen@nvidia.com> | 2017-11-16 13:46:52 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2018-03-09 13:07:22 +0100 |
commit | 07d2206ed73973916602d2b141629e04e9843c58 (patch) | |
tree | a757ee788af479998e6273b0c9455ca2e9441428 | |
parent | 317ccc727b06b6459fe0dd32b95b5e8c898402f6 (diff) | |
download | linux-07d2206ed73973916602d2b141629e04e9843c58.tar.gz linux-07d2206ed73973916602d2b141629e04e9843c58.tar.bz2 linux-07d2206ed73973916602d2b141629e04e9843c58.zip |
arm64: defconfig: Enable CONFIG_TEGRA_BPMP_THERMAL
Enable Tegra BPMP thermal sensor support by default, built as a module.
Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 632f489e17ce..2d795db0f53d 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -329,6 +329,7 @@ CONFIG_BRCMSTB_THERMAL=m CONFIG_EXYNOS_THERMAL=y CONFIG_RCAR_GEN3_THERMAL=y CONFIG_ROCKCHIP_THERMAL=m +CONFIG_TEGRA_BPMP_THERMAL=m CONFIG_WATCHDOG=y CONFIG_S3C2410_WATCHDOG=y CONFIG_MESON_GXBB_WATCHDOG=m |