ARM: shmobile: Remove the ARCH_SHMOBILE Kconfig symbol
All drivers for Renesas ARM SoCs have gained proper ARCH_RENESAS
platform dependencies. Hence finish the conversion from ARCH_SHMOBILE
to ARCH_RENESAS for Renesas 32-bit ARM SoCs, as started by commit
9b5ba0df4e
("ARM: shmobile: Introduce ARCH_RENESAS").
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:

committed by
Simon Horman

parent
ad73cc2b91
commit
08e735233e
@@ -1,6 +1,3 @@
|
|||||||
config ARCH_SHMOBILE
|
|
||||||
bool
|
|
||||||
|
|
||||||
config PM_RMOBILE
|
config PM_RMOBILE
|
||||||
bool
|
bool
|
||||||
select PM
|
select PM
|
||||||
@@ -30,7 +27,6 @@ config ARCH_RMOBILE
|
|||||||
menuconfig ARCH_RENESAS
|
menuconfig ARCH_RENESAS
|
||||||
bool "Renesas ARM SoCs"
|
bool "Renesas ARM SoCs"
|
||||||
depends on ARCH_MULTI_V7 && MMU
|
depends on ARCH_MULTI_V7 && MMU
|
||||||
select ARCH_SHMOBILE
|
|
||||||
select ARM_GIC
|
select ARM_GIC
|
||||||
select GPIOLIB
|
select GPIOLIB
|
||||||
select HAVE_ARM_SCU if SMP
|
select HAVE_ARM_SCU if SMP
|
||||||
|
Reference in New Issue
Block a user