aboutsummaryrefslogtreecommitdiff
path: root/pw_result/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'pw_result/Kconfig')
-rw-r--r--pw_result/Kconfig8
1 files changed, 7 insertions, 1 deletions
diff --git a/pw_result/Kconfig b/pw_result/Kconfig
index 76e3b2197..1872b120b 100644
--- a/pw_result/Kconfig
+++ b/pw_result/Kconfig
@@ -12,7 +12,13 @@
# License for the specific language governing permissions and limitations under
# the License.
+menu "pw_result"
+
config PIGWEED_RESULT
- bool "Enable Pigweed result library (pw_result)"
+ bool "Link pw_result library"
select PIGWEED_ASSERT
select PIGWEED_STATUS
+ help
+ See :ref:`module-pw_result` for module details.
+
+endmenu