X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=arch%2Farc%2FKconfig;h=fa6b3447c961dcd2069b0a65c0e99516a5fae317;hb=a2292665a487d87dac354644d1a5a1f7f5d2e331;hp=d59aa3ae291e021b783f0a178f7ed8d2995ee791;hpb=fc82e7684ba31a1a6ef721e7d750f37117906a70;p=oweals%2Fu-boot.git diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig index d59aa3ae29..fa6b3447c9 100644 --- a/arch/arc/Kconfig +++ b/arch/arc/Kconfig @@ -150,19 +150,24 @@ config TARGET_AXS101 config TARGET_AXS103 bool "Support Synopsys Designware SDP board AXS103" -config TARGET_EMDK - bool "Synopsys EM Development kit" +config TARGET_EMSDP + bool "Synopsys EM Software Development Platform" select CPU_ARCEM6 config TARGET_HSDK bool "Support Synpsys HS DevelopmentKit board" +config TARGET_IOT_DEVKIT + bool "Synopsys Brite IoT Development kit" + select CPU_ARCEM6 + endchoice source "board/abilis/tb100/Kconfig" source "board/synopsys/Kconfig" source "board/synopsys/axs10x/Kconfig" -source "board/synopsys/emdk/Kconfig" +source "board/synopsys/emsdp/Kconfig" source "board/synopsys/hsdk/Kconfig" +source "board/synopsys/iot_devkit/Kconfig" endmenu