diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2013-06-12 22:11:46 -0700 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-06-17 16:07:31 +0900 |
commit | 53332005bfde9d2e3c9a66030c0e8c2598eaa1d5 (patch) | |
tree | 51af67ad4692e9e6e958e63283aa8981c01a1b0a /arch/arm/mach-shmobile/Kconfig | |
parent | b24bd7e97b3784afca6b808be1e5848e30e637ac (diff) | |
download | linux-next-53332005bfde9d2e3c9a66030c0e8c2598eaa1d5.tar.gz |
ARM: shmobile: Remove Bonito board support
Remove board support for the r8a7740 based Bonito board
The r8a7740 SoC support code is still kept around since it
is in use by the Armadillo800eva board which is basically a more
recent board where the design is based on Bonito.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.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 | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index ae1a530c3515..69a31bc07302 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig @@ -95,12 +95,6 @@ config MACH_KOTA2 select ARCH_REQUIRE_GPIOLIB select REGULATOR_FIXED_VOLTAGE if REGULATOR -config MACH_BONITO - bool "bonito board" - depends on ARCH_R8A7740 - select ARCH_REQUIRE_GPIOLIB - select REGULATOR_FIXED_VOLTAGE if REGULATOR - config MACH_ARMADILLO800EVA bool "Armadillo-800 EVA board" depends on ARCH_R8A7740 |