diff options
author | Magnus Damm <damm+renesas@opensource.se> | 2014-10-29 10:47:07 +0300 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-12-21 11:03:44 +0300 |
commit | a483dcbfa21f919c7666cb897e293eff785e3bee (patch) | |
tree | fa723ec382a7873cbff171143d50ce63ddfdb885 /arch/arm/mach-shmobile/Kconfig | |
parent | be2902416cc6f26d05a9b7308b78d093ad69062c (diff) | |
download | linux-a483dcbfa21f919c7666cb897e293eff785e3bee.tar.xz |
ARM: shmobile: lager: Remove legacy board support
Lager legacy support level is same as the DT case
so remove the legacy code and force people to move
over to using Multiplatform and DT.
Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
[Remove lager_defconfig and don't build the dtb for legacy kernels]
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
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 859f391aa6e1..d4211cba3513 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig @@ -203,13 +203,6 @@ config MACH_MARZEN select REGULATOR_FIXED_VOLTAGE if REGULATOR select USE_OF -config MACH_LAGER - bool "Lager board" - depends on ARCH_R8A7790 - select USE_OF - select MICREL_PHY if SH_ETH - select SND_SOC_AK4642 if SND_SIMPLE_CARD - config MACH_KZM9G bool "KZM-A9-GT board" depends on ARCH_SH73A0 |