zbus: remove superflous default n from runtime observers

By default, it is set to n, so remove that line.

Signed-off-by: Bartosz Bilas <bartosz.bilas@hotmail.com>
This commit is contained in:
Bartosz Bilas 2023-11-22 20:07:18 +01:00 committed by Carles Cufí
parent ce812c1b25
commit fcee384aad

View File

@ -52,7 +52,6 @@ endif # ZBUS_MSG_SUBSCRIBER
config ZBUS_RUNTIME_OBSERVERS
bool "Runtime observers support."
default n
config ZBUS_ASSERT_MOCK
bool "Zbus assert mock for test purposes."