Add configurations to build helper

Signed-off-by: Hugo L'Hostis <hugo.lhostis@arm.com>
Change-Id: I05b0a6154851608c907c9a5bf5d43f8a07c6c722
diff --git a/build_helper/build_helper_configs.py b/build_helper/build_helper_configs.py
index b87fcf2..2f03305 100755
--- a/build_helper/build_helper_configs.py
+++ b/build_helper/build_helper_configs.py
@@ -411,12 +411,12 @@
                "isolation_level":  ["1", "2"],
                "test_regression":  [True, False],
                "test_psa_api":     ["OFF"],
-               "cmake_build_type": ["Debug", "Release", "RelWithDebInfo"],
+               "cmake_build_type": ["Debug", "Release", "RelWithDebInfo","Minsizerel"],
                "with_otp":         ["off"],
                "with_bl2":         [True, False],
                "with_ns":          [True, False],
-               "profile":          [""],
-               "partition_ps":     ["ON"],
+               "profile":          ["profile_small","profile_medium"],
+               "partition_ps":     ["ON","OFF"],
                },
                "common_params": _common_tfm_builder_cfg,
                "invalid": _common_tfm_invalid_configs + [