Skip to content

Commit 826e598

Browse files
JordanYateskartben
authored andcommitted
console: winstream: add missing Kconfig dependency
Add a missed dependency to all sub-symbols of `WINSTREAM_CONSOLE`. Signed-off-by: Jordan Yates <jordan@embeint.com>
1 parent 01b0dec commit 826e598

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/console/Kconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,8 @@ config WINSTREAM_CONSOLE
284284

285285
See the WINSTREAM Kconfig help for more information.
286286

287+
if WINSTREAM_CONSOLE
288+
287289
config WINSTREAM_CONSOLE_STATIC
288290
bool "Use static/linkable memory for the winstream console"
289291
default y if !SOC_FAMILY_INTEL_ADSP
@@ -300,4 +302,6 @@ config WINSTREAM_CONSOLE_STATIC_SIZE
300302
help
301303
Size of winstream console buffer, in bytes
302304

305+
endif # WINSTREAM_CONSOLE
306+
303307
endif # CONSOLE

0 commit comments

Comments
 (0)