aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich Hecht <ulrich.hecht+renesas@gmail.com>2015-08-14 09:51:06 -0400
committerSimon Horman <horms+renesas@verge.net.au>2015-09-13 21:06:50 -0400
commit36d6c9280b7f7c895c124ecf918ee5bda3c52ccd (patch)
tree96c3aeafcb78fd3c4bda4f472afa96a22d87591d
parent51e47a386f3ac1c3efd10505a7b190667bd4b731 (diff)
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>
-rw-r--r--arch/arm/Kconfig26
-rw-r--r--arch/arm/Kconfig.debug3
-rw-r--r--arch/arm/mach-shmobile/Kconfig23
3 files changed, 2 insertions, 50 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 72ad724c67ae..471a3670cd3e 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -621,28 +621,6 @@ config ARCH_PXA
621 help 621 help
622 Support for Intel/Marvell's PXA2xx/PXA3xx processor line. 622 Support for Intel/Marvell's PXA2xx/PXA3xx processor line.
623 623
624config ARCH_SHMOBILE_LEGACY
625 bool "Renesas ARM SoCs (non-multiplatform)"
626 select ARCH_SHMOBILE
627 select ARM_PATCH_PHYS_VIRT if MMU
628 select CLKDEV_LOOKUP
629 select CPU_V7
630 select GENERIC_CLOCKEVENTS
631 select HAVE_ARM_SCU if SMP
632 select HAVE_ARM_TWD if SMP
633 select HAVE_SMP
634 select MIGHT_HAVE_CACHE_L2X0
635 select MULTI_IRQ_HANDLER
636 select NO_IOPORT_MAP
637 select PINCTRL
638 select PM_GENERIC_DOMAINS if PM
639 select SH_CLK_CPG
640 select SPARSE_IRQ
641 help
642 Support for Renesas ARM SoC platforms using a non-multiplatform
643 kernel. This includes the SH-Mobile, R-Mobile, EMMA-Mobile, R-Car
644 and RZ families.
645
646config ARCH_RPC 624config ARCH_RPC
647 bool "RiscPC" 625 bool "RiscPC"
648 select ARCH_ACORN 626 select ARCH_ACORN
@@ -1534,7 +1512,6 @@ config HZ_FIXED
1534 default 200 if ARCH_EBSA110 || ARCH_S3C24XX || \ 1512 default 200 if ARCH_EBSA110 || ARCH_S3C24XX || \
1535 ARCH_S5PV210 || ARCH_EXYNOS4 1513 ARCH_S5PV210 || ARCH_EXYNOS4
1536 default 128 if SOC_AT91RM9200 1514 default 128 if SOC_AT91RM9200
1537 default SHMOBILE_TIMER_HZ if ARCH_SHMOBILE_LEGACY
1538 default 0 1515 default 0
1539 1516
1540choice 1517choice
@@ -1752,8 +1729,7 @@ config ARM_MODULE_PLTS
1752source "mm/Kconfig" 1729source "mm/Kconfig"
1753 1730
1754config FORCE_MAX_ZONEORDER 1731config FORCE_MAX_ZONEORDER
1755 int "Maximum zone order" if ARCH_SHMOBILE_LEGACY 1732 int "Maximum zone order"
1756 range 11 64 if ARCH_SHMOBILE_LEGACY
1757 default "12" if SOC_AM33XX 1733 default "12" if SOC_AM33XX
1758 default "9" if SA1111 || ARCH_EFM32 1734 default "9" if SA1111 || ARCH_EFM32
1759 default "11" 1735 default "11"
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
1621config UNCOMPRESS_INCLUDE 1621config UNCOMPRESS_INCLUDE
1622 string 1622 string
1623 default "debug/uncompress.h" if ARCH_MULTIPLATFORM || ARCH_MSM || \ 1623 default "debug/uncompress.h" if ARCH_MULTIPLATFORM || ARCH_MSM || \
1624 PLAT_SAMSUNG || ARM_SINGLE_ARMV7M || \ 1624 PLAT_SAMSUNG || ARM_SINGLE_ARMV7M
1625 ARCH_SHMOBILE_LEGACY
1626 default "mach/uncompress.h" 1625 default "mach/uncompress.h"
1627 1626
1628config EARLY_PRINTK 1627config EARLY_PRINTK
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig
index 61a59b18e9d6..7f2e05304d3d 100644
--- a/arch/arm/mach-shmobile/Kconfig
+++ b/arch/arm/mach-shmobile/Kconfig
@@ -99,29 +99,6 @@ config ARCH_SH73A0
99comment "Renesas ARM SoCs System Configuration" 99comment "Renesas ARM SoCs System Configuration"
100endif 100endif
101 101
102if ARCH_SHMOBILE_LEGACY
103
104comment "Renesas ARM SoCs System Type"
105
106config ARCH_R8A7779
107 bool "R-Car H1 (R8A77790)"
108 select ARCH_RCAR_GEN1
109 select ARCH_WANT_OPTIONAL_GPIOLIB
110 select ARM_GIC
111
112comment "Renesas ARM SoCs System Configuration"
113
114config CPU_HAS_INTEVT
115 bool
116 default y
117
118config SH_CLK_CPG
119 bool
120
121source "drivers/sh/Kconfig"
122
123endif
124
125if ARCH_SHMOBILE 102if ARCH_SHMOBILE
126 103
127menu "Timer and clock configuration" 104menu "Timer and clock configuration"