Platform: Set features with config header file

Signed-off-by: Xinyu Zhang <xinyu.zhang@arm.com>
Change-Id: I7c3438688532586b31e62a380a3e7c9287b32499
diff --git a/config/config_base.h b/config/config_base.h
index 32858a9..b6ab5f5 100644
--- a/config/config_base.h
+++ b/config/config_base.h
@@ -8,4 +8,18 @@
 #ifndef __CONFIG_BASE_H__
 #define __CONFIG_BASE_H__
 
+/* Platform Partition Configs */
+
+/* Size of input buffer in platform service */
+#define PLATFORM_SERVICE_INPUT_BUFFER_SIZE     64
+
+/* Size of output buffer in platform service */
+#define PLATFORM_SERVICE_OUTPUT_BUFFER_SIZE    64
+
+/* The stack size of the Platform Secure Partition */
+#define PLATFORM_SP_STACK_SIZE                 0x500
+
+/* Disable Non-volatile counter module */
+#define PLATFORM_NV_COUNTER_MODULE_DISABLED    0
+
 #endif /* __CONFIG_BASE_H__ */