pmaports/device/testing/linux-samsung-i927/0004-soc-tegra-fix-build-for-Tegra.patch

29 lines
742 B
Diff
Raw Normal View History

From 71c0d5721b1855fa352f6cb223d1fc5014412267 Mon Sep 17 00:00:00 2001
From: Sergey Larin <cerg2010cerg2010@mail.ru>
Date: Sat, 26 Jan 2019 19:32:58 +0300
Subject: [PATCH] soc/tegra: fix build for Tegra
Last changes to Linux 4.20 kernel broke the build. Fix it by adding a
config option.
Signed-off-by: Sergey Larin <cerg2010cerg2010@mail.ru>
---
drivers/soc/tegra/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/soc/tegra/Kconfig b/drivers/soc/tegra/Kconfig
index fbfce48ffb0d..a71650cc7bb3 100644
--- a/drivers/soc/tegra/Kconfig
+++ b/drivers/soc/tegra/Kconfig
@@ -128,6 +128,7 @@ config SOC_TEGRA_FLOWCTRL
bool
config SOC_TEGRA_PMC
+ select GENERIC_PINCONF
bool
config SOC_TEGRA_POWERGATE_BPMP
--
2.22.0