sh: Remove sh7752evb board
[platform/kernel/u-boot.git] / arch / sh / Kconfig
index 91002a9..8446d95 100644 (file)
@@ -21,22 +21,10 @@ choice
        prompt "Target select"
        optional
 
-config TARGET_MIGOR
-       bool "Migo-R"
-       select CPU_SH4
-
 config TARGET_R2DPLUS
        bool "Renesas R2D-PLUS"
        select CPU_SH4
 
-config TARGET_R7780MP
-       bool "R7780MP board"
-       select CPU_SH4A
-
-config TARGET_SH7752EVB
-       bool "SH7752EVB"
-       select CPU_SH4A
-
 config TARGET_SH7753EVB
        bool "SH7753EVB"
        select CPU_SH4
@@ -59,10 +47,7 @@ config SYS_CPU
 
 source "arch/sh/lib/Kconfig"
 
-source "board/renesas/MigoR/Kconfig"
 source "board/renesas/r2dplus/Kconfig"
-source "board/renesas/r7780mp/Kconfig"
-source "board/renesas/sh7752evb/Kconfig"
 source "board/renesas/sh7753evb/Kconfig"
 source "board/renesas/sh7757lcr/Kconfig"
 source "board/renesas/sh7763rdp/Kconfig"