diff options
author | Magnus Damm <damm+renesas@opensource.se> | 2014-08-24 23:45:41 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-09-01 20:32:07 -0400 |
commit | 0ed82bc9895daad86966d53e561330929774f92d (patch) | |
tree | 27e3784b37e74d589e7e94be4df4f6c5557b929d /arch/arm/Kconfig | |
parent | 46bff9db49d7995f824add28122e2a694d54d6de (diff) |
ARM: shmobile: Consolidate Legacy CPU_V7 Kconfig
Consolidate CPU_V7 under ARCH_SHMOBILE_LEGACY so it can
be shared by the legacy ARM mach-shmobile support code.
Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index c49a775937db..93efc9adb002 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -650,6 +650,7 @@ config ARCH_SHMOBILE_LEGACY | |||
650 | select ARCH_SHMOBILE | 650 | select ARCH_SHMOBILE |
651 | select ARM_PATCH_PHYS_VIRT if MMU | 651 | select ARM_PATCH_PHYS_VIRT if MMU |
652 | select CLKDEV_LOOKUP | 652 | select CLKDEV_LOOKUP |
653 | select CPU_V7 | ||
653 | select GENERIC_CLOCKEVENTS | 654 | select GENERIC_CLOCKEVENTS |
654 | select HAVE_ARM_SCU if SMP | 655 | select HAVE_ARM_SCU if SMP |
655 | select HAVE_ARM_TWD if SMP | 656 | select HAVE_ARM_TWD if SMP |