ARM: tegra: Guard memory controller code with a Kconfig symbol
authorThierry Reding <[email protected]>
Mon, 15 Apr 2019 09:32:20 +0000 (11:32 +0200)
committerTom Warren <[email protected]>
Wed, 5 Jun 2019 16:16:33 +0000 (09:16 -0700)
commit1a869c703d0493cab9defd4cb5754a175a642052
tree8b1a2d15d0edd57d08d55cb83010e8d8623e8070
parent9e57819294a1b2b247f66a6dbfa380137e166ec5
ARM: tegra: Guard memory controller code with a Kconfig symbol

Memory 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 <[email protected]>
Signed-off-by: Tom Warren <[email protected]>
arch/arm/mach-tegra/Kconfig
arch/arm/mach-tegra/board.c