Skip to content
Commit 45c9e592 authored by Stephen Warren's avatar Stephen Warren
Browse files

ARM: tegra: fix Kconfig warnings when !SMP



Fix:

warning: (ARCH_TEGRA_2x_SOC) selects ARM_ERRATA_754327 which has unmet direct dependencies (CPU_V7 && SMP)
warning: (ARCH_TEGRA_2x_SOC) selects ARM_ERRATA_742230 which has unmet direct dependencies (CPU_V7 && SMP)

by selecting options only if SMP.

Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
parent deeb8d19
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment