Searched hist:"8 f90cce5a9b0ecf3cc6d3d3046cbfc19fc957dcb" (Results 1 – 2 of 2) sorted by relevance
/linux/arch/arm/mach-ux500/ |
H A D | Kconfig | diff 8f90cce5a9b0ecf3cc6d3d3046cbfc19fc957dcb Thu Aug 16 11:36:04 CEST 2012 Arnd Bergmann <arnd@arndb.de> ARM: soc: dependency warnings for errata
The PL310_ERRATA_753970 and ARM_ERRATA_764369 symbols only make sense when the base features for them are enabled, so select them conditionally in Kconfig to avoid warnings like:
warning: (UX500_SOC_COMMON) selects PL310_ERRATA_753970 which has unmet direct dependencies (CACHE_PL310) warning: (ARCH_TEGRA_2x_SOC && ARCH_TEGRA_3x_SOC && UX500_SOC_COMMON) selects ARM_ERRATA_764369 which has unmet direct dependencies (CPU_V7 && SMP)
Signed-off-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Stephen Warren <swarren@nvidia.com>
|
/linux/arch/arm/mach-tegra/ |
H A D | Kconfig | diff 8f90cce5a9b0ecf3cc6d3d3046cbfc19fc957dcb Thu Aug 16 11:36:04 CEST 2012 Arnd Bergmann <arnd@arndb.de> ARM: soc: dependency warnings for errata
The PL310_ERRATA_753970 and ARM_ERRATA_764369 symbols only make sense when the base features for them are enabled, so select them conditionally in Kconfig to avoid warnings like:
warning: (UX500_SOC_COMMON) selects PL310_ERRATA_753970 which has unmet direct dependencies (CACHE_PL310) warning: (ARCH_TEGRA_2x_SOC && ARCH_TEGRA_3x_SOC && UX500_SOC_COMMON) selects ARM_ERRATA_764369 which has unmet direct dependencies (CPU_V7 && SMP)
Signed-off-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Stephen Warren <swarren@nvidia.com>
|