Add builds with PS options

PS_ENCRYPTION=OFF
PS_AES_KEY_USAGE_LIMIT non-zero

Change-Id: I798627e508e06a24d31efb01aa6036f28d286b36
Signed-off-by: Chris Brand <chris.brand@cypress.com>
diff --git a/build_helper/build_helper_config_maps.py b/build_helper/build_helper_config_maps.py
index a53e653..7606747 100644
--- a/build_helper/build_helper_config_maps.py
+++ b/build_helper/build_helper_config_maps.py
@@ -84,6 +84,8 @@
     "LZOFF"        : "-DCONFIG_TFM_LAZY_STACKING=OFF ",
     # Partiton
     "PSOFF"        : "-DTFM_PARTITION_PROTECTED_STORAGE=OFF ",
+    "PSCLEAR"      : "-DPS_ENCRYPTION=OFF",
+    "PSLIMIT"      : "-DPS_AES_KEY_USAGE_LIMIT=1000000",
     # IPC
     "IPC"          : "-DCONFIG_TFM_SPM_BACKEND=IPC ",
     # CC Driver