diff options
author | Laurent Pinchart | 2014-09-17 17:28:02 +0300 |
---|---|---|
committer | Simon Horman | 2014-10-30 10:14:57 +0900 |
commit | 9e6edccf191fb15ad751796a7962128d2469e209 (patch) | |
tree | 31729abb7e0f18692f8360442e53d9a8b7a4760c /arch/arm/mach-shmobile/Kconfig | |
parent | 74c917076ab96f648b96a39ec1ce7a8a7ed361f5 (diff) |
ARM: shmobile: koelsch: Remove reference board code
The Koelsch board is supported by the r8a7791 generic DT platform
definition. Remove the board-specific definition along with its board
file.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
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 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index e50402bc6e71..fcc181feebb1 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig @@ -73,11 +73,6 @@ config ARCH_R8A7794 comment "Renesas ARM SoCs Board Type" -config MACH_KOELSCH - bool "Koelsch board" - depends on ARCH_R8A7791 - select MICREL_PHY if SH_ETH - config MACH_LAGER bool "Lager board" depends on ARCH_R8A7790 |