Enable Kernel with the Option during build to test filecaps support. Subrata.
diff --git a/README b/README
index a71e9b9..624b229 100644
--- a/README
+++ b/README
@@ -168,3 +168,8 @@
 CONFIG_CPU_FREQ_GOV_ONDEMAND=y
 CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
 ---------------------------------
+Enabling Kernel Configuration to test filecaps security feature
+---------------------------------
+CONFIG_SECURITY_CAPABILITIES=y
+---------------------------------
+
diff --git a/testcases/kernel/security/filecaps/README b/testcases/kernel/security/filecaps/README
index 69afbbe..b50f4f6 100644
--- a/testcases/kernel/security/filecaps/README
+++ b/testcases/kernel/security/filecaps/README
@@ -34,3 +34,6 @@
 	1. check that privilege is needed to set file capabilities
 	2. check that pI', pP', and pE' are properly
 	   calculated upon exec.
+The Underlying kernel needs to be built with the following options for filecaps testing:
+CONFIG_SECURITY_CAPABILITIES=y
+