ARM: tegra: Guard pin controller code with a Kconfig symbol
authorThierry Reding <treding@nvidia.com>
Mon, 15 Apr 2019 09:32:21 +0000 (11:32 +0200)
committerTom Warren <twarren@nvidia.com>
Wed, 5 Jun 2019 16:16:33 +0000 (09:16 -0700)
commit07ea02bc2dd17a75ec04c5f4ba10b0088f1596d5
tree6fc5ca1defaf68b7a8ef9aa65e386196d3d07c37
parent1a869c703d0493cab9defd4cb5754a175a642052
ARM: tegra: Guard pin controller code with a Kconfig symbol

Pin controller code is not relevant on all Tegra SoC generations, so
guard it with a Kconfig symbol that can be selected by the generations
that need it.

This is in preparation for unifying Tegra186 code with the code used on
older generations.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
arch/arm/mach-tegra/Kconfig
arch/arm/mach-tegra/Makefile
arch/arm/mach-tegra/board.c
arch/arm/mach-tegra/board2.c