aboutsummaryrefslogtreecommitdiff
path: root/pw_stream/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'pw_stream/Kconfig')
-rw-r--r--pw_stream/Kconfig8
1 files changed, 7 insertions, 1 deletions
diff --git a/pw_stream/Kconfig b/pw_stream/Kconfig
index a0d41dd45..c149d71c6 100644
--- a/pw_stream/Kconfig
+++ b/pw_stream/Kconfig
@@ -12,11 +12,17 @@
# License for the specific language governing permissions and limitations under
# the License.
+menu "pw_stream"
+
config PIGWEED_STREAM
- bool "Enable Pigweed stream library (pw_stream)"
+ bool "Link pw_stream library"
select PIGWEED_ASSERT
select PIGWEED_BYTES
select PIGWEED_RESULT
select PIGWEED_SPAN
select PIGWEED_STATUS
select PIGWEED_SYS_IO
+ help
+ See :ref:`module-pw_stream` for module details.
+
+endmenu