Skip to content
Permalink
Browse files
memory: tegra: Add missing dependencies
When enabling the COMPILE_TEST Kconfig option, the Tegra memory
controller can be built without ARCH_TEGRA being selected. However, the
driver implicitly depends on some symbols pulled in via ARCH_TEGRA,
which causes the build to break.

Add explicit dependencies for OF_EARLY_FLATTREE and OF_RESERVED_MEM to
the Tegra MC Kconfig option to make sure they are selected even if
ARCH_TEGRA is not.

Reported-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
  • Loading branch information
Thierry Reding authored and intel-lab-lkp committed Jun 16, 2021
1 parent eac9ab8 commit 0d0e9cbf83822694f35eca16dce8c5406b4f464f
Showing 1 changed file with 2 additions and 0 deletions.
@@ -48,6 +48,8 @@ config TEGRA124_EMC
config TEGRA210_EMC_TABLE
bool
depends on ARCH_TEGRA_210_SOC || COMPILE_TEST
select OF_EARLY_FLATTREE
select OF_RESERVED_MEM

config TEGRA210_EMC
tristate "NVIDIA Tegra210 External Memory Controller driver"

0 comments on commit 0d0e9cb

Please sign in to comment.