diff options
author | Magnus Damm <damm@opensource.se> | 2013-11-07 00:21:29 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-12-04 07:11:15 +0100 |
commit | 786deb29e7b7c356342f9f3566a6eafae2ce0c81 (patch) | |
tree | 81917257dcc10d37d4691f1a45f380fd4307a969 /arch/arm/mach-shmobile/Kconfig | |
parent | ARM: shmobile: Use ->init_late() in shared EMEV2 case (diff) | |
download | linux-786deb29e7b7c356342f9f3566a6eafae2ce0c81.tar.xz linux-786deb29e7b7c356342f9f3566a6eafae2ce0c81.zip |
ARM: shmobile: Remove legacy KZM9D board code
Remove the C and platform device version of KZM9D.
The DT version of KZM9D board support can now instead
directly be used with SoC specific code in setup-emev2.c.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/Kconfig')
-rw-r--r-- | arch/arm/mach-shmobile/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index c604ef1cd9d1..564e0ade3472 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig @@ -234,12 +234,6 @@ config MACH_KOELSCH depends on ARCH_R8A7791 select USE_OF -config MACH_KZM9D - bool "KZM9D board" - depends on ARCH_EMEV2 - select REGULATOR_FIXED_VOLTAGE if REGULATOR - select USE_OF - config MACH_KZM9G bool "KZM-A9-GT board" depends on ARCH_SH73A0 |