summaryrefslogtreecommitdiff
path: root/drivers/soc/tegra/Makefile
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2017-08-30 12:42:34 +0200
committerThierry Reding <treding@nvidia.com>2017-12-13 13:06:44 +0100
commitc641ec6eab8587a78160d37f085a5ed6e542ca88 (patch)
treed7454e767b570258e53a096aae9d90db778ed7ea /drivers/soc/tegra/Makefile
parent5be2255676bf2bc69170f05cfe15f771e5aeef24 (diff)
soc/tegra: pmc: Consolidate Tegra186 support
Move Tegra186 support to the consolidated PMC driver to reduce some of the duplication and also gain I/O pad functionality on the new SoC as a side-effect. Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/soc/tegra/Makefile')
-rw-r--r--drivers/soc/tegra/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/soc/tegra/Makefile b/drivers/soc/tegra/Makefile
index 482e108d28aa..902759fe5f4d 100644
--- a/drivers/soc/tegra/Makefile
+++ b/drivers/soc/tegra/Makefile
@@ -4,5 +4,4 @@ obj-y += fuse/
obj-y += common.o
obj-$(CONFIG_SOC_TEGRA_FLOWCTRL) += flowctrl.o
obj-$(CONFIG_SOC_TEGRA_PMC) += pmc.o
-obj-$(CONFIG_SOC_TEGRA_PMC_TEGRA186) += pmc-tegra186.o
obj-$(CONFIG_SOC_TEGRA_POWERGATE_BPMP) += powergate-bpmp.o