Disable IPC on MUSCA_S1 with ARMCLANG and Debug

MUSCA_S1 does not support IPC with ARMCLANG in Debug build type.
Load range overlap on Musca B1 for FF Debug type: T895
Add invalid configs to build_helper_configs.

Change-Id: I9d620632e69fc57c637f6871d0fbc684c3334f07
Signed-off-by: Karl Zhang <karl.zhang@arm.com>
diff --git a/build_helper/build_helper_configs.py b/build_helper/build_helper_configs.py
index f21453b..b87fcf2 100755
--- a/build_helper/build_helper_configs.py
+++ b/build_helper/build_helper_configs.py
@@ -141,8 +141,9 @@
 
 # List of all build configs that are impossible under all circumstances
 _common_tfm_invalid_configs = [
-    # Load range overlap on Musca B1 for IPC Debug type: T895
+    # Load range overlap on Musca for IPC Debug type: T895
     ("musca_b1/sse_200", "toolchain_ARMCLANG.cmake", "*", "*", "*", "IPC", "Debug", "*", "*", "*", "*", "*"),
+    ("musca_s1", "toolchain_ARMCLANG.cmake", "*", "*", "*", "IPC", "Debug", "*", "*", "*", "*", "*"),
     # LVL2 and LVL3 requires PSA api
     ("*", "*", False, "2", "*", "*", "*", "*", "*", "*", "*", "*"),
     ("*", "*", False, "3", "*", "*", "*", "*", "*", "*", "*", "*"),