diff options
author | Ulrich Hecht <ulrich.hecht+renesas@gmail.com> | 2015-08-14 15:51:06 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-09-14 03:06:50 +0200 |
commit | 36d6c9280b7f7c895c124ecf918ee5bda3c52ccd (patch) | |
tree | 96c3aeafcb78fd3c4bda4f472afa96a22d87591d /arch/arm/Kconfig.debug | |
parent | ARM: shmobile: r8a7778: remove legacy clock implementation (diff) | |
download | linux-36d6c9280b7f7c895c124ecf918ee5bda3c52ccd.tar.xz linux-36d6c9280b7f7c895c124ecf918ee5bda3c52ccd.zip |
ARM: shmobile: remove ARCH_SHMOBILE_LEGACY option
With Bock-W, the last legacy platform has been removed.
Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
Acked-by: by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/Kconfig.debug')
-rw-r--r-- | arch/arm/Kconfig.debug | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index 0cfd7f947f6b..40a3c25c1e0d 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug @@ -1621,8 +1621,7 @@ config DEBUG_UNCOMPRESS config UNCOMPRESS_INCLUDE string default "debug/uncompress.h" if ARCH_MULTIPLATFORM || ARCH_MSM || \ - PLAT_SAMSUNG || ARM_SINGLE_ARMV7M || \ - ARCH_SHMOBILE_LEGACY + PLAT_SAMSUNG || ARM_SINGLE_ARMV7M default "mach/uncompress.h" config EARLY_PRINTK |