diff options
author | Magnus Damm <damm+renesas@opensource.se> | 2014-08-25 12:45:41 +0900 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-09-02 09:32:07 +0900 |
commit | 0ed82bc9895daad86966d53e561330929774f92d (patch) | |
tree | 27e3784b37e74d589e7e94be4df4f6c5557b929d /arch/arm/Kconfig | |
parent | 46bff9db49d7995f824add28122e2a694d54d6de (diff) | |
download | blackbird-op-linux-0ed82bc9895daad86966d53e561330929774f92d.tar.gz blackbird-op-linux-0ed82bc9895daad86966d53e561330929774f92d.zip |
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 select ARCH_SHMOBILE select ARM_PATCH_PHYS_VIRT if MMU select CLKDEV_LOOKUP + select CPU_V7 select GENERIC_CLOCKEVENTS select HAVE_ARM_SCU if SMP select HAVE_ARM_TWD if SMP |