diff options
author | Magnus Damm | 2015-07-16 16:53:52 +0900 |
---|---|---|
committer | Simon Horman | 2015-07-28 09:27:16 +0900 |
commit | b97fdb836a36df53de5685278c0126a222903c5e (patch) | |
tree | 7ce2992ead28a6a572b338c8d5e18e3b8fde2a18 /arch/arm/mach-shmobile/Kconfig | |
parent | 640780efdd97eefd9ee78e1cd03ba97b1a1e1d9a (diff) |
ARM: shmobile: marzen: Remove legacy board code
Remove Marzen legacy board code written in C. Instead
board support expressed in DT shall be used together
with Multiplatform and shmobile_defconfig.
Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
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 | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index 3d6f46cb8b18..1fe775c7e004 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig @@ -157,13 +157,6 @@ config MACH_BOCKW_REFERENCE This is intended to aid developers -config MACH_MARZEN - bool "MARZEN board" - depends on ARCH_R8A7779 - select ARCH_REQUIRE_GPIOLIB - select REGULATOR_FIXED_VOLTAGE if REGULATOR - select USE_OF - config MACH_KZM9G bool "KZM-A9-GT board" depends on ARCH_SH73A0 |