diff options
author | Magnus Damm <damm@opensource.se> | 2014-02-17 02:24:19 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-02-17 19:06:28 -0500 |
commit | 1ee101d9c416823f960a4841ef81044d461034b5 (patch) | |
tree | 43ee54a413a06cff5f3c856c3b143074859aa896 /arch/arm/mach-shmobile/Kconfig | |
parent | 583e2448629cc9fb3b1a0c850ddbe06819421d3e (diff) |
ARM: shmobile: Remove KZM9D board code
Get rid of KZM9D board code written in C. This version of the
C board code was used in the case of multiplatform, but these
days DT can be used instead, so because of that simply get rid
of the C code to simplify and save space.
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 c431114d6325..cc2a18241944 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig | |||
@@ -47,12 +47,6 @@ config MACH_KOELSCH | |||
47 | depends on ARCH_R8A7791 | 47 | depends on ARCH_R8A7791 |
48 | select MICREL_PHY if SH_ETH | 48 | select MICREL_PHY if SH_ETH |
49 | 49 | ||
50 | config MACH_KZM9D | ||
51 | bool "KZM9D board" | ||
52 | depends on ARCH_EMEV2 | ||
53 | select REGULATOR_FIXED_VOLTAGE if REGULATOR | ||
54 | select SMSC_PHY if SMSC911X | ||
55 | |||
56 | config MACH_LAGER | 50 | config MACH_LAGER |
57 | bool "Lager board" | 51 | bool "Lager board" |
58 | depends on ARCH_R8A7790 | 52 | depends on ARCH_R8A7790 |