aboutsummaryrefslogtreecommitdiff
path: root/Kconfig.zephyr
diff options
context:
space:
mode:
Diffstat (limited to 'Kconfig.zephyr')
-rw-r--r--Kconfig.zephyr5
1 files changed, 4 insertions, 1 deletions
diff --git a/Kconfig.zephyr b/Kconfig.zephyr
index 9e07bf0ae..d85771f68 100644
--- a/Kconfig.zephyr
+++ b/Kconfig.zephyr
@@ -13,12 +13,12 @@
# the License.
config ZEPHYR_PIGWEED_MODULE
- select REQUIRES_FULL_LIBCPP
depends on STD_CPP17 || STD_CPP2A || STD_CPP20 || STD_CPP2B
if ZEPHYR_PIGWEED_MODULE
rsource "pw_assert_zephyr/Kconfig"
+rsource "pw_base64/Kconfig"
rsource "pw_bytes/Kconfig"
rsource "pw_checksum/Kconfig"
rsource "pw_chrono_zephyr/Kconfig"
@@ -27,6 +27,8 @@ rsource "pw_function/Kconfig"
rsource "pw_hdlc/Kconfig"
rsource "pw_interrupt_zephyr/Kconfig"
rsource "pw_log_zephyr/Kconfig"
+rsource "pw_minimal_cpp_stdlib/Kconfig"
+rsource "pw_multisink/Kconfig"
rsource "pw_polyfill/Kconfig"
rsource "pw_preprocessor/Kconfig"
rsource "pw_result/Kconfig"
@@ -38,6 +40,7 @@ rsource "pw_stream/Kconfig"
rsource "pw_string/Kconfig"
rsource "pw_sync_zephyr/Kconfig"
rsource "pw_sys_io_zephyr/Kconfig"
+rsource "pw_system/Kconfig"
rsource "pw_thread_zephyr/Kconfig"
rsource "pw_tokenizer/Kconfig"
rsource "pw_varint/Kconfig"