aboutsummaryrefslogtreecommitdiff
path: root/pw_string
diff options
context:
space:
mode:
authorYuval Peress <peress@google.com>2023-06-15 22:42:25 +0000
committerCQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-06-15 22:42:25 +0000
commit3caa0b553cfa4da8ff1c74bd52c5d1c778f3b1a4 (patch)
tree576a28b98fad29eda9fffc7f61d9a46294c73e50 /pw_string
parent65450c9cfcdff8cc8d6b6366f14ba6199188c9be (diff)
downloadpigweed-3caa0b553cfa4da8ff1c74bd52c5d1c778f3b1a4.tar.gz
zephyr: Update Kconfigs to put them in module menus
Each module now wraps all its configs behind a menu which makes it easier to see what's where. Change-Id: I34aea52db41cfb35ee333b7bc66c504f429b6674 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/151880 Reviewed-by: Anthony DiGirolamo <tonymd@google.com> Pigweed-Auto-Submit: Yuval Peress <peress@google.com> Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> Commit-Queue: Auto-Submit <auto-submit@pigweed.google.com.iam.gserviceaccount.com>
Diffstat (limited to 'pw_string')
-rw-r--r--pw_string/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/pw_string/Kconfig b/pw_string/Kconfig
index fffa12a9c..af89ae90a 100644
--- a/pw_string/Kconfig
+++ b/pw_string/Kconfig
@@ -12,6 +12,8 @@
# License for the specific language governing permissions and limitations under
# the License.
+menu "pw_string"
+
config PIGWEED_STRING
bool "Enable Pigweed string library (pw_string)"
select PIGWEED_ASSERT
@@ -19,3 +21,5 @@ config PIGWEED_STRING
select PIGWEED_RESULT
select PIGWEED_SPAN
select PIGWEED_STATUS
+
+endmenu