ARC: CACHE: mark IOC helper functions as inlined_cachefunc
[oweals/u-boot.git] / arch / arc / Kconfig
index 0cb97207db4c082a64633486e2a45edb208c6014..545fc3e243cdf0b8c1d05237b84fde3432e2309a 100644 (file)
@@ -160,7 +160,7 @@ config TARGET_TB100
        bool "Support tb100"
 
 config TARGET_NSIM
-       bool "Support standalone nSIM & Free nSIM"
+       bool "Support ARC simulation & prototyping platforms"
 
 config TARGET_AXS101
        bool "Support Synopsys Designware SDP board AXS101"
@@ -184,10 +184,10 @@ config TARGET_IOT_DEVKIT
 endchoice
 
 source "board/abilis/tb100/Kconfig"
-source "board/synopsys/Kconfig"
 source "board/synopsys/axs10x/Kconfig"
 source "board/synopsys/emsdp/Kconfig"
 source "board/synopsys/hsdk/Kconfig"
 source "board/synopsys/iot_devkit/Kconfig"
+source "board/synopsys/nsim/Kconfig"
 
 endmenu