kbuild: compile-test kernel headers to ensure they are self-contained
[linux-2.6-block.git] / init / Kconfig
index 74192de8ada666f1162621aab8fdd282665acd2f..e2e99544da8d5bf2518e1a9d942f1c1257ed4d1a 100644 (file)
@@ -108,6 +108,17 @@ config HEADER_TEST
          If you are a developer or tester and want to ensure the requested
          headers are self-contained, say Y here. Otherwise, choose N.
 
+config KERNEL_HEADER_TEST
+       bool "Compile test kernel headers"
+       depends on HEADER_TEST
+       help
+         Headers in include/ are used to build external moduls.
+         Compile test them to ensure they are self-contained, i.e.
+         compilable as standalone units.
+
+         If you are a developer or tester and want to ensure the headers
+         in include/ are self-contained, say Y here. Otherwise, choose N.
+
 config UAPI_HEADER_TEST
        bool "Compile test UAPI headers"
        depends on HEADER_TEST && HEADERS_INSTALL && CC_CAN_LINK