diff options
author | Arnd Bergmann <arnd@arndb.de> | 2013-04-30 07:19:23 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-05-03 16:36:58 -0400 |
commit | ccefeea91cf4cb9ce6045a50c4550e5f7d5b00ad (patch) | |
tree | decd8b3b6df30184c46ebb139cc6bc7a739bf4f0 /arch/arm/mach-ux500/Kconfig | |
parent | cb0c480a4634b03b740fe82e256a8b988481e2bf (diff) |
ARM: ux500: always select ABX500_CORE
We are probably selecting more drivers than we should in ux500,
but cleaning up that logic for good can be left for another
time. Most of these could be converted into silent options in
the future, since they are always enabled on ux500 and never
needed elsewhere.
As a fixup for 3.10, let's at least select the dependencies for
the other drivers we already select, to make it consistent.
warning: (UX500_SOC_COMMON) selects AB8500_CORE which has unmet direct dependencies (HAS_IOMEM && GENERIC_HARDIRQS && ABX500_CORE && MFD_DB8500_PRCMU)
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-ux500/Kconfig')
-rw-r--r-- | arch/arm/mach-ux500/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/Kconfig b/arch/arm/mach-ux500/Kconfig index 3e5bbd0e5b23..350c36de7742 100644 --- a/arch/arm/mach-ux500/Kconfig +++ b/arch/arm/mach-ux500/Kconfig | |||
@@ -3,6 +3,8 @@ if ARCH_U8500 | |||
3 | config UX500_SOC_COMMON | 3 | config UX500_SOC_COMMON |
4 | bool | 4 | bool |
5 | default y | 5 | default y |
6 | select ABX500_CORE | ||
7 | select AB8500_CORE | ||
6 | select ARM_ERRATA_754322 | 8 | select ARM_ERRATA_754322 |
7 | select ARM_ERRATA_764369 if SMP | 9 | select ARM_ERRATA_764369 if SMP |
8 | select ARM_GIC | 10 | select ARM_GIC |