on: enable the feature
 
        page_poison=    [KNL] Boot-time parameter changing the state of
-                       poisoning on the buddy allocator.
-                       off: turn off poisoning
+                       poisoning on the buddy allocator, available with
+                       CONFIG_PAGE_POISONING=y.
+                       off: turn off poisoning (default)
                        on: turn on poisoning
 
        panic=          [KNL] Kernel behaviour on panic: delay <timeout>
 
          Fill the pages with poison patterns after free_pages() and verify
          the patterns before alloc_pages. The filling of the memory helps
          reduce the risk of information leaks from freed data. This does
-         have a potential performance impact.
+         have a potential performance impact if enabled with the
+         "page_poison=1" kernel boot option.
 
          Note that "poison" here is not the same thing as the "HWPoison"
          for CONFIG_MEMORY_FAILURE. This is software poisoning only.
           say N.
 
 config PAGE_POISONING_ZERO
-       bool "Use zero for poisoning instead of random data"
+       bool "Use zero for poisoning instead of debugging value"
        depends on PAGE_POISONING
        ---help---
           Instead of using the existing poison value, fill the pages with
           allocation.
 
           If unsure, say N
-       bool
 
 config DEBUG_PAGE_REF
        bool "Enable tracepoint to track down page reference manipulation"