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