Re: [PATCH 17/17] ARM: soc: dependency warnings for errata

2012-10-03 Thread Linus Walleij
On Tue, Oct 2, 2012 at 6:36 PM, Arnd Bergmann wrote: > 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

Re: [PATCH 17/17] ARM: soc: dependency warnings for errata

2012-10-02 Thread Stephen Warren
On 10/02/2012 10:36 AM, Arnd Bergmann wrote: > 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 ha